public interface SchemaGenerationProcessor
Modifier and Type | Method and Description |
---|---|
void |
executeCreateDDL()
Execute create DDL statements
|
Map<String,Object> |
getOverridesForSchemaGeneration() |
Map<String,Object> |
getOverridesForSuppressingSchemaGeneration() |
void |
init(PersistenceUnitDescriptor pud,
DeploymentContext deploymentContext)
initialize the processor
|
boolean |
isContainerDDLExecutionRequired() |
void init(PersistenceUnitDescriptor pud, DeploymentContext deploymentContext)
Map<String,Object> getOverridesForSchemaGeneration()
Map<String,Object> getOverridesForSuppressingSchemaGeneration()
boolean isContainerDDLExecutionRequired()
void executeCreateDDL()
Copyright © 2020. All rights reserved.