Uses of Class
io.vertigo.studio.impl.source.dsl.entity.DslEntity
-
-
Uses of DslEntity in io.vertigo.studio.impl.source.dsl.entity
Methods in io.vertigo.studio.impl.source.dsl.entity that return DslEntity Modifier and Type Method Description DslEntityDslEntityBuilder. build()DslEntityDslEntityLink. getEntity()Methods in io.vertigo.studio.impl.source.dsl.entity that return types with arguments of type DslEntity Modifier and Type Method Description List<DslEntity>DslGrammar. getEntities()Returns the list of entitiesMethods in io.vertigo.studio.impl.source.dsl.entity with parameters of type DslEntity Modifier and Type Method Description DslEntityBuilderDslEntityBuilder. addManyFields(String fieldName, DslEntity entity)Adds a new multi field defined by an entity. -
Uses of DslEntity in io.vertigo.studio.impl.source.dsl.raw
Methods in io.vertigo.studio.impl.source.dsl.raw that return DslEntity Modifier and Type Method Description DslEntityDslRaw. getEntity()DslEntityDslRawBuilder. getEntity()Methods in io.vertigo.studio.impl.source.dsl.raw with parameters of type DslEntity Modifier and Type Method Description static DslRawBuilderDslRaw. builder(DslRawKey rawKey, DslEntity entity)Static method builder for defintions.static DslRawBuilderDslRaw. builder(String rawName, DslEntity entity) -
Uses of DslEntity in io.vertigo.studio.plugins.source.vertigo.factories.domain
Fields in io.vertigo.studio.plugins.source.vertigo.factories.domain declared as DslEntity Modifier and Type Field Description static DslEntityDomainGrammar. ASSOCIATION_ENTITYDéfinition d'une association simple.static DslEntityDomainGrammar. ASSOCIATION_NN_ENTITYDéfinition d'une association NN.static DslEntityDomainGrammar. DOMAIN_ENTITYDéfinition d'un domain.static DslEntityDomainGrammar. DT_COMPUTED_FIELD_ENTITYstatic DslEntityDomainGrammar. DT_DATA_FIELD_ENTITYstatic DslEntityDomainGrammar. DT_ENTITYstatic DslEntityDomainGrammar. DT_ID_FIELD_ENTITYFieldsstatic DslEntityDomainGrammar. FRAGMENT_ENTITYFragmentsMethods in io.vertigo.studio.plugins.source.vertigo.factories.domain that return types with arguments of type DslEntity Modifier and Type Method Description List<DslEntity>DomainGrammar. getEntities() -
Uses of DslEntity in io.vertigo.studio.plugins.source.vertigo.loaders.kpr.rules
Constructors in io.vertigo.studio.plugins.source.vertigo.loaders.kpr.rules with parameters of type DslEntity Constructor Description DslRawBodyRule(DslEntity entity)Constructor.
-