Uses of Interface
org.glassfish.persistence.jpa.schemageneration.SchemaGenerationProcessor
-
Packages that use SchemaGenerationProcessor Package Description org.glassfish.persistence.jpa.schemageneration -
-
Uses of SchemaGenerationProcessor in org.glassfish.persistence.jpa.schemageneration
Classes in org.glassfish.persistence.jpa.schemageneration that implement SchemaGenerationProcessor Modifier and Type Class Description classEclipseLinkSchemaGenerationProcessorSchemaGenerationProcessor that handles schema generation while running against EclipseLink in pre JPA 2.1 mode For each persistence unit descriptors that is defined for an application create the ddl scripts.classJPAStandardSchemaGenerationProcessorSchema generation processor while using standard JPA based schema generationMethods in org.glassfish.persistence.jpa.schemageneration that return SchemaGenerationProcessor Modifier and Type Method Description static SchemaGenerationProcessorSchemaGenerationProcessorFactory. createSchemaGenerationProcessor(com.sun.enterprise.deployment.PersistenceUnitDescriptor pud)
-