Package org.hibernate.cache.spi.support
Class QueryResultsRegionTemplate
java.lang.Object
org.hibernate.cache.spi.support.AbstractRegion
org.hibernate.cache.spi.support.DirectAccessRegionTemplate
org.hibernate.cache.spi.support.QueryResultsRegionTemplate
- All Implemented Interfaces:
DirectAccessRegion
,QueryResultsRegion
,Region
public class QueryResultsRegionTemplate
extends DirectAccessRegionTemplate
implements QueryResultsRegion
-
Constructor Summary
ConstructorsConstructorDescriptionQueryResultsRegionTemplate
(String name, RegionFactory regionFactory, StorageAccess storageAccess) Constructs aQueryResultsRegionTemplate
. -
Method Summary
Methods inherited from class org.hibernate.cache.spi.support.DirectAccessRegionTemplate
clear, destroy, getFromCache, getStorageAccess, putIntoCache
Methods inherited from class org.hibernate.cache.spi.support.AbstractRegion
getName, getRegionFactory
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.cache.spi.DirectAccessRegion
getFromCache, putIntoCache
Methods inherited from interface org.hibernate.cache.spi.Region
clear, destroy, getName, getRegionFactory
-
Constructor Details
-
QueryResultsRegionTemplate
public QueryResultsRegionTemplate(String name, RegionFactory regionFactory, StorageAccess storageAccess) Constructs aQueryResultsRegionTemplate
.- Parameters:
name
- - the unqualified region nameregionFactory
- - the region factorystorageAccess
- - the cache storage access strategy
-