public class ReverseEngineering extends FilterContainer implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Resource |
configurationSource |
Constructor and Description |
---|
ReverseEngineering() |
ReverseEngineering(String name) |
Modifier and Type | Method and Description |
---|---|
void |
addCatalog(Catalog catalog) |
void |
addSchema(Schema schema) |
void |
addTableType(String type) |
Collection<Catalog> |
getCatalogs() |
Resource |
getConfigurationSource() |
String |
getName() |
Collection<Schema> |
getSchemas() |
Boolean |
getSkipPrimaryKeyLoading() |
Boolean |
getSkipRelationshipsLoading() |
String[] |
getTableTypes() |
void |
setCatalogs(Collection<Catalog> catalogs) |
void |
setConfigurationSource(Resource configurationSource) |
void |
setName(String name) |
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, appendCollection, getExcludeColumns, getExcludeProcedures, getExcludeTables, getIncludeColumns, getIncludeProcedures, getIncludeTables, isBlank, isEmptyContainer, setExcludeColumns, setExcludeProcedures, setExcludeTables, setIncludeColumns, setIncludeProcedures, setIncludeTables, toString
protected Resource configurationSource
public ReverseEngineering(String name)
public ReverseEngineering()
public Boolean getSkipRelationshipsLoading()
public void setSkipRelationshipsLoading(Boolean skipRelationshipsLoading)
public Boolean getSkipPrimaryKeyLoading()
public void setSkipPrimaryKeyLoading(Boolean skipPrimaryKeyLoading)
public String getName()
public void setName(String name)
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 FilterContainer
public Resource getConfigurationSource()
public void setConfigurationSource(Resource configurationSource)
Copyright © 2001–2016 Apache Cayenne. All rights reserved.