Uses of Interface
org.hibernate.cache.spi.CacheTransactionSynchronization
-
Packages that use CacheTransactionSynchronization Package Description 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 -
-
Uses of CacheTransactionSynchronization in org.hibernate.cache.internal
Classes in org.hibernate.cache.internal that implement CacheTransactionSynchronization Modifier and Type Class Description classNoCachingTransactionSynchronizationImplMethods in org.hibernate.cache.internal that return CacheTransactionSynchronization Modifier and Type Method Description CacheTransactionSynchronizationNoCachingRegionFactory. createTransactionContext(SharedSessionContractImplementor session) -
Uses of CacheTransactionSynchronization in org.hibernate.cache.spi
Classes in org.hibernate.cache.spi that implement CacheTransactionSynchronization Modifier and Type Class Description classAbstractCacheTransactionSynchronizationclassStandardCacheTransactionSynchronizationMethods in org.hibernate.cache.spi that return CacheTransactionSynchronization Modifier and Type Method Description CacheTransactionSynchronizationAbstractRegionFactory. createTransactionContext(SharedSessionContractImplementor session)default CacheTransactionSynchronizationRegionFactory. createTransactionContext(SharedSessionContractImplementor session) -
Uses of CacheTransactionSynchronization in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return CacheTransactionSynchronization Modifier and Type Method Description CacheTransactionSynchronizationSessionDelegatorBaseImpl. getCacheTransactionSynchronization()CacheTransactionSynchronizationSharedSessionContractImplementor. getCacheTransactionSynchronization()The current CacheTransactionContext associated with the Session. -
Uses of CacheTransactionSynchronization in org.hibernate.internal
Methods in org.hibernate.internal that return CacheTransactionSynchronization Modifier and Type Method Description CacheTransactionSynchronizationAbstractSharedSessionContract. getCacheTransactionSynchronization()
-