Uses of Class
org.hibernate.cache.CacheException
Packages that use CacheException
Package
Description
This package defines the API of the second-level cache service.
Defines the integration aspect of Hibernate's second-level caching, allowing
a "caching backend" to be plugged in as a cache provider.
This package provides a framework intended to reduce the work needed to implement
a caching provider.
This package abstracts persistence mechanisms for collections.
-
Uses of CacheException in org.hibernate.cache
Subclasses of CacheException in org.hibernate.cacheModifier and TypeClassDescriptionclassIndicates a condition where a second-level cache implementation was expected to be available, but none was found on the classpath. -
Uses of CacheException in org.hibernate.cache.spi
Methods in org.hibernate.cache.spi that throw CacheExceptionModifier and TypeMethodDescriptiondefault voidQueryResultsCache.clear()Clear all items from this query result cache.default voidTimestampsCache.clear()voidRegion.destroy()The "end state" contract of the region's lifecycle.final voidAbstractRegionFactory.start(SessionFactoryOptions settings, Map<String, Object> configValues) voidRegionFactory.start(SessionFactoryOptions settings, Map<String, Object> configValues) Lifecycle callback to perform any necessary initialization of the underlying cache provider. -
Uses of CacheException in org.hibernate.cache.spi.support
Methods in org.hibernate.cache.spi.support that throw CacheExceptionModifier and TypeMethodDescriptionvoidAbstractDomainDataRegion.destroy()voidEntityNonStrictReadWriteAccess.unlockItem(SharedSessionContractImplementor session, Object key, SoftLock lock) Since this is a non-strict read/write strategy item locking is not used. -
Uses of CacheException in org.hibernate.persister.collection
Constructors in org.hibernate.persister.collection that throw CacheExceptionModifierConstructorDescriptionAbstractCollectionPersister(Collection collectionBootDescriptor, @Nullable CollectionDataAccess cacheAccessStrategy, RuntimeModelCreationContext creationContext) BasicCollectionPersister(Collection collectionBinding, CollectionDataAccess cacheAccessStrategy, RuntimeModelCreationContext creationContext) OneToManyPersister(Collection collectionBinding, CollectionDataAccess cacheAccessStrategy, RuntimeModelCreationContext creationContext)