-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Relationen zu Basisdatentypen und ValueObjects #223
Comments
Verstehe ich nicht. One2Many bezieht sich doch immer auf die Verbindung zwischen Entitäten. Was hat das Mit Datum, Text, usw. zu tun? Bitte präzisieren. |
In der DSL ist es möglich Basisdatentypen und ValueObjects als Liste zu definieren (oneToMany). Diese werden im Tabellenschema dann als zur Entität gehörigen @ElementCollection/@CollectionTable abgebildet.
Als Folge davon kann nach obigem Beispiel für eine Entität eine Sammlung von Strings (listOfText), von Zahlen (listOfNumbers) und ValueObjects (listOfVo) persistiert werden. |
Wir besprechen mit BeZweck, ob wir das JETZT brauchen. Sonst wird es Meilenstein 4. |
@eidottermihi kannst du bitte überlegen, was davon ihr bei bezweck braucht? |
Eventuell wäre das Beispiel |
Für One2Many-Relationen von Entities zu customListTypes oder anderen Entites ist die Darstellung definiert (Beispiel: One2Many customListType: paper-dropdown).
Für die Darstellung bei customDateType, customTextType, customNumberType und ValueObjects bei One2Many-Relationen gibt es noch kein Muster.
The text was updated successfully, but these errors were encountered: