Uses of Package
org.hibernate.cache.spi.support
-
Packages that use org.hibernate.cache.spi.support Package Description org.hibernate.cache.jcache.internal org.hibernate.cache.spi.support This package provides a framework intended to reduce the work needed to implement a caching provider.org.hibernate.testing.cache -
Classes in org.hibernate.cache.spi.support used by org.hibernate.cache.jcache.internal Class Description AbstractDomainDataRegion AbstractRegion DomainDataRegionImpl DomainDataRegionTemplate Abstract implementation ofDomainDataRegionbased on implementations just needing to provide aDomainDataStorageAccessreference for basic caching support - DomainDataStorageAccess acts as a simple wrapper around some generalized cache actions such as put or get.DomainDataStorageAccess Specialization ofStorageAccessfor domain data regions.RegionFactoryTemplate 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.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 ofDomainDataRegionbased on implementations just needing to provide aDomainDataStorageAccessreference for basic caching support - DomainDataStorageAccess acts as a simple wrapper around some generalized cache actions such as put or get.DomainDataStorageAccess Specialization ofStorageAccessfor domain data regions.RegionFactoryTemplate 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 ofStorageAccessfor domain data regions.RegionFactoryTemplate StorageAccess A general read/write abstraction over the specific "cache" object from the caching provider.