| Package | Description |
|---|---|
| pro.requena.ea.modeltransfer | |
| pro.requena.ea.modeltransfer.database |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelTransfer.transfer(String source,
String target,
boolean batchInsert)
This method performs the Model Transfer operation from a source model to a given destination.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
EADatabase.close(Connection connection)
Closes a database connection.
|
static Connection |
EADatabase.connect(String endpoint,
boolean isTarget)
Create a new database connection to a given EAP/DSN.
|
static void |
TransferProcess.modelTransfer(Connection sourceConnection,
Connection targetConnection,
boolean batchInsert)
Performs the database transfer from the source to the destination connections.
|
Copyright © 2019. All rights reserved.