Class PersisterFactoryImpl

java.lang.Object
org.hibernate.persister.internal.PersisterFactoryImpl
All Implemented Interfaces:
Serializable, PersisterFactory, Service, ServiceRegistryAwareService

public final class PersisterFactoryImpl extends Object implements PersisterFactory, ServiceRegistryAwareService
The standard Hibernate PersisterFactory implementation
See Also:
  • Field Details

    • ENTITY_PERSISTER_CONSTRUCTOR_ARGS

      public static final Class<?>[] ENTITY_PERSISTER_CONSTRUCTOR_ARGS
      The constructor signature for EntityPersister implementations
    • COLLECTION_PERSISTER_CONSTRUCTOR_ARGS

      public static final Class<?>[] COLLECTION_PERSISTER_CONSTRUCTOR_ARGS
      The constructor signature for CollectionPersister implementations
  • Constructor Details

    • PersisterFactoryImpl

      public PersisterFactoryImpl()
  • Method Details