|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableContainerConfig | |
---|---|
de.fesenmeyer.dbnormalizer.core | The top-level package of the core logic, which contains the fundamental classes of DBNormalizer. |
de.fesenmeyer.dbnormalizer.core.configuration | Contains the classes used for reading and writing configuration data of a session. |
Uses of TableContainerConfig in de.fesenmeyer.dbnormalizer.core |
---|
Method parameters in de.fesenmeyer.dbnormalizer.core with type arguments of type TableContainerConfig | |
---|---|
void |
DBNormalizerSession.addTableInformation(Collection<TableContainerConfig> tableContainerConfigs)
Adds tables to be normalized to this session, based on configuration data. |
private void |
DBNormalizerSession.createTables2normalizeFromConfig(Collection<TableContainerConfig> tableContainerConfigs)
Adds the tables given in the tableContainerConfigs argument (with their FDs) to the DBNormalizerSession.tables2normalize map |
Uses of TableContainerConfig in de.fesenmeyer.dbnormalizer.core.configuration |
---|
Fields in de.fesenmeyer.dbnormalizer.core.configuration with type parameters of type TableContainerConfig | |
---|---|
private Collection<TableContainerConfig> |
SessionConfig.tableContainerConfigs
A collection of TableContainerConfig objects. |
Methods in de.fesenmeyer.dbnormalizer.core.configuration that return types with arguments of type TableContainerConfig | |
---|---|
Collection<TableContainerConfig> |
SessionConfig.getTableContainerConfigs()
Gets the TableContainer configuration objects. |
private Collection<TableContainerConfig> |
ConfigurationReader.retrieveCatalogConfigs(Element parentNode)
Reads the data from a catalog node. |
private Collection<TableContainerConfig> |
ConfigurationReader.retrieveSchemaConfigs(Element parentNode)
Reads the data from a schema node. |
Methods in de.fesenmeyer.dbnormalizer.core.configuration with parameters of type TableContainerConfig | |
---|---|
private Element |
ConfigurationWriter.getTableContainerConfigNode(TableContainerConfig tableContainerConfig)
Creates a node for a TableContainerConfig object. |
Method parameters in de.fesenmeyer.dbnormalizer.core.configuration with type arguments of type TableContainerConfig | |
---|---|
void |
SessionConfig.setTableContainerConfigs(Collection<TableContainerConfig> tableContainerConfigs)
Sets the TableContainer configuration objects |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |