| Modifier and Type | Method and Description |
|---|---|
DataModel |
Association.getDataModel()
Gets data-model to which this association belongs to.
|
| Constructor and Description |
|---|
Association(Table source,
Table destination,
boolean insertSourceBeforeDestination,
boolean insertDestinationBeforeSource,
String joinCondition,
DataModel dataModel,
boolean reversed,
Cardinality cardinality)
Constructor.
|
Association(Table source,
Table destination,
boolean insertSourceBeforeDestination,
boolean insertDestinationBeforeSource,
String joinCondition,
DataModel dataModel,
boolean reversed,
Cardinality cardinality,
String author)
Constructor.
|
RowIdSupport(DataModel dataModel,
DBMS configuration,
boolean useRowIds)
Constructor.
|
RowIdSupport(DataModel dataModel,
DBMS configuration,
ExecutionContext executionContext)
Constructor.
|
RowIdSupport(DataModel dataModel,
DBMS configuration,
String rowIdType,
boolean useRowIds)
Constructor.
|
RowIdSupport(DataModel dataModel,
DBMS configuration,
String rowIdType,
ExecutionContext executionContext)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DDLCreator.createDDL(DataModel datamodel,
Session session,
WorkingTableScope temporaryTableScope,
RowIdSupport rowIdSupport,
String workingTableSchema)
Creates the DDL for the working-tables.
|
boolean |
DDLCreator.createDDL(DataModel datamodel,
Session session,
WorkingTableScope temporaryTableScope,
String workingTableSchema)
Creates the DDL for the working-tables.
|
| Constructor and Description |
|---|
DomainModel(DataModel dataModel)
Constructor.
|
| Modifier and Type | Field and Description |
|---|---|
DataModel |
EntityGraph.dataModel |
| Modifier and Type | Method and Description |
|---|---|
abstract DataModel |
EntityGraph.getDatamodel() |
| Constructor and Description |
|---|
EntityGraph(int graphID,
DataModel dataModel,
ExecutionContext executionContext) |
| Modifier and Type | Method and Description |
|---|---|
static IntraDatabaseEntityGraph |
IntraDatabaseEntityGraph.create(DataModel dataModel,
int graphID,
Session session,
PrimaryKey universalPrimaryKey,
ExecutionContext executionContext)
Creates a new entity-graph.
|
| Modifier and Type | Method and Description |
|---|---|
DataModel |
LocalEntityGraph.getDatamodel() |
| Modifier and Type | Method and Description |
|---|---|
static LocalEntityGraph |
LocalEntityGraph.create(DataModel dataModel,
int graphID,
Session remoteSession,
ExecutionContext executionContext)
Creates a new entity-graph.
|
| Modifier and Type | Method and Description |
|---|---|
DataModel |
RemoteEntityGraph.getDatamodel() |
| Modifier and Type | Method and Description |
|---|---|
static RemoteEntityGraph |
RemoteEntityGraph.create(DataModel dataModel,
int graphID,
Session session,
PrimaryKey universalPrimaryKey,
ExecutionContext executionContext)
Creates a new entity-graph.
|
| Constructor and Description |
|---|
RemoteEntityGraph(DataModel dataModel,
int graphID,
Session session,
PrimaryKey universalPrimaryKey,
ExecutionContext executionContext)
Constructor.
|
| Modifier and Type | Field and Description |
|---|---|
DataModel |
ExtractionModel.dataModel
The restricted data-model to be used for extraction.
|
| Constructor and Description |
|---|
ExtractionModel(DataModel dataModel,
ExecutionContext executionContext)
Constructor for empty restriction models.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Association> |
JDBCMetaDataBasedModelElementFinder.findAssociations(DataModel dataModel,
Map<Association,String[]> namingSuggestion,
Session session,
ExecutionContext executionContext)
Finds associations by reading the databases meta-data.
|
Collection<Association> |
ModelElementFinder.findAssociations(DataModel dataModel,
Map<Association,String[]> namingSuggestions,
Session session,
ExecutionContext executionContext)
Finds a set of
Associations. |
| Modifier and Type | Method and Description |
|---|---|
void |
HtmlDataModelRenderer.render(DataModel dataModel,
List<String> restrictionFiles)
Generates a human readable HTML-representation of the data-model.
|
void |
DataModelRenderer.render(DataModel dataModel,
List<String> restrictionFiles)
Generates a human readable representation of the data-model.
|
| Constructor and Description |
|---|
RestrictionModel(DataModel dataModel,
ExecutionContext executionContext)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
CollectedRowsCounter.createStatistic(boolean forDelete,
DataModel datamodel)
Creates the statistic.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<CycleFinder.Path> |
CycleFinder.findCycle(DataModel dataModel,
Collection<Table> tables)
Finds all dependency cycles in a data model.
|
static Set<Table> |
SqlUtil.readTableList(CsvFile tableFile,
DataModel dataModel,
Map<String,String> sourceSchemaMapping)
Reads a table-list from CSV-file.
|