接口的使用
org.hibernate.cache.spi.CacheTransactionSynchronization
-
使用CacheTransactionSynchronization的程序包 程序包 说明 org.hibernate.cache.internal Internal implementations and support for second-level caching.org.hibernate.cache.spi Defines the integration aspect of Hibernate's second-level caching allowing "caching back ends" to be plugged in as a caching provider.org.hibernate.engine.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. -
-
org.hibernate.cache.internal中CacheTransactionSynchronization的使用
实现CacheTransactionSynchronization的org.hibernate.cache.internal中的类 修饰符和类型 类 说明 classNoCachingTransactionSynchronizationImpl返回CacheTransactionSynchronization的org.hibernate.cache.internal中的方法 修饰符和类型 方法 说明 CacheTransactionSynchronizationNoCachingRegionFactory. createTransactionContext(SharedSessionContractImplementor session) -
org.hibernate.cache.spi中CacheTransactionSynchronization的使用
实现CacheTransactionSynchronization的org.hibernate.cache.spi中的类 修饰符和类型 类 说明 classAbstractCacheTransactionSynchronizationclassStandardCacheTransactionSynchronization返回CacheTransactionSynchronization的org.hibernate.cache.spi中的方法 修饰符和类型 方法 说明 CacheTransactionSynchronizationAbstractRegionFactory. createTransactionContext(SharedSessionContractImplementor session)default CacheTransactionSynchronizationRegionFactory. createTransactionContext(SharedSessionContractImplementor session) -
org.hibernate.engine.spi中CacheTransactionSynchronization的使用
返回CacheTransactionSynchronization的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 CacheTransactionSynchronizationSessionDelegatorBaseImpl. getCacheTransactionSynchronization()CacheTransactionSynchronizationSharedSessionContractImplementor. getCacheTransactionSynchronization()The current CacheTransactionContext associated with the Session. -
org.hibernate.internal中CacheTransactionSynchronization的使用
返回CacheTransactionSynchronization的org.hibernate.internal中的方法 修饰符和类型 方法 说明 CacheTransactionSynchronizationAbstractSharedSessionContract. getCacheTransactionSynchronization()
-