Uses of Interface
org.hibernate.cache.spi.CacheTransactionSynchronization
-
Packages that use CacheTransactionSynchronization Package Description 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 -
-
Uses of CacheTransactionSynchronization in org.hibernate.cache.spi
Classes in org.hibernate.cache.spi that implement CacheTransactionSynchronization Modifier and Type Class Description class
AbstractCacheTransactionSynchronization
class
StandardCacheTransactionSynchronization
Methods in org.hibernate.cache.spi that return CacheTransactionSynchronization Modifier and Type Method Description CacheTransactionSynchronization
AbstractRegionFactory. createTransactionContext(SharedSessionContractImplementor session)
default CacheTransactionSynchronization
RegionFactory. 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 CacheTransactionSynchronization
SessionDelegatorBaseImpl. getCacheTransactionSynchronization()
CacheTransactionSynchronization
SharedSessionContractImplementor. getCacheTransactionSynchronization()
The current CacheTransactionContext associated with the Session.
-