Skip to main content
Version: 2026.1

EntityDB

This page provides generated reference documentation for the EntityDB data model.

Datenmodell das eine Entity beschreibt, welche eine Tabelle in einer Datenbank darstellt

Overview

PropertySummary
auditSyncConfig
categoryKategorie der Tabelle, wird verwendet um zusammengehörige Tabellen zu gruppieren
customProperties
dbNameThe name of the table in the database.
descriptionShort technical description of the model in plain text.
documentationContains the documentation of the data model in the popular AsciiDoc format (.adoc). The documentation should be set by the developer to explain different…
entityFieldsList of fields, providers, consumers, etc. for this entity
idColumnID column
idGeneratorIntervalID generation interval.
idGeneratorTypeType of ID generation.
titleSingular 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

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