类的使用
org.hibernate.cache.CacheException
-
使用CacheException的程序包 程序包 说明 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. -
-
org.hibernate.action.internal中CacheException的使用
抛出CacheException的org.hibernate.action.internal中的方法 修饰符和类型 方法 说明 voidCollectionAction. beforeExecutions()voidEntityUpdateAction. doAfterTransactionCompletion(boolean success, SharedSessionContractImplementor session)protected voidCollectionAction. evict() -
org.hibernate.cache中CacheException的使用
org.hibernate.cache中CacheException的子类 修饰符和类型 类 说明 classNoCacheRegionFactoryAvailableExceptionIndicates a condition where a second-level cache implementation was expected to be available, but none was found on the classpath. -
org.hibernate.cache.internal中CacheException的使用
抛出CacheException的org.hibernate.cache.internal中的方法 修饰符和类型 方法 说明 voidNoCachingRegionFactory. start(SessionFactoryOptions settings, Map configValues) -
org.hibernate.cache.spi中CacheException的使用
抛出CacheException的org.hibernate.cache.spi中的方法 修饰符和类型 方法 说明 default voidQueryResultsCache. clear()Clear items from the query cache.default voidTimestampsCache. clear()voidUpdateTimestampsCache. clear()已过时。Clear the update-timestamps data.voidRegion. destroy()The "end state" contract of the region's lifecycle.voidUpdateTimestampsCache. invalidate(Serializable[] spaces, SharedSessionContractImplementor session)已过时。Perform invalidation.booleanUpdateTimestampsCache. isUpToDate(Set<Serializable> spaces, Long timestamp, SharedSessionContractImplementor session)已过时。Perform an up-to-date check for the given set of query spaces.voidUpdateTimestampsCache. preInvalidate(Serializable[] spaces, SharedSessionContractImplementor session)已过时。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. -
org.hibernate.cache.spi.support中CacheException的使用
抛出CacheException的org.hibernate.cache.spi.support中的方法 修饰符和类型 方法 说明 voidAbstractDomainDataRegion. destroy()voidEntityNonStrictReadWriteAccess. unlockItem(SharedSessionContractImplementor session, Object key, SoftLock lock)Since this is a non-strict read/write strategy item locking is not used. -
org.hibernate.internal中CacheException的使用
参数类型为CacheException的org.hibernate.internal中的方法 修饰符和类型 方法 说明 voidCoreMessageLogger. unableToReleaseCacheLock(CacheException ce) -
org.hibernate.persister.collection中CacheException的使用
抛出CacheException的org.hibernate.persister.collection中的构造器 构造器 说明 AbstractCollectionPersister(Collection collectionBinding, CollectionDataAccess cacheAccessStrategy, PersisterCreationContext creationContext)BasicCollectionPersister(Collection collectionBinding, CollectionDataAccess cacheAccessStrategy, PersisterCreationContext creationContext)OneToManyPersister(Collection collectionBinding, CollectionDataAccess cacheAccessStrategy, PersisterCreationContext creationContext)
-