public class ReverseEngineering extends FilterContainer
| Constructor and Description |
|---|
ReverseEngineering() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCatalog(Catalog catalog) |
void |
addSchema(Schema schema) |
void |
addTableType(String type) |
Collection<Catalog> |
getCatalogs() |
Collection<Schema> |
getSchemas() |
Boolean |
getSkipPrimaryKeyLoading() |
Boolean |
getSkipRelationshipsLoading() |
String[] |
getTableTypes() |
void |
setCatalogs(Collection<Catalog> catalogs) |
void |
setSchemas(Collection<Schema> schemas) |
void |
setSkipPrimaryKeyLoading(Boolean skipPrimaryKeyLoading) |
void |
setSkipRelationshipsLoading(Boolean skipRelationshipsLoading) |
void |
setTableTypes(Collection<String> tableTypes) |
String |
toString() |
addExcludeColumn, addExcludeProcedure, addExcludeTable, addIncludeColumn, addIncludeProcedure, addIncludeTable, getExcludeColumns, getExcludeProcedures, getExcludeTables, getIncludeColumns, getIncludeProcedures, getIncludeTables, isEmptyContainer, setExcludeColumns, setExcludeProcedures, setExcludeTables, setIncludeColumns, setIncludeProcedures, setIncludeTables, toStringpublic Boolean getSkipRelationshipsLoading()
public void setSkipRelationshipsLoading(Boolean skipRelationshipsLoading)
public Boolean getSkipPrimaryKeyLoading()
public void setSkipPrimaryKeyLoading(Boolean skipPrimaryKeyLoading)
public Collection<Catalog> getCatalogs()
public void setCatalogs(Collection<Catalog> catalogs)
public Collection<Schema> getSchemas()
public void setSchemas(Collection<Schema> schemas)
public String[] getTableTypes()
public void setTableTypes(Collection<String> tableTypes)
public void addTableType(String type)
public void addSchema(Schema schema)
public void addCatalog(Catalog catalog)
public String toString()
toString in class FilterContainerCopyright © 2001–2015 Apache Cayenne. All rights reserved.