EntityDBView
This page provides generated reference documentation for the EntityDBView data model.
Overview
| Property | Summary |
|---|---|
| auditSyncConfig | — |
| category | Kategorie der Tabelle, wird verwendet um zusammengehörige Tabellen zu gruppieren |
| customProperties | — |
| dbName | The name of the table in the database. |
| description | Short technical description of the model in plain text. |
| documentation | Contains the documentation of the data model in the popular AsciiDoc format (.adoc). The documentation should be set by the developer to explain different… |
| entityFields | List of fields, providers, consumers, etc. for this entity |
| idColumn | ID column |
| idGeneratorInterval | ID generation interval. |
| idGeneratorType | Type of ID generation. |
| title | Singular title of the model, e.g. Surname |
auditSyncConfig
Type: AliasDefDbTableAuditSyncDataModel
category
Type: String
Default: ``
Kategorie der Tabelle, wird verwendet um zusammengehörige Tabellen zu gruppieren
customProperties
Type: CustomProperties
dbName
Type: String
Default: ``
The name of the table in the database.
description
Type: String
Default: ``
Short technical description of the model in plain text.
documentation
Type: String
Default: ``
Contains the documentation of the data model in the popular AsciiDoc format (.adoc).
The documentation should be set by the developer to explain different aspects (like purpose, concept, etc.) of the data model that they designed.
You may want to add the extension "AsciiDoc" to your ADITO Designer in order to modify AsciiDoc files.
<!--VSCODE_ONLY-->
entityFields
Type: EntityFields
List of fields, providers, consumers, etc. for this entity
idColumn
Type: String
Default: ``
ID column
In synchronization: The ID column of the table to be synchronized.
idGeneratorInterval
Type: Integer
Default: 0
Constraints: Verification: EVerifier.NOT_NEGATIVE
ID generation interval.
idGeneratorType
Type: Integer
Default: 0
Type of ID generation.
title
Type: String
Default: ``
Constraints: Verification: TITLE_LENGTH
Singular title of the model, e.g. Surname