接口的使用
org.hibernate.cache.spi.UpdateTimestampsCache
-
使用UpdateTimestampsCache的程序包 程序包 说明 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中UpdateTimestampsCache的使用
实现UpdateTimestampsCache的org.hibernate.cache.internal中的类 修饰符和类型 类 说明 classTimestampsCacheDisabledImplTimestampsRegionAccess implementation for cases where query results caching (or second level caching overall) is disabled.classTimestampsCacheEnabledImplStandard implementation of TimestampsCache -
org.hibernate.cache.spi中UpdateTimestampsCache的使用
org.hibernate.cache.spi中UpdateTimestampsCache的子接口 修饰符和类型 接口 说明 interfaceTimestampsCacheWrapper for aTimestampsRegionadding handling of stale results返回UpdateTimestampsCache的org.hibernate.cache.spi中的方法 修饰符和类型 方法 说明 default UpdateTimestampsCacheCacheImplementor. getUpdateTimestampsCache()已过时。UseCacheImplementor.getTimestampsCache()instead -
org.hibernate.engine.spi中UpdateTimestampsCache的使用
返回UpdateTimestampsCache的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 default UpdateTimestampsCacheCacheImplementor. getUpdateTimestampsCache()已过时。UseCacheImplementor.getTimestampsCache()instead
-