Class SchemaGenerationProcessorFactory
java.lang.Object
org.glassfish.persistence.jpa.schemageneration.SchemaGenerationProcessorFactory
Factory for creating SchemaGenerationProcessor
- Author:
- Mitesh Meswani
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SchemaGenerationProcessorcreateSchemaGenerationProcessor(com.sun.enterprise.deployment.PersistenceUnitDescriptor persistenceUnitDescriptor)
-
Constructor Details
-
SchemaGenerationProcessorFactory
public SchemaGenerationProcessorFactory()
-
-
Method Details
-
createSchemaGenerationProcessor
public static SchemaGenerationProcessor createSchemaGenerationProcessor(com.sun.enterprise.deployment.PersistenceUnitDescriptor persistenceUnitDescriptor) - Returns:
- EclipseLink specific schema generation iff provider is EclipseLink or Toplink, and user has not specified any standard JPA schema generation property else return JPAStandardSchemaGenerationProcessor
-