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