Skip to main content

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
titleSingular title of the model, e.g. Surname
categoryKategorie der Tabelle, wird verwendet um zusammengehörige Tabellen zu gruppieren
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…
dbNameThe name of the table in the database.
idColumnID column
idGeneratorTypeType of ID generation.
idGeneratorIntervalID generation interval.
auditSyncConfig
entityFieldsList 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

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