public class DataMigrator extends TemplateManager
Produces an ETL template for tranferring data between tables of different databases. The tables are ascendingly ordered by a number of foreign keys.
logger, PROPS_EXT, XML_EXT| Constructor and Description |
|---|
DataMigrator() |
| Modifier and Type | Method and Description |
|---|---|
void |
create(Map<String,?> properties)
Produce template files.
|
checkFile, create, defineName, forName, loadResourceAsString, newFileWriterpublic void create(Map<String,?> properties) throws IOException
TemplateManagercreate in class TemplateManagerproperties - configuration properties.IOException - if output fails.Copyright © 2006-2012. All Rights Reserved.