Uses of Interface
org.hibernate.cache.spi.TimestampsCache
-
Packages that use TimestampsCache Package Description 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.org.hibernate.engine.spi -
-
Uses of TimestampsCache in org.hibernate.cache.spi
Methods in org.hibernate.cache.spi that return TimestampsCache Modifier and Type Method Description TimestampsCache
TimestampsCacheFactory. buildTimestampsCache(CacheImplementor cacheManager, TimestampsRegion timestampsRegion)
Build the TimestampsCacheTimestampsCache
CacheImplementor. getTimestampsCache()
Find the cache data access strategy for Hibernate's timestamps cache. -
Uses of TimestampsCache in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return TimestampsCache Modifier and Type Method Description TimestampsCache
CacheImplementor. getTimestampsCache()
Deprecated.Find the cache data access strategy for Hibernate's timestamps cache.
-