public interface SchemaParser extends MetaDataParser
SchemaGroup
, set
via the setSchemaGroup(org.apache.openjpa.jdbc.schema.SchemaGroup)
method. This allows parsing of
multiple files into a single schema group.Modifier and Type | Method and Description |
---|---|
boolean |
getDelayConstraintResolve()
Delay resolution of foreign key constraints until
resolveConstraints() is called. |
SchemaGroup |
getSchemaGroup()
Return the current schema group.
|
void |
resolveConstraints()
If this parser is in delayed resolve mode, resolve all constraints.
|
void |
setDelayConstraintResolve(boolean delay)
Delay resolution of foreign key constraints until
resolveConstraints() is called. |
void |
setSchemaGroup(SchemaGroup group)
Set the current schema group; this clears all state from the last group.
|
clear, getResults, parse, parse, parse, parse, parse, parse, setClassLoader
boolean getDelayConstraintResolve()
resolveConstraints()
is called. This allows you to parse
multiple resources where a foreign key in one resource might refer
to a table in another.void setDelayConstraintResolve(boolean delay)
resolveConstraints()
is called. This allows you to parse
multiple resources where a foreign key in one resource might refer
to a table in another.SchemaGroup getSchemaGroup()
void setSchemaGroup(SchemaGroup group)
void resolveConstraints()
Copyright © 2006–2020 Apache Software Foundation. All rights reserved.