Uses of Interface
org.hibernate.cache.spi.TimestampsCache
-
Packages that use TimestampsCache 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 "caching back ends" to be plugged in as a caching provider. -
-
Uses of TimestampsCache in org.hibernate.cache.internal
Classes in org.hibernate.cache.internal that implement TimestampsCache Modifier and Type Class Description classTimestampsCacheDisabledImplTimestampsRegionAccess implementation for cases where query results caching (or second level caching overall) is disabled.classTimestampsCacheEnabledImplStandard implementation of TimestampsCacheMethods in org.hibernate.cache.internal that return TimestampsCache Modifier and Type Method Description TimestampsCacheStandardTimestampsCacheFactory. buildTimestampsCache(CacheImplementor cacheManager, TimestampsRegion timestampsRegion)TimestampsCacheDisabledCaching. getTimestampsCache()TimestampsCacheEnabledCaching. getTimestampsCache() -
Uses of TimestampsCache in org.hibernate.cache.spi
Methods in org.hibernate.cache.spi that return TimestampsCache Modifier and Type Method Description TimestampsCacheTimestampsCacheFactory. buildTimestampsCache(CacheImplementor cacheManager, TimestampsRegion timestampsRegion)Build the TimestampsCacheTimestampsCacheCacheImplementor. getTimestampsCache()Find the cache data access strategy for Hibernate's timestamps cache.
-