Package org.hibernate.cache.spi.support
Class AbstractRegion
java.lang.Object
org.hibernate.cache.spi.support.AbstractRegion
- All Implemented Interfaces:
Region
- Direct Known Subclasses:
AbstractDomainDataRegion
,DirectAccessRegionTemplate
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractRegion
(String name, RegionFactory regionFactory) Constructs anAbstractRegion
. -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Retrieve the unqualified name of this region.The RegionFactory that generated this Region
-
Constructor Details
-
AbstractRegion
Constructs anAbstractRegion
.- Parameters:
name
- - the unqualified region nameregionFactory
- - the region factory
-
-
Method Details