Uses of Package
org.hibernate.cache.spi.support
-
Packages that use org.hibernate.cache.spi.support Package Description org.hibernate.cache.spi.support Package intended for simplifying the worked needed to implement a caching provider.org.hibernate.testing.cache -
Classes in org.hibernate.cache.spi.support used by org.hibernate.cache.spi.support Class Description AbstractCachedDomainDataAccess AbstractCollectionDataAccess AbstractDomainDataRegion AbstractDomainDataRegion.Destructible Optional interface caching implementors can implement in their CachedDomainDataAccess impls to automatically have them destroyed when this region is destroyedAbstractEntityDataAccess AbstractNaturalIdDataAccess AbstractReadWriteAccess AbstractReadWriteAccess.Lockable Interface type implemented by all wrapper objects in the cache.AbstractReadWriteAccess.SoftLockImpl Wrapper type representing locked items.AbstractRegion AccessedDataClassification DirectAccessRegionTemplate Bridge between DirectAccessRegion and StorageAccessDomainDataRegionTemplate Abstract implementation ofDomainDataRegion
based on implementations just needing to provide aDomainDataStorageAccess
reference for basic caching support - DomainDataStorageAccess acts as a simple wrapper around some generalized cache actions such as put or get.DomainDataStorageAccess Specialization of StorageAccess for domain data regionsRegionFactoryTemplate RegionNameQualifier StorageAccess A general read/write abstraction over the specific "cache" object from the caching provider. -
Classes in org.hibernate.cache.spi.support used by org.hibernate.testing.cache Class Description DomainDataStorageAccess Specialization of StorageAccess for domain data regionsRegionFactoryTemplate StorageAccess A general read/write abstraction over the specific "cache" object from the caching provider.