Uses of Interface
org.hibernate.cache.spi.TimestampsRegion
-
Packages that use TimestampsRegion 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.cache.spi.support Package intended for simplifying the worked needed to implement a caching provider. -
-
Uses of TimestampsRegion in org.hibernate.cache.spi
Methods in org.hibernate.cache.spi that return TimestampsRegion Modifier and Type Method Description TimestampsRegionRegionFactory. buildTimestampsRegion(java.lang.String regionName, SessionFactoryImplementor sessionFactory)TimestampsRegionTimestampsCache. getRegion()The region used to store all timestamps dataTimestampsRegionUpdateTimestampsCache. getRegion()Deprecated.Get the underlying cache region where data is stored..Methods in org.hibernate.cache.spi with parameters of type TimestampsRegion Modifier and Type Method Description TimestampsCacheTimestampsCacheFactory. buildTimestampsCache(CacheImplementor cacheManager, TimestampsRegion timestampsRegion)Build the TimestampsCache -
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(java.lang.String regionName, SessionFactoryImplementor sessionFactory)
-