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