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 String
dtDefinitionA
Nom du DT possédant la table A utilisée (n).String
dtDefinitionB
Nom du DT possédant la table A utilisée (n).String
labelA
Label du role associé au noeud représentant la table A.String
labelB
Label du role associé au noeud représentant la table B.String
name
Nom logique de l'association.boolean
navigabilityA
Si le noeud représentant la table A est navigable.boolean
navigabilityB
Si le noeud représentant la table B est navigable.String
roleA
Nom du role associé au noeud représentant la table A.String
roleB
Nom du role associé au noeud représentant la table B.String
tableName
Nom 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.
-
-