程序包的使用
org.hibernate.engine.transaction.spi
-
使用org.hibernate.engine.transaction.spi的程序包 程序包 说明 org.hibernate.engine.transaction.internal org.hibernate.engine.transaction.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs.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. -
org.hibernate.engine.transaction.internal使用的org.hibernate.engine.transaction.spi中的类 类 说明 SynchronizationRegistry Manages a registry ofSynchronizations.TransactionImplementor -
org.hibernate.engine.transaction.spi使用的org.hibernate.engine.transaction.spi中的类 类 说明 JoinStatus See the JPA notion of joining a transaction for details. -
org.hibernate.internal使用的org.hibernate.engine.transaction.spi中的类 类 说明 TransactionImplementor -
org.hibernate.resource.transaction.backend.jdbc.internal使用的org.hibernate.engine.transaction.spi中的类 类 说明 IsolationDelegate Contract for performing work in a manner that isolates it from any current transaction.TransactionObserver Observer of internal transaction events. -
org.hibernate.resource.transaction.backend.jta.internal使用的org.hibernate.engine.transaction.spi中的类 类 说明 IsolationDelegate Contract for performing work in a manner that isolates it from any current transaction.TransactionObserver Observer of internal transaction events. -
org.hibernate.resource.transaction.spi使用的org.hibernate.engine.transaction.spi中的类 类 说明 IsolationDelegate Contract for performing work in a manner that isolates it from any current transaction.TransactionObserver Observer of internal transaction events.