接口的使用
org.hibernate.cache.spi.TimestampsCache
-
使用TimestampsCache的程序包 程序包 说明 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.org.hibernate.engine.spi -
-
org.hibernate.cache.internal中TimestampsCache的使用
实现TimestampsCache的org.hibernate.cache.internal中的类 修饰符和类型 类 说明 classTimestampsCacheDisabledImplTimestampsRegionAccess implementation for cases where query results caching (or second level caching overall) is disabled.classTimestampsCacheEnabledImplStandard implementation of TimestampsCache返回TimestampsCache的org.hibernate.cache.internal中的方法 修饰符和类型 方法 说明 TimestampsCacheStandardTimestampsCacheFactory. buildTimestampsCache(CacheImplementor cacheManager, TimestampsRegion timestampsRegion)TimestampsCacheDisabledCaching. getTimestampsCache()TimestampsCacheEnabledCaching. getTimestampsCache() -
org.hibernate.cache.spi中TimestampsCache的使用
返回TimestampsCache的org.hibernate.cache.spi中的方法 修饰符和类型 方法 说明 TimestampsCacheTimestampsCacheFactory. buildTimestampsCache(CacheImplementor cacheManager, TimestampsRegion timestampsRegion)Build the TimestampsCacheTimestampsCacheCacheImplementor. getTimestampsCache()Find the cache data access strategy for Hibernate's timestamps cache. -
org.hibernate.engine.spi中TimestampsCache的使用
返回TimestampsCache的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 TimestampsCacheCacheImplementor. getTimestampsCache()已过时。Find the cache data access strategy for Hibernate's timestamps cache.
-