Uses of Interface
org.hibernate.cache.spi.DirectAccessRegion
Packages that use DirectAccessRegion
Package
Description
Defines the integration aspect of Hibernate's second-level caching, allowing
a "caching backend" to be plugged in as a cache provider.
This package provides a framework intended to reduce the work needed to implement
a caching provider.
-
Uses of DirectAccessRegion in org.hibernate.cache.spi
Subinterfaces of DirectAccessRegion in org.hibernate.cache.spiModifier and TypeInterfaceDescriptioninterface
Defines the contract for a cache region that stores query results.interface
Defines the contract for a cache region that stores timestamps. -
Uses of DirectAccessRegion in org.hibernate.cache.spi.support
Classes in org.hibernate.cache.spi.support that implement DirectAccessRegionModifier and TypeClassDescriptionclass
Bridge between DirectAccessRegion and StorageAccessclass
class