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 |
An internal package containing mostly implementations of central Hibernate APIs.
|
Modifier and Type | Class and Description |
---|---|
class |
NoCachingTransactionSynchronizationImpl |
Modifier and Type | Method and Description |
---|---|
CacheTransactionSynchronization |
NoCachingRegionFactory.createTransactionContext(SharedSessionContractImplementor session) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCacheTransactionSynchronization |
class |
StandardCacheTransactionSynchronization |
Modifier and Type | Method and Description |
---|---|
default CacheTransactionSynchronization |
RegionFactory.createTransactionContext(SharedSessionContractImplementor session) |
CacheTransactionSynchronization |
AbstractRegionFactory.createTransactionContext(SharedSessionContractImplementor session) |
Modifier and Type | Method and Description |
---|---|
CacheTransactionSynchronization |
SharedSessionContractImplementor.getCacheTransactionSynchronization()
The current CacheTransactionContext associated with the Session.
|
CacheTransactionSynchronization |
SessionDelegatorBaseImpl.getCacheTransactionSynchronization() |
Modifier and Type | Method and Description |
---|---|
CacheTransactionSynchronization |
AbstractSharedSessionContract.getCacheTransactionSynchronization() |
Copyright © 2019 JBoss by Red Hat. All rights reserved.