接口的使用
org.hibernate.cache.spi.Region
-
使用Region的程序包 程序包 说明 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.engine.spi org.hibernate.stat.internal -
-
org.hibernate.cache.internal中Region的使用
返回Region的org.hibernate.cache.internal中的方法 修饰符和类型 方法 说明 RegionDisabledCaching. getRegion(String fullRegionName)RegionEnabledCaching. getRegion(String regionName) -
org.hibernate.cache.spi中Region的使用
org.hibernate.cache.spi中Region的子接口 修饰符和类型 接口 说明 interfaceDirectAccessRegionSpecialized Region whose data is accessed directly (not requiring key/item wrapping, e.g.interfaceDomainDataRegionA Region for cacheable domain data - entity, collection, natural-id.interfaceQueryResultsRegionDefines the contract for a cache region which will specifically be used to store query results.interfaceTimestampsRegion返回Region的org.hibernate.cache.spi中的方法 修饰符和类型 方法 说明 RegionCacheImplementor. getRegion(String regionName)Get a cache Region by name.default RegionCacheImplementor. getRegionByLegacyName(String legacyName)已过时。No replacement - added just for support of the newly deprecated methods expecting a qualified region name -
org.hibernate.cache.spi.support中Region的使用
实现Region的org.hibernate.cache.spi.support中的类 修饰符和类型 类 说明 classAbstractDomainDataRegionclassAbstractRegionclassDirectAccessRegionTemplateBridge between DirectAccessRegion and StorageAccessclassDomainDataRegionImplclassDomainDataRegionTemplateAbstract implementation ofDomainDataRegionbased on implementations just needing to provide aDomainDataStorageAccessreference for basic caching support - DomainDataStorageAccess acts as a simple wrapper around some generalized cache actions such as put or get.classQueryResultsRegionTemplateclassTimestampsRegionTemplate -
org.hibernate.engine.spi中Region的使用
返回Region的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 RegionCacheImplementor. getRegion(String regionName)已过时。Get a cache Region by namedefault RegionCacheImplementor. getRegionByLegacyName(String legacyName)已过时。No replacement - added just for support of the newly deprecated methods expecting a qualified region name -
org.hibernate.stat.internal中Region的使用
类型变量类型为Region的org.hibernate.stat.internal中的构造器参数 构造器 说明 AbstractCacheableDataStatistics(Supplier<Region> regionSupplier)
-