Uses of Interface
org.hibernate.cache.spi.DirectAccessRegion
-
Packages that use DirectAccessRegion Package Description org.hibernate.cache.spi Defines the integration aspect of Hibernate's second-level caching, allowing a "caching backend" to be plugged in as a cache provider.org.hibernate.cache.spi.support 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.spi Modifier and Type Interface Description interface
QueryResultsRegion
Defines the contract for a cache region that stores query results.interface
TimestampsRegion
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 DirectAccessRegion Modifier and Type Class Description class
DirectAccessRegionTemplate
Bridge between DirectAccessRegion and StorageAccessclass
QueryResultsRegionTemplate
class
TimestampsRegionTemplate
-