| Package | Description |
|---|---|
| io.vertigo.dynamo.plugins.environment.dsl.entity |
| Modifier and Type | Method and Description |
|---|---|
DslEntityBuilder |
DslEntityBuilder.addManyFields(String fieldName,
DslEntity entity)
Adds a new multi field defined by an entity.
|
DslEntityBuilder |
DslEntityBuilder.addManyFields(String fieldName,
DslEntityLink entityLink)
Adds a new multi field defined by an entity.
|
DslEntityBuilder |
DslEntityBuilder.addOptionalField(String fieldName,
DslEntityFieldType type)
Adds a new simple OPTIONAL field.
|
DslEntityBuilder |
DslEntityBuilder.addRequiredField(String fieldName,
DslEntityFieldType type)
Adds a new simple REQUIRED field.
|
static DslEntityBuilder |
DslEntity.builder(String name)
Static method factory for TaskBuilder
|
DslEntityBuilder |
DslEntityBuilder.withProvided()
Set this entity as core and managed specificaly.
|
Copyright © 2019. All Rights Reserved.