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 TimestampsRegionNoCachingRegionFactory. buildTimestampsRegion(String regionName, SessionFactoryImplementor sessionFactory)TimestampsRegionTimestampsCacheDisabledImpl. getRegion()TimestampsRegionTimestampsCacheEnabledImpl. getRegion()Methods in org.hibernate.cache.internal with parameters of type TimestampsRegion Modifier and Type Method Description TimestampsCacheStandardTimestampsCacheFactory. 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 TimestampsRegionRegionFactory. buildTimestampsRegion(String regionName, SessionFactoryImplementor sessionFactory)Create a namedRegionfor holding timestamps used to determine when a cached query result set is stale.TimestampsRegionTimestampsCache. 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 TimestampsCacheTimestampsCacheFactory. 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 classTimestampsRegionTemplateMethods in org.hibernate.cache.spi.support that return TimestampsRegion Modifier and Type Method Description TimestampsRegionRegionFactoryTemplate. buildTimestampsRegion(String regionName, SessionFactoryImplementor sessionFactory)
-