| Modifier and Type | Method and Description |
|---|---|
void |
HelperTableEnhancer.addComments(Writer script,
ScriptType scriptType,
Session session,
DBMS targetDBMSConfiguration,
EntityGraph entityGraph,
Set<Table> progress,
ExecutionContext executionContext) |
void |
FileBasedScriptEnhancer.addComments(Writer script,
ScriptType scriptType,
Session session,
DBMS targetDBMSConfiguration,
EntityGraph entityGraph,
Set<Table> progress,
ExecutionContext executionContext)
Adds nothing.
|
void |
ScriptEnhancer.addComments(Writer script,
ScriptType scriptType,
Session session,
DBMS targetDBMSConfiguration,
EntityGraph entityGraph,
Set<Table> progress,
ExecutionContext executionContext)
Adds comments to the script.
|
void |
HelperTableEnhancer.addEpilog(Writer script,
ScriptType scriptType,
Session session,
DBMS targetDBMSConfiguration,
EntityGraph entityGraph,
Set<Table> progress,
ExecutionContext executionContext) |
void |
FileBasedScriptEnhancer.addEpilog(Writer script,
ScriptType scriptType,
Session session,
DBMS targetDBMSConfiguration,
EntityGraph entityGraph,
Set<Table> progress,
ExecutionContext executionContext)
Adds epilogs.
|
void |
ScriptEnhancer.addEpilog(Writer script,
ScriptType scriptType,
Session session,
DBMS targetDBMSConfiguration,
EntityGraph entityGraph,
Set<Table> progress,
ExecutionContext executionContext)
Adds comments at bottom of the script.
|
void |
HelperTableEnhancer.addProlog(Writer script,
ScriptType scriptType,
Session session,
DBMS targetDBMSConfiguration,
EntityGraph entityGraph,
Set<Table> progress,
ExecutionContext executionContext) |
void |
FileBasedScriptEnhancer.addProlog(Writer script,
ScriptType scriptType,
Session session,
DBMS targetDBMSConfiguration,
EntityGraph entityGraph,
Set<Table> progress,
ExecutionContext executionContext)
Adds prologs.
|
void |
ScriptEnhancer.addProlog(Writer script,
ScriptType scriptType,
Session session,
DBMS targetDBMSConfiguration,
EntityGraph entityGraph,
Set<Table> progress,
ExecutionContext executionContext)
Adds statements at top of the script.
|
| Modifier and Type | Method and Description |
|---|---|
abstract EntityGraph |
EntityGraph.copy(int graphID,
Session session)
Copies an entity-graph.
|
abstract EntityGraph |
EntityGraph.find(int graphID,
Session session,
PrimaryKey universalPrimaryKey)
Finds an entity-graph.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
EntityGraph.uniteWith(EntityGraph graph)
Unites the graph with another one and deletes the other graph.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IntraDatabaseEntityGraph
Specialized
RemoteEntityGraph for exporting data into a different
schema within the same database. |
| Modifier and Type | Method and Description |
|---|---|
EntityGraph |
IntraDatabaseEntityGraph.copy(int newGraphID,
Session session)
Copies an entity-graph.
|
EntityGraph |
IntraDatabaseEntityGraph.find(int graphID,
Session session,
PrimaryKey universalPrimaryKey)
Finds an entity-graph.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalEntityGraph
Persistent graph of entities.
|
| Modifier and Type | Method and Description |
|---|---|
EntityGraph |
LocalEntityGraph.copy(int newGraphID,
Session globalSession)
Copies an entity-graph.
|
EntityGraph |
LocalEntityGraph.find(int graphID,
Session localSession,
PrimaryKey universalPrimaryKey)
Finds an entity-graph.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocalEntityGraph.uniteWith(EntityGraph graph)
Unites the graph with another one and deletes the other graph.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteEntityGraph
Persistent graph of entities in the remote database.
|
| Modifier and Type | Method and Description |
|---|---|
EntityGraph |
RemoteEntityGraph.copy(int newGraphID,
Session session)
Copies an entity-graph.
|
EntityGraph |
RemoteEntityGraph.find(int graphID,
Session session,
PrimaryKey universalPrimaryKey)
Finds an entity-graph.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteEntityGraph.uniteWith(EntityGraph graph)
Unites the graph with another one and deletes the other graph.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImportFilterManager.fillAndWriteMappingTables(EntityGraph entityGraph,
JobManager jobManager,
OutputStreamWriter dmlResultWriter,
int numberOfEntities,
Session targetSession,
DBMS targetDBMSConfiguration)
Insert the values of columns with non-derived-import-filters into the local database.
|
| Constructor and Description |
|---|
LiquibaseXMLTransformer.Factory(TransformerHandler transformerHandler,
DatabaseMetaData metaData,
EntityGraph entityGraph,
String scriptFile,
String datePattern,
String timePattern,
String timestampPattern,
ExecutionContext executionContext)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ExplainTool.explain(EntityGraph graph,
Session session,
ExecutionContext executionContext)
Creates a listing of all association-paths of exported entities
back to a subject in an entity-graph (the 'explain.log' file)
|
| Constructor and Description |
|---|
XmlExportTransformer(OutputStream out,
String commentHeader,
EntityGraph entityGraph,
Set<Table> totalProgress,
Set<Table> cyclicAggregatedTables,
String rootTag,
String datePattern,
String timestampPattern,
Session session,
Charset charset,
ExecutionContext executionContext)
Constructor.
|