Uses of Interface
org.hibernate.cache.spi.UpdateTimestampsCache
-
Packages that use UpdateTimestampsCache 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 UpdateTimestampsCache in org.hibernate.cache.spi
Subinterfaces of UpdateTimestampsCache in org.hibernate.cache.spi Modifier and Type Interface Description interface
TimestampsCache
Wrapper for aTimestampsRegion
adding handling of stale resultsMethods in org.hibernate.cache.spi that return UpdateTimestampsCache Modifier and Type Method Description default UpdateTimestampsCache
CacheImplementor. getUpdateTimestampsCache()
Deprecated.UseCacheImplementor.getTimestampsCache()
instead -
Uses of UpdateTimestampsCache in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return UpdateTimestampsCache Modifier and Type Method Description default UpdateTimestampsCache
CacheImplementor. getUpdateTimestampsCache()
Deprecated.UseCacheImplementor.getTimestampsCache()
instead
-