Annotation Interface AssociationNN
Gestion des associations NN.
- Author:
- dchallas
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionNom du DT possédant la table A utilisée (n).Nom du DT possédant la table A utilisée (n).Label du role associé au noeud représentant la table A.Label du role associé au noeud représentant la table B.Nom logique de l'association.booleanSi le noeud représentant la table A est navigable.booleanSi le noeud représentant la table B est navigable.Nom du role associé au noeud représentant la table A.Nom du role associé au noeud représentant la table B.Nom de la table de jointure.
-
Element Details
-
name
String nameNom logique de l'association. -
tableName
String tableNameNom de la table de jointure. -
dataDefinitionA
String dataDefinitionANom du DT possédant la table A utilisée (n). -
dataDefinitionB
String dataDefinitionBNom du DT possédant la table A utilisée (n). -
labelA
String labelALabel du role associé au noeud représentant la table A. -
labelB
String labelBLabel du role associé au noeud représentant la table B. -
roleA
String roleANom du role associé au noeud représentant la table A. -
roleB
String roleBNom du role associé au noeud représentant la table B.
-