Package org.hibernate.cache
Interface RegionFactory
-
- All Superinterfaces:
RegionFactory
,Serializable
,Service
,Stoppable
@Deprecated public interface RegionFactory extends RegionFactory
Deprecated.Moved, but still need this definition for ehcacheLegacy (deprecated) namespace for the RegionFactory contract.
-
-
Field Summary
-
Fields inherited from interface org.hibernate.cache.spi.RegionFactory
DEFAULT_QUERY_RESULTS_REGION_UNQUALIFIED_NAME, DEFAULT_UPDATE_TIMESTAMPS_REGION_UNQUALIFIED_NAME
-
-
Method Summary
-
Methods inherited from interface org.hibernate.cache.spi.RegionFactory
buildDomainDataRegion, buildQueryResultsRegion, buildTimestampsRegion, createTransactionContext, getDefaultAccessType, getTimeout, isMinimalPutsEnabledByDefault, nextTimestamp, qualify, start
-
-