接口的使用
org.hibernate.cache.spi.DirectAccessRegion
-
使用DirectAccessRegion的程序包 程序包 说明 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.spi中DirectAccessRegion的使用
org.hibernate.cache.spi中DirectAccessRegion的子接口 修饰符和类型 接口 说明 interfaceQueryResultsRegionDefines the contract for a cache region which will specifically be used to store query results.interfaceTimestampsRegion -
org.hibernate.cache.spi.support中DirectAccessRegion的使用
实现DirectAccessRegion的org.hibernate.cache.spi.support中的类 修饰符和类型 类 说明 classDirectAccessRegionTemplateBridge between DirectAccessRegion and StorageAccessclassQueryResultsRegionTemplateclassTimestampsRegionTemplate
-