Package | Description |
---|---|
org.hibernate.action.internal |
Internals for action processing.
|
org.hibernate.cache |
This package defines API of the Hibernate second level cache service.
|
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.cache.spi.support |
Package intended for simplifying the worked needed to implement
a caching provider.
|
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
org.hibernate.persister.collection |
This package abstracts the persistence mechanism for collections.
|
Modifier and Type | Method and Description |
---|---|
void |
CollectionAction.beforeExecutions() |
void |
EntityUpdateAction.doAfterTransactionCompletion(boolean success,
SharedSessionContractImplementor session) |
protected void |
CollectionAction.evict() |
Modifier and Type | Class and Description |
---|---|
class |
NoCacheRegionFactoryAvailableException
Indicates a condition where a second-level cache implementation was expected to be to available, but
none was found on the classpath.
|
Modifier and Type | Method and Description |
---|---|
void |
NoCachingRegionFactory.start(SessionFactoryOptions settings,
Map configValues) |
Modifier and Type | Method and Description |
---|---|
default void |
QueryResultsCache.clear()
Clear items from the query cache.
|
default void |
TimestampsCache.clear() |
void |
UpdateTimestampsCache.clear()
Deprecated.
Clear the update-timestamps data.
|
void |
Region.destroy()
The "end state" contract of the region's lifecycle.
|
void |
UpdateTimestampsCache.invalidate(Serializable[] spaces,
SharedSessionContractImplementor session)
Deprecated.
Perform invalidation.
|
boolean |
UpdateTimestampsCache.isUpToDate(Set<Serializable> spaces,
Long timestamp,
SharedSessionContractImplementor session)
Deprecated.
Perform an up-to-date check for the given set of query spaces.
|
void |
UpdateTimestampsCache.preInvalidate(Serializable[] spaces,
SharedSessionContractImplementor session)
Deprecated.
Perform pre-invalidation.
|
void |
AbstractRegionFactory.start(SessionFactoryOptions settings,
Map configValues) |
void |
RegionFactory.start(SessionFactoryOptions settings,
Map configValues)
Lifecycle callback to perform any necessary initialization of the
underlying cache provider.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractDomainDataRegion.destroy() |
void |
EntityNonStrictReadWriteAccess.unlockItem(SharedSessionContractImplementor session,
Object key,
SoftLock lock)
Since this is a non-strict read/write strategy item locking is not used.
|
Modifier and Type | Method and Description |
---|---|
void |
CoreMessageLogger.unableToReleaseCacheLock(CacheException ce) |
Constructor and Description |
---|
AbstractCollectionPersister(Collection collectionBinding,
CollectionDataAccess cacheAccessStrategy,
PersisterCreationContext creationContext) |
BasicCollectionPersister(Collection collectionBinding,
CollectionDataAccess cacheAccessStrategy,
PersisterCreationContext creationContext) |
OneToManyPersister(Collection collectionBinding,
CollectionDataAccess cacheAccessStrategy,
PersisterCreationContext creationContext) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.