Uses of Interface
org.hibernate.cache.spi.CacheTransactionSynchronization
Packages that use CacheTransactionSynchronization
Package
Description
Internal implementations and support for second-level caching.
Defines the integration aspect of Hibernate's second-level caching, allowing
a "caching backend" to be plugged in as a cache provider.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.-
Uses of CacheTransactionSynchronization in org.hibernate.cache.internal
Classes in org.hibernate.cache.internal that implement CacheTransactionSynchronizationMethods in org.hibernate.cache.internal that return CacheTransactionSynchronizationModifier and TypeMethodDescriptionNoCachingRegionFactory.createTransactionContext
(SharedSessionContractImplementor session) -
Uses of CacheTransactionSynchronization in org.hibernate.cache.spi
Classes in org.hibernate.cache.spi that implement CacheTransactionSynchronizationModifier and TypeClassDescriptionclass
class
Methods in org.hibernate.cache.spi that return CacheTransactionSynchronizationModifier and TypeMethodDescriptionAbstractRegionFactory.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 CacheTransactionSynchronizationModifier and TypeMethodDescriptionSessionDelegatorBaseImpl.getCacheTransactionSynchronization()
SharedSessionContractImplementor.getCacheTransactionSynchronization()
The currentCacheTransactionSynchronization
associated with this session.SharedSessionDelegatorBaseImpl.getCacheTransactionSynchronization()
-
Uses of CacheTransactionSynchronization in org.hibernate.internal
Methods in org.hibernate.internal that return CacheTransactionSynchronizationModifier and TypeMethodDescriptionAbstractSharedSessionContract.getCacheTransactionSynchronization()