Class SchemaGenerator

java.lang.Object
org.apache.openjpa.jdbc.schema.SchemaGenerator

public class SchemaGenerator extends Object
The SchemaGenerator creates Schemas matching the current database. All schemas are added to the current SchemaGroup. Note that tables whose name starts with "OPENJPA_" will be not be added to the database schema. This enables the creation of special tables that will never be dropped by the SchemaTool.
Author:
Abe White