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 "caching back ends" to be plugged in as a caching provider.org.hibernate.cache.spi.support Package intended for simplifying the worked 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 which will specifically be used to store query results.interface
TimestampsRegion
-
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
-