Uses of Class
org.hibernate.cache.spi.support.AbstractDomainDataRegion
Packages that use AbstractDomainDataRegion
Package
Description
This package provides a framework intended to reduce the work needed to implement
a caching provider.
-
Uses of AbstractDomainDataRegion in org.hibernate.cache.jcache.internal
Subclasses of AbstractDomainDataRegion in org.hibernate.cache.jcache.internal -
Uses of AbstractDomainDataRegion in org.hibernate.cache.spi.support
Subclasses of AbstractDomainDataRegion in org.hibernate.cache.spi.supportModifier and TypeClassDescriptionclass
class
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.