Uses of Interface
org.hibernate.cache.spi.TimestampsRegion
-
Packages that use TimestampsRegion Package Description org.hibernate.cache.internal Internal implementations and support for second-level caching.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 TimestampsRegion in org.hibernate.cache.internal
Methods in org.hibernate.cache.internal that return TimestampsRegion Modifier and Type Method Description TimestampsRegion
NoCachingRegionFactory. buildTimestampsRegion(String regionName, SessionFactoryImplementor sessionFactory)
TimestampsRegion
TimestampsCacheDisabledImpl. getRegion()
TimestampsRegion
TimestampsCacheEnabledImpl. getRegion()
Methods in org.hibernate.cache.internal with parameters of type TimestampsRegion Modifier and Type Method Description TimestampsCache
StandardTimestampsCacheFactory. buildTimestampsCache(CacheImplementor cacheManager, TimestampsRegion timestampsRegion)
Constructors in org.hibernate.cache.internal with parameters of type TimestampsRegion Constructor Description TimestampsCacheEnabledImpl(TimestampsRegion timestampsRegion)
-
Uses of TimestampsRegion in org.hibernate.cache.spi
Methods in org.hibernate.cache.spi that return TimestampsRegion Modifier and Type Method Description TimestampsRegion
RegionFactory. buildTimestampsRegion(String regionName, SessionFactoryImplementor sessionFactory)
Create a namedRegion
for holding timestamps used to determine when a cached query result set is stale.TimestampsRegion
TimestampsCache. getRegion()
The region used to store all timestamp data.Methods in org.hibernate.cache.spi with parameters of type TimestampsRegion Modifier and Type Method Description TimestampsCache
TimestampsCacheFactory. 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 TimestampsRegion Modifier and Type Class Description class
TimestampsRegionTemplate
Methods in org.hibernate.cache.spi.support that return TimestampsRegion Modifier and Type Method Description TimestampsRegion
RegionFactoryTemplate. buildTimestampsRegion(String regionName, SessionFactoryImplementor sessionFactory)
-