Uses of Class
io.vertigo.datamodel.structure.definitions.DtDefinition
-
-
Uses of DtDefinition in io.vertigo.datamodel.structure.definitions
Methods in io.vertigo.datamodel.structure.definitions that return DtDefinition Modifier and Type Method Description DtDefinitionDtDefinitionBuilder. build()DtDefinitionDtField. getFkDtDefinition()Methods in io.vertigo.datamodel.structure.definitions that return types with arguments of type DtDefinition Modifier and Type Method Description Optional<DtDefinition>DtDefinition. getFragment()Methods in io.vertigo.datamodel.structure.definitions with parameters of type DtDefinition Modifier and Type Method Description DtDefinitionBuilderDtDefinitionBuilder. withFragment(DtDefinition fragment)Sets fragment -
Uses of DtDefinition in io.vertigo.datamodel.structure.definitions.association
Methods in io.vertigo.datamodel.structure.definitions.association that return DtDefinition Modifier and Type Method Description DtDefinitionAssociationNode. getDtDefinition()Constructors in io.vertigo.datamodel.structure.definitions.association with parameters of type DtDefinition Constructor Description AssociationNode(DtDefinition dtDefinition, boolean isNavigable, String role, String label, boolean isMultiple, boolean isNotNull)Constructeur d'un noeud. -
Uses of DtDefinition in io.vertigo.datamodel.structure.model
Methods in io.vertigo.datamodel.structure.model that return DtDefinition Modifier and Type Method Description DtDefinitionDtList. getDefinition()DtDefinitionUID. getDefinition()Il est nécessaire de passer la classe de la définition attendue.DtDefinitionDtListURI. getDtDefinition()Methods in io.vertigo.datamodel.structure.model that return types with arguments of type DtDefinition Modifier and Type Method Description protected io.vertigo.core.node.definition.DefinitionReference<DtDefinition>ListVAccessor. getTargetDefinitionReference()Methods in io.vertigo.datamodel.structure.model with parameters of type DtDefinition Modifier and Type Method Description static <E extends Entity>
UID<E>UID. of(DtDefinition definition, Object id)Builds an UID for an entity defined by - an id - a definitionConstructors in io.vertigo.datamodel.structure.model with parameters of type DtDefinition Constructor Description DtList(DtDefinition dtDefinition)Constructor.DtListURI(DtDefinition dtDefinition)Constructor.DtListURIForMasterData(DtDefinition dtDefinition, String code)Constructor.VAccessor(DtDefinition targetDtDefinition, String role)Constructor. -
Uses of DtDefinition in io.vertigo.datamodel.structure.util
Methods in io.vertigo.datamodel.structure.util that return DtDefinition Modifier and Type Method Description static DtDefinitionDtObjectUtil. findDtDefinition(DtObject dto)Finds the definition to which the specified 'DtObject' is mapped.static DtDefinitionDtObjectUtil. findDtDefinition(Class<? extends DtObject> dtObjectClass)Finds the definition from a type of 'DtObject'static DtDefinitionDtObjectUtil. findDtDefinition(String className)Finds the definition from a type of 'DtObject'Methods in io.vertigo.datamodel.structure.util with parameters of type DtDefinition Modifier and Type Method Description static DtObjectDtObjectUtil. createDtObject(DtDefinition dtDefinition)Creates a new instance of 'DtObject' from a 'DtDefinition'.static EntityDtObjectUtil. createEntity(DtDefinition dtDefinition)Creates a new entity from a 'DtDefinition'.static <T extends DtObject>
Collector<T,?,DtList<T>>VCollectors. toDtList(DtDefinition dtDefinition)
-