接口的使用
org.hibernate.cache.spi.access.CachedDomainDataAccess
-
使用CachedDomainDataAccess的程序包 程序包 说明 org.hibernate.cache.spi.access Defines contracts for transactional and concurrent access to cachedentityandcollectiondata.org.hibernate.cache.spi.support Package intended for simplifying the worked needed to implement a caching provider.org.hibernate.engine.internal Support for many of the internal workings of Hibernate. -
-
org.hibernate.cache.spi.access中CachedDomainDataAccess的使用
org.hibernate.cache.spi.access中CachedDomainDataAccess的子接口 修饰符和类型 接口 说明 interfaceCollectionDataAccessContract for managing transactional and concurrent access to cached collection data.interfaceEntityDataAccessContract for managing transactional and concurrent access to cached entity data.interfaceNaturalIdDataAccessContract for managing transactional and concurrent access to cached naturalId data. -
org.hibernate.cache.spi.support中CachedDomainDataAccess的使用
-
org.hibernate.engine.internal中CachedDomainDataAccess的使用
参数类型为CachedDomainDataAccess的org.hibernate.engine.internal中的方法 修饰符和类型 方法 说明 static SerializableCacheHelper. fromSharedCache(SharedSessionContractImplementor session, Object cacheKey, CachedDomainDataAccess cacheAccess)
-