Uses of Class
io.vertigo.studio.notebook.domain.association.AssociationSketchNode
-
Packages that use AssociationSketchNode Package Description io.vertigo.studio.notebook.domain.association -
-
Uses of AssociationSketchNode in io.vertigo.studio.notebook.domain.association
Methods in io.vertigo.studio.notebook.domain.association that return AssociationSketchNode Modifier and Type Method Description AssociationSketchNode
AssociationSketch. getAssociationNodeA()
Noeud A de l'association.AssociationSketchNode
AssociationSketch. getAssociationNodeB()
Noeud B de l'association.AssociationSketchNode
AssociationSimpleSketch. getForeignAssociationNode()
AssociationSketchNode
AssociationSimpleSketch. getPrimaryAssociationNode()
Constructors in io.vertigo.studio.notebook.domain.association with parameters of type AssociationSketchNode Constructor Description AssociationNNSketch(String name, String tableName, AssociationSketchNode associationNodeA, AssociationSketchNode associationNodeB)
Constructeur d'une association n-n.AssociationSimpleSketch(String name, String fkFieldName, AssociationSketchNode associationNodeA, AssociationSketchNode associationNodeB)
Constructor.
-