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 interfaceQueryResultsRegionDefines the contract for a cache region that stores query results.interfaceTimestampsRegionDefines 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 classDirectAccessRegionTemplateBridge between DirectAccessRegion and StorageAccessclassQueryResultsRegionTemplateclassTimestampsRegionTemplate
-