Uses of Class
org.hibernate.cache.CacheException
-
Packages that use CacheException Package Description org.hibernate.cache 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.persister.collection -
-
Uses of CacheException in org.hibernate.cache
Subclasses of CacheException in org.hibernate.cache Modifier and Type Class Description classNoCacheRegionFactoryAvailableExceptionIndicates 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 CacheException Modifier and Type Method Description default voidQueryResultsCache. clear()Clear items from the query cache.default voidTimestampsCache. clear()voidUpdateTimestampsCache. clear()Deprecated.Clear the update-timestamps data.voidRegion. destroy()The "end state" contract of the region's lifecycle.voidUpdateTimestampsCache. invalidate(Serializable[] spaces, SharedSessionContractImplementor session)Deprecated.Perform invalidation.booleanUpdateTimestampsCache. isUpToDate(Set<Serializable> spaces, Long timestamp, SharedSessionContractImplementor session)Deprecated.Perform an up-to-date check for the given set of query spaces.voidUpdateTimestampsCache. preInvalidate(Serializable[] spaces, SharedSessionContractImplementor session)Deprecated.Perform pre-invalidation.voidAbstractRegionFactory. start(SessionFactoryOptions settings, Map configValues)voidRegionFactory. start(SessionFactoryOptions settings, Map 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 CacheException Modifier and Type Method Description voidAbstractDomainDataRegion. 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 CacheException Constructor Description AbstractCollectionPersister(Collection collectionBinding, CollectionDataAccess cacheAccessStrategy, PersisterCreationContext creationContext)BasicCollectionPersister(Collection collectionBinding, CollectionDataAccess cacheAccessStrategy, PersisterCreationContext creationContext)OneToManyPersister(Collection collectionBinding, CollectionDataAccess cacheAccessStrategy, PersisterCreationContext creationContext)
-