Uses of Package
org.hibernate.cache.spi.support
Packages that use org.hibernate.cache.spi.support
Package
Description
This package provides a framework intended to reduce the work needed to implement
a caching provider.
-
Classes in org.hibernate.cache.spi.support used by org.hibernate.cache.jcache.internalClassDescriptionAbstract implementation of
DomainDataRegion
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.Specialization ofStorageAccess
for domain data regions.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.supportClassDescriptionOptional interface caching implementors can implement in their CachedDomainDataAccess impls to automatically have them destroyed when this region is destroyedInterface type implemented by all wrapper objects in the cache.Wrapper type representing locked items.Bridge between DirectAccessRegion and StorageAccessAbstract implementation of
DomainDataRegion
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.Specialization ofStorageAccess
for domain data regions.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.cacheClassDescriptionSpecialization of
StorageAccess
for domain data regions.A general read/write abstraction over the specific "cache" object from the caching provider.