接口的使用
org.hibernate.cache.spi.TimestampsRegion
-
使用TimestampsRegion的程序包 程序包 说明 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.cache.spi.support Package intended for simplifying the worked needed to implement a caching provider. -
-
org.hibernate.cache.internal中TimestampsRegion的使用
返回TimestampsRegion的org.hibernate.cache.internal中的方法 修饰符和类型 方法 说明 TimestampsRegionNoCachingRegionFactory. buildTimestampsRegion(String regionName, SessionFactoryImplementor sessionFactory)TimestampsRegionTimestampsCacheDisabledImpl. getRegion()TimestampsRegionTimestampsCacheEnabledImpl. getRegion()参数类型为TimestampsRegion的org.hibernate.cache.internal中的方法 修饰符和类型 方法 说明 TimestampsCacheStandardTimestampsCacheFactory. buildTimestampsCache(CacheImplementor cacheManager, TimestampsRegion timestampsRegion)参数类型为TimestampsRegion的org.hibernate.cache.internal中的构造器 构造器 说明 TimestampsCacheEnabledImpl(TimestampsRegion timestampsRegion) -
org.hibernate.cache.spi中TimestampsRegion的使用
返回TimestampsRegion的org.hibernate.cache.spi中的方法 修饰符和类型 方法 说明 TimestampsRegionRegionFactory. buildTimestampsRegion(String regionName, SessionFactoryImplementor sessionFactory)TimestampsRegionTimestampsCache. getRegion()The region used to store all timestamps dataTimestampsRegionUpdateTimestampsCache. getRegion()已过时。Get the underlying cache region where data is stored..参数类型为TimestampsRegion的org.hibernate.cache.spi中的方法 修饰符和类型 方法 说明 TimestampsCacheTimestampsCacheFactory. buildTimestampsCache(CacheImplementor cacheManager, TimestampsRegion timestampsRegion)Build the TimestampsCache -
org.hibernate.cache.spi.support中TimestampsRegion的使用
实现TimestampsRegion的org.hibernate.cache.spi.support中的类 修饰符和类型 类 说明 classTimestampsRegionTemplate返回TimestampsRegion的org.hibernate.cache.spi.support中的方法 修饰符和类型 方法 说明 TimestampsRegionRegionFactoryTemplate. buildTimestampsRegion(String regionName, SessionFactoryImplementor sessionFactory)
-