Class DynamicSchemaFactory

All Implemented Interfaces:
Serializable, Cloneable, SchemaFactory, Configurable

public class DynamicSchemaFactory extends SchemaGroup implements SchemaFactory, Configurable
Factory whose schema group dynamically fills itself with information as mappings validate themselves in their map method. Tables are added when SchemaGroup.findTable(org.apache.openjpa.jdbc.schema.Table) is called. Columns are added to tables when Table.getColumn(java.lang.String) is called. And the column types are set when Column.isCompatible(int, java.lang.String, int, int) is called.
Author:
Abe White
See Also: