Annotation Type AssociationNN
-
@Retention(RUNTIME) @Inherited @Target({METHOD,FIELD}) public @interface AssociationNN
Gestion des associations NN.- Author:
- dchallas
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description StringdtDefinitionANom du DT possédant la table A utilisée (n).StringdtDefinitionBNom du DT possédant la table A utilisée (n).StringlabelALabel du role associé au noeud représentant la table A.StringlabelBLabel du role associé au noeud représentant la table B.StringnameNom logique de l'association.booleannavigabilityASi le noeud représentant la table A est navigable.booleannavigabilityBSi le noeud représentant la table B est navigable.StringroleANom du role associé au noeud représentant la table A.StringroleBNom du role associé au noeud représentant la table B.StringtableNameNom de la table de jointure.
-
-
-
Element Detail
-
name
String name
Nom logique de l'association.
-
-
-
tableName
String tableName
Nom de la table de jointure.
-
-
-
dtDefinitionA
String dtDefinitionA
Nom du DT possédant la table A utilisée (n).
-
-
-
dtDefinitionB
String dtDefinitionB
Nom du DT possédant la table A utilisée (n).
-
-
-
labelA
String labelA
Label du role associé au noeud représentant la table A.
-
-
-
labelB
String labelB
Label du role associé au noeud représentant la table B.
-
-
-
roleA
String roleA
Nom du role associé au noeud représentant la table A.
-
-
-
roleB
String roleB
Nom du role associé au noeud représentant la table B.
-
-