public interface org.hibernate.cache.spi.RegionFactory extends org.hibernate.service.Service
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hibernate.cache.spi.RegionFactory
  super_class: java.lang.Object
{
  public abstract void start(org.hibernate.cfg.Settings, java.util.Properties);
    descriptor: (Lorg/hibernate/cfg/Settings;Ljava/util/Properties;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.hibernate.cache.CacheException
    MethodParameters:
            Name  Flags
      settings    
      properties  

  public abstract void stop();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isMinimalPutsEnabledByDefault();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.hibernate.cache.spi.access.AccessType getDefaultAccessType();
    descriptor: ()Lorg/hibernate/cache/spi/access/AccessType;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract long nextTimestamp();
    descriptor: ()J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.hibernate.cache.spi.EntityRegion buildEntityRegion(java.lang.String, java.util.Properties, org.hibernate.cache.spi.CacheDataDescription);
    descriptor: (Ljava/lang/String;Ljava/util/Properties;Lorg/hibernate/cache/spi/CacheDataDescription;)Lorg/hibernate/cache/spi/EntityRegion;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.hibernate.cache.CacheException
    MethodParameters:
            Name  Flags
      regionName  
      properties  
      metadata    

  public abstract org.hibernate.cache.spi.NaturalIdRegion buildNaturalIdRegion(java.lang.String, java.util.Properties, org.hibernate.cache.spi.CacheDataDescription);
    descriptor: (Ljava/lang/String;Ljava/util/Properties;Lorg/hibernate/cache/spi/CacheDataDescription;)Lorg/hibernate/cache/spi/NaturalIdRegion;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.hibernate.cache.CacheException
    MethodParameters:
            Name  Flags
      regionName  
      properties  
      metadata    

  public abstract org.hibernate.cache.spi.CollectionRegion buildCollectionRegion(java.lang.String, java.util.Properties, org.hibernate.cache.spi.CacheDataDescription);
    descriptor: (Ljava/lang/String;Ljava/util/Properties;Lorg/hibernate/cache/spi/CacheDataDescription;)Lorg/hibernate/cache/spi/CollectionRegion;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.hibernate.cache.CacheException
    MethodParameters:
            Name  Flags
      regionName  
      properties  
      metadata    

  public abstract org.hibernate.cache.spi.QueryResultsRegion buildQueryResultsRegion(java.lang.String, java.util.Properties);
    descriptor: (Ljava/lang/String;Ljava/util/Properties;)Lorg/hibernate/cache/spi/QueryResultsRegion;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.hibernate.cache.CacheException
    MethodParameters:
            Name  Flags
      regionName  
      properties  

  public abstract org.hibernate.cache.spi.TimestampsRegion buildTimestampsRegion(java.lang.String, java.util.Properties);
    descriptor: (Ljava/lang/String;Ljava/util/Properties;)Lorg/hibernate/cache/spi/TimestampsRegion;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.hibernate.cache.CacheException
    MethodParameters:
            Name  Flags
      regionName  
      properties  
}
SourceFile: "RegionFactory.java"