Uses of Interface
org.hibernate.cache.spi.TimestampsRegion
Packages that use TimestampsRegion
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 TimestampsRegion in org.hibernate.cache.spi
Methods in org.hibernate.cache.spi that return TimestampsRegionModifier and TypeMethodDescriptionRegionFactory.buildTimestampsRegion
(String regionName, SessionFactoryImplementor sessionFactory) Create a namedRegion
for holding timestamps used to determine when a cached query result set is stale.TimestampsCache.getRegion()
The region used to store all timestamp data.Methods in org.hibernate.cache.spi with parameters of type TimestampsRegionModifier and TypeMethodDescriptionTimestampsCacheFactory.buildTimestampsCache
(CacheImplementor cacheManager, TimestampsRegion timestampsRegion) Build theTimestampsCache
. -
Uses of TimestampsRegion in org.hibernate.cache.spi.support
Classes in org.hibernate.cache.spi.support that implement TimestampsRegionMethods in org.hibernate.cache.spi.support that return TimestampsRegionModifier and TypeMethodDescriptionRegionFactoryTemplate.buildTimestampsRegion
(String regionName, SessionFactoryImplementor sessionFactory)