Package org.apache.cayenne.tools.model
Class SchemaContainer
- java.lang.Object
-
- org.apache.cayenne.tools.model.FilterContainer
-
- org.apache.cayenne.tools.model.SchemaContainer
-
- Direct Known Subclasses:
DbImportConfig
public class SchemaContainer extends FilterContainer
- Since:
- 4.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
schema(groovy.lang.Closure<?> closure)
void
schema(java.lang.String name)
void
schema(java.lang.String name, groovy.lang.Closure<?> closure)
-
Methods inherited from class org.apache.cayenne.tools.model.FilterContainer
excludeColumn, excludeColumns, excludeProcedure, excludeProcedures, excludeRelationship, excludeRelationships, excludeTable, excludeTables, getName, includeColumn, includeColumns, includeProcedure, includeProcedures, includeTable, includeTable, includeTable, includeTables, name, setName
-
-