public interface SchemaManager
| Modifier and Type | Method and Description |
|---|---|
void |
dropSchema()
Method required to drop auto create schema,in case of schema operation as
{create-drop},
|
void |
exportSchema(String persistenceUnit,
List<TableInfo> puToSchemaCol)
Exports schema according to configured schema operation e.g.
|
boolean |
validateEntity(Class clazz)
validates the entity against the Client specific properties.
|
void exportSchema(String persistenceUnit, List<TableInfo> puToSchemaCol)
void dropSchema()
boolean validateEntity(Class clazz)
Copyright © 2015. All Rights Reserved.