Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge
RegionFactory
contract and the older
CacheProvider
contract.
Field Summary | |
static String |
Constructor Summary | |
|
Method Summary | |
CollectionRegion |
|
EntityRegion |
|
QueryResultsRegion |
|
TimestampsRegion |
|
CacheProvider | |
boolean | |
long | |
void | |
void |
|
public CollectionRegion buildCollectionRegion(String regionName, Properties properties, CacheDataDescription metadata) throws CacheException
- Specified by:
- buildCollectionRegion in interface RegionFactory
public EntityRegion buildEntityRegion(String regionName, Properties properties, CacheDataDescription metadata) throws CacheException
- Specified by:
- buildEntityRegion in interface RegionFactory
public QueryResultsRegion buildQueryResultsRegion(String regionName, Properties properties) throws CacheException
- Specified by:
- buildQueryResultsRegion in interface RegionFactory
public TimestampsRegion buildTimestampsRegion(String regionName, Properties properties) throws CacheException
- Specified by:
- buildTimestampsRegion in interface RegionFactory
public boolean isMinimalPutsEnabledByDefault()
- Specified by:
- isMinimalPutsEnabledByDefault in interface RegionFactory
public void start(Settings settings, Properties properties) throws CacheException
- Specified by:
- start in interface RegionFactory