Uses of Package
org.hibernate.engine.transaction.spi
-
Packages that use org.hibernate.engine.transaction.spi Package Description org.hibernate.engine.transaction.internal org.hibernate.engine.transaction.spi org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.org.hibernate.resource.transaction.backend.jdbc.internal org.hibernate.resource.transaction.backend.jta.internal org.hibernate.resource.transaction.spi Extended SPI contracts for the resource-level transaction capabilities of Hibernate. -
Classes in org.hibernate.engine.transaction.spi used by org.hibernate.engine.transaction.internal Class Description SynchronizationRegistry Manages a registry ofSynchronization
s.TransactionImplementor -
Classes in org.hibernate.engine.transaction.spi used by org.hibernate.engine.transaction.spi Class Description JoinStatus See the JPA notion of joining a transaction for details. -
Classes in org.hibernate.engine.transaction.spi used by org.hibernate.internal Class Description TransactionImplementor -
Classes in org.hibernate.engine.transaction.spi used by org.hibernate.resource.transaction.backend.jdbc.internal Class Description IsolationDelegate Contract for performing work in a manner that isolates it from any current transaction.TransactionObserver Observer of internal transaction events. -
Classes in org.hibernate.engine.transaction.spi used by org.hibernate.resource.transaction.backend.jta.internal Class Description IsolationDelegate Contract for performing work in a manner that isolates it from any current transaction.TransactionObserver Observer of internal transaction events. -
Classes in org.hibernate.engine.transaction.spi used by org.hibernate.resource.transaction.spi Class Description IsolationDelegate Contract for performing work in a manner that isolates it from any current transaction.TransactionObserver Observer of internal transaction events.