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(com.sun.enterprise.deployment.PersistenceUnitDescriptor pud,
org.glassfish.api.deployment.DeploymentContext deploymentContext)
initialize the processor
|
boolean |
isContainerDDLExecutionRequired() |
void init(com.sun.enterprise.deployment.PersistenceUnitDescriptor pud,
org.glassfish.api.deployment.DeploymentContext deploymentContext)
Map<String,Object> getOverridesForSchemaGeneration()
Map<String,Object> getOverridesForSuppressingSchemaGeneration()
boolean isContainerDDLExecutionRequired()
void executeCreateDDL()
Copyright © 2013. All Rights Reserved.