public interface org.hibernate.persister.spi.PersisterFactory extends org.hibernate.service.Service
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hibernate.persister.spi.PersisterFactory
  super_class: java.lang.Object
{
  public abstract org.hibernate.persister.entity.EntityPersister createEntityPersister(org.hibernate.mapping.PersistentClass, org.hibernate.cache.spi.access.EntityRegionAccessStrategy, org.hibernate.cache.spi.access.NaturalIdRegionAccessStrategy, org.hibernate.engine.spi.SessionFactoryImplementor, org.hibernate.engine.spi.Mapping);
    descriptor: (Lorg/hibernate/mapping/PersistentClass;Lorg/hibernate/cache/spi/access/EntityRegionAccessStrategy;Lorg/hibernate/cache/spi/access/NaturalIdRegionAccessStrategy;Lorg/hibernate/engine/spi/SessionFactoryImplementor;Lorg/hibernate/engine/spi/Mapping;)Lorg/hibernate/persister/entity/EntityPersister;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.hibernate.HibernateException
    MethodParameters:
                         Name  Flags
      model                    
      cacheAccessStrategy      
      naturalIdAccessStrategy  
      factory                  
      cfg                      

  public abstract org.hibernate.persister.entity.EntityPersister createEntityPersister(org.hibernate.metamodel.binding.EntityBinding, org.hibernate.cache.spi.access.EntityRegionAccessStrategy, org.hibernate.engine.spi.SessionFactoryImplementor, org.hibernate.engine.spi.Mapping);
    descriptor: (Lorg/hibernate/metamodel/binding/EntityBinding;Lorg/hibernate/cache/spi/access/EntityRegionAccessStrategy;Lorg/hibernate/engine/spi/SessionFactoryImplementor;Lorg/hibernate/engine/spi/Mapping;)Lorg/hibernate/persister/entity/EntityPersister;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.hibernate.HibernateException
    MethodParameters:
                     Name  Flags
      model                
      cacheAccessStrategy  
      factory              
      cfg                  

  public abstract org.hibernate.persister.collection.CollectionPersister createCollectionPersister(org.hibernate.cfg.Configuration, org.hibernate.mapping.Collection, org.hibernate.cache.spi.access.CollectionRegionAccessStrategy, org.hibernate.engine.spi.SessionFactoryImplementor);
    descriptor: (Lorg/hibernate/cfg/Configuration;Lorg/hibernate/mapping/Collection;Lorg/hibernate/cache/spi/access/CollectionRegionAccessStrategy;Lorg/hibernate/engine/spi/SessionFactoryImplementor;)Lorg/hibernate/persister/collection/CollectionPersister;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.hibernate.HibernateException
    MethodParameters:
                     Name  Flags
      cfg                  
      model                
      cacheAccessStrategy  
      factory              

  public abstract org.hibernate.persister.collection.CollectionPersister createCollectionPersister(org.hibernate.metamodel.source.MetadataImplementor, org.hibernate.metamodel.binding.PluralAttributeBinding, org.hibernate.cache.spi.access.CollectionRegionAccessStrategy, org.hibernate.engine.spi.SessionFactoryImplementor);
    descriptor: (Lorg/hibernate/metamodel/source/MetadataImplementor;Lorg/hibernate/metamodel/binding/PluralAttributeBinding;Lorg/hibernate/cache/spi/access/CollectionRegionAccessStrategy;Lorg/hibernate/engine/spi/SessionFactoryImplementor;)Lorg/hibernate/persister/collection/CollectionPersister;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.hibernate.HibernateException
    MethodParameters:
                     Name  Flags
      metadata             
      model                
      cacheAccessStrategy  
      factory              
}
SourceFile: "PersisterFactory.java"