Class AbstractRegion

java.lang.Object
org.hibernate.cache.spi.support.AbstractRegion
All Implemented Interfaces:
Region
Direct Known Subclasses:
AbstractDomainDataRegion, DirectAccessRegionTemplate

public abstract class AbstractRegion extends Object implements Region
  • Constructor Details

    • AbstractRegion

      public AbstractRegion(String name, RegionFactory regionFactory)
      Constructs an AbstractRegion.
      Parameters:
      name - - the unqualified region name
      regionFactory - - the region factory
  • Method Details

    • getName

      public String getName()
      Description copied from interface: Region
      Retrieve the unqualified name of this region.
      Specified by:
      getName in interface Region
    • getRegionFactory

      public RegionFactory getRegionFactory()
      Description copied from interface: Region
      The RegionFactory that generated this Region
      Specified by:
      getRegionFactory in interface Region