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 DslEntity
DslEntityBuilder. build()
DslEntity
DslEntityLink. 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 DslEntityBuilder
DslEntityBuilder. 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 DslEntity
DslRaw. getEntity()
DslEntity
DslRawBuilder. getEntity()
Methods in io.vertigo.studio.impl.source.dsl.raw with parameters of type DslEntity Modifier and Type Method Description static DslRawBuilder
DslRaw. builder(DslRawKey rawKey, DslEntity entity)
Static method builder for defintions.static DslRawBuilder
DslRaw. 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 DslEntity
DomainGrammar. ASSOCIATION_ENTITY
Définition d'une association simple.static DslEntity
DomainGrammar. ASSOCIATION_NN_ENTITY
Définition d'une association NN.static DslEntity
DomainGrammar. DOMAIN_ENTITY
Définition d'un domain.static DslEntity
DomainGrammar. DT_COMPUTED_FIELD_ENTITY
static DslEntity
DomainGrammar. DT_DATA_FIELD_ENTITY
static DslEntity
DomainGrammar. DT_ENTITY
static DslEntity
DomainGrammar. DT_ID_FIELD_ENTITY
Fieldsstatic DslEntity
DomainGrammar. FRAGMENT_ENTITY
FragmentsMethods 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.
-