类 QueryResultsRegionTemplate
- java.lang.Object
-
- org.hibernate.cache.spi.support.AbstractRegion
-
- org.hibernate.cache.spi.support.DirectAccessRegionTemplate
-
- org.hibernate.cache.spi.support.QueryResultsRegionTemplate
-
- 所有已实现的接口:
DirectAccessRegion,QueryResultsRegion,Region
public class QueryResultsRegionTemplate extends DirectAccessRegionTemplate implements QueryResultsRegion
- 作者:
- Steve Ebersole
-
-
构造器概要
构造器 构造器 说明 QueryResultsRegionTemplate(String name, RegionFactory regionFactory, StorageAccess storageAccess)Constructs aQueryResultsRegionTemplate.
-
方法概要
-
从类继承的方法 org.hibernate.cache.spi.support.DirectAccessRegionTemplate
clear, destroy, getFromCache, getStorageAccess, putIntoCache
-
从类继承的方法 org.hibernate.cache.spi.support.AbstractRegion
getName, getRegionFactory
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 org.hibernate.cache.spi.DirectAccessRegion
getFromCache, putIntoCache
-
从接口继承的方法 org.hibernate.cache.spi.Region
clear, destroy, getName, getRegionFactory
-
-
-
-
构造器详细资料
-
QueryResultsRegionTemplate
public QueryResultsRegionTemplate(String name, RegionFactory regionFactory, StorageAccess storageAccess)
Constructs aQueryResultsRegionTemplate.- 参数:
name- - the unqualified region nameregionFactory- - the region factorystorageAccess- - the cache storage access strategy
-
-