EntityDBView
This page provides generated reference documentation for the EntityDBView data model.
Overview
| Property | Summary |
|---|---|
| title | Singular title of the model, e.g. Surname |
| category | Kategorie der Tabelle, wird verwendet um zusammengehörige Tabellen zu gruppieren |
| 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… |
| dbName | The name of the table in the database. |
| idColumn | ID column |
| idGeneratorType | Type of ID generation. |
| idGeneratorInterval | ID generation interval. |
| auditSyncConfig | — |
| entityFields | List of fields, providers, consumers, etc. for this entity |
| customProperties | — |
title
Type: String
Default: ``
Constraints: Verification: TITLE_LENGTH
Singular title of the model, e.g. Surname
category
Type: String
Default: ``
Kategorie der Tabelle, wird verwendet um zusammengehörige Tabellen zu gruppieren
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 he designed.
You may want to add the plugin "AsciidoctorJ" to your ADITO Designer in order
to modify AsciiDoc files.
dbName
Type: String
Default: ``
The name of the table in the database.
idColumn
Type: String
Default: ``
ID column
In synchronization: The ID column of the table to be synchronized.
idGeneratorType
Type: Integer
Default: 0
Type of ID generation.
idGeneratorInterval
Type: Integer
Default: 0
Constraints: Verification: EVerifier.NOT_NEGATIVE
ID generation interval.
auditSyncConfig
Type: AliasDefDbTableAuditSyncDataModel
entityFields
Type: EntityFields
List of fields, providers, consumers, etc. for this entity
customProperties
Type: CustomProperties