public abstract class SchemaContainer extends FilterContainer
| Constructor and Description |
|---|
SchemaContainer() |
SchemaContainer(SchemaContainer original) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSchema(Schema schema) |
List<Schema> |
getSchemas() |
boolean |
isEmptyContainer() |
StringBuilder |
toString(StringBuilder res,
String prefix) |
addConfiguredName, addExcludeColumn, addExcludeProcedure, addExcludeRelationship, addExcludeTable, addIncludeColumn, addIncludeProcedure, addIncludeTable, addText, appendCollection, clearExcludeColumns, clearExcludeProcedures, clearExcludeRelationships, clearExcludeTables, clearIncludeColumns, clearIncludeProcedures, clearIncludeTables, getExcludeColumns, getExcludeProcedures, getExcludeRelationship, getExcludeTables, getIncludeColumns, getIncludeProcedures, getIncludeTables, getName, set, setName, toStringpublic SchemaContainer()
public SchemaContainer(SchemaContainer original)
public void addSchema(Schema schema)
public boolean isEmptyContainer()
isEmptyContainer in class FilterContainerpublic StringBuilder toString(StringBuilder res, String prefix)
toString in class FilterContainerCopyright © 2001–2019 Apache Cayenne. All rights reserved.