Uses of Class
io.vertigo.studio.notebook.domain.association.AssociationSketch
-
-
Uses of AssociationSketch in io.vertigo.studio.notebook.domain.association
Subclasses of AssociationSketch in io.vertigo.studio.notebook.domain.association Modifier and Type Class Description class
AssociationNNSketch
Définition d'une association NN.class
AssociationSimpleSketch
This class defines a simple association : 1-1 or 1-n. -
Uses of AssociationSketch in io.vertigo.studio.plugins.generator.mermaid.model
Methods in io.vertigo.studio.plugins.generator.mermaid.model that return AssociationSketch Modifier and Type Method Description AssociationSketch
MermaidSimpleAssociationModel. getSketch()
Constructor parameters in io.vertigo.studio.plugins.generator.mermaid.model with type arguments of type AssociationSketch Constructor Description MermaidDtModel(DtSketch dtSketch, List<AssociationSketch> associationSketchs, Function<String,String> classNameFromDt)
Constructeur. -
Uses of AssociationSketch in io.vertigo.studio.plugins.generator.vertigo.domain.java.model
Methods in io.vertigo.studio.plugins.generator.vertigo.domain.java.model that return AssociationSketch Modifier and Type Method Description AssociationSketch
StudioAssociationModel. getSketch()
Constructor parameters in io.vertigo.studio.plugins.generator.vertigo.domain.java.model with type arguments of type AssociationSketch Constructor Description StudioDtModel(DtSketch dtSketch, List<? extends AssociationSketch> associationSketches, Function<String,String> classNameFromDt)
Constructeur. -
Uses of AssociationSketch in io.vertigo.studio.plugins.generator.vertigo.domain.ksp.model
Methods in io.vertigo.studio.plugins.generator.vertigo.domain.ksp.model that return AssociationSketch Modifier and Type Method Description protected AssociationSketch
KspAssociationModel. getAssociationSketch()
Constructors in io.vertigo.studio.plugins.generator.vertigo.domain.ksp.model with parameters of type AssociationSketch Constructor Description KspAssociationModel(AssociationSketch associationSketch)
Constructeur.
-