Modifier and Type | Method and Description |
---|---|
void |
ScriptEnhancer.addComments(java.io.Writer script,
ScriptType scriptType,
Session session,
DBMS targetDBMSConfiguration,
EntityGraph entityGraph,
java.util.Set<Table> progress,
ExecutionContext executionContext)
Adds comments to the script.
|
void |
HelperTableEnhancer.addComments(java.io.Writer script,
ScriptType scriptType,
Session session,
DBMS targetDBMSConfiguration,
EntityGraph entityGraph,
java.util.Set<Table> progress,
ExecutionContext executionContext) |
void |
FileBasedScriptEnhancer.addComments(java.io.Writer script,
ScriptType scriptType,
Session session,
DBMS targetDBMSConfiguration,
EntityGraph entityGraph,
java.util.Set<Table> progress,
ExecutionContext executionContext)
Adds nothing.
|
void |
ScriptEnhancer.addEpilog(java.io.Writer script,
ScriptType scriptType,
Session session,
DBMS targetDBMSConfiguration,
EntityGraph entityGraph,
java.util.Set<Table> progress,
ExecutionContext executionContext)
Adds comments at bottom of the script.
|
void |
HelperTableEnhancer.addEpilog(java.io.Writer script,
ScriptType scriptType,
Session session,
DBMS targetDBMSConfiguration,
EntityGraph entityGraph,
java.util.Set<Table> progress,
ExecutionContext executionContext) |
void |
FileBasedScriptEnhancer.addEpilog(java.io.Writer script,
ScriptType scriptType,
Session session,
DBMS targetDBMSConfiguration,
EntityGraph entityGraph,
java.util.Set<Table> progress,
ExecutionContext executionContext)
Adds epilogs.
|
void |
ScriptEnhancer.addProlog(java.io.Writer script,
ScriptType scriptType,
Session session,
DBMS targetDBMSConfiguration,
EntityGraph entityGraph,
java.util.Set<Table> progress,
ExecutionContext executionContext)
Adds statements at top of the script.
|
void |
HelperTableEnhancer.addProlog(java.io.Writer script,
ScriptType scriptType,
Session session,
DBMS targetDBMSConfiguration,
EntityGraph entityGraph,
java.util.Set<Table> progress,
ExecutionContext executionContext) |
void |
FileBasedScriptEnhancer.addProlog(java.io.Writer script,
ScriptType scriptType,
Session session,
DBMS targetDBMSConfiguration,
EntityGraph entityGraph,
java.util.Set<Table> progress,
ExecutionContext executionContext)
Adds prologs.
|
Modifier and Type | Method and Description |
---|---|
abstract EntityGraph |
EntityGraph.copy(int graphID,
Session session)
Copies an entity-graph.
|
EntityGraph |
EntityGraph.copy(java.util.Set<Table> tables)
Copies some tables.
|
abstract EntityGraph |
EntityGraph.createNewGraph()
Creates a new entity-graph of same type and session.
|
Modifier and Type | Method and Description |
---|---|
abstract long |
EntityGraph.resolveAssociation(Table table,
Association association,
EntityGraph otherGraph,
EntityGraph universum,
boolean forDelete)
Resolves an association.
|
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.createNewGraph()
Creates a new entity-graph of same type and session.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalEntityGraph
Persistent graph of entities.
|
Modifier and Type | Method and Description |
---|---|
EntityGraph |
LocalEntityGraph.copy(int newGraphID,
Session _unused)
Copies an entity-graph.
|
EntityGraph |
LocalEntityGraph.createNewGraph()
Creates a new entity-graph of same type and session.
|
Modifier and Type | Method and Description |
---|---|
long |
LocalEntityGraph.resolveAssociation(Table table,
Association association,
EntityGraph otherGraph,
EntityGraph universum,
boolean forDelete)
Resolves an association.
|
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.createNewGraph()
Creates a new entity-graph of same type and session.
|
Modifier and Type | Method and Description |
---|---|
long |
RemoteEntityGraph.resolveAssociation(Table table,
Association association,
EntityGraph otherGraph,
EntityGraph universum,
boolean forDelete)
Resolves an association.
|
Modifier and Type | Method and Description |
---|---|
void |
ImportFilterManager.fillAndWriteMappingTables(EntityGraph entityGraph,
JobManager jobManager,
java.io.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 |
---|
Factory(javax.xml.transform.sax.TransformerHandler transformerHandler,
java.sql.DatabaseMetaData metaData,
EntityGraph entityGraph,
java.lang.String scriptFile,
Session session,
ExecutionContext executionContext)
Constructor.
|
Constructor and Description |
---|
XmlExportTransformer(java.io.OutputStream out,
java.lang.String commentHeader,
EntityGraph entityGraph,
java.util.Set<Table> totalProgress,
java.util.Set<Table> cyclicAggregatedTables,
java.lang.String rootTag,
java.lang.String datePattern,
java.lang.String timestampPattern,
Session session,
ScriptFormat scriptFormat,
java.nio.charset.Charset charset,
ExecutionContext executionContext)
Constructor.
|