package staticdsl
Type Members
- trait DataModelService extends AnyRef
- class DataModelServiceImpl extends DataModelService
- case class EntityTypeStoreDTO(id: EntityTypeId, title: String, description: String, settings: Json) extends Product with Serializable
- case class FieldStoreDTO(id: FieldId, name: FieldName, entityTypeId: EntityTypeId, title: String, description: Option[String], example: Option[Json], fieldTypeId: FieldTypeId, nullable: Boolean, additional: Boolean, settings: Json) extends Product with Serializable
- case class FieldTypeStoreDTO(id: FieldTypeId, description: String, databaseType: FieldDatabaseType, settings: Json) extends Product with Serializable
- case class RelationStoreDTO(id: RelationId, relationTypeId: RelationTypeId, title: String, entity1: EntityTypeId, entity2: EntityTypeId, entity1Field: Option[FieldId]) extends Product with Serializable
- case class RelationTypeStoreDTO(id: RelationTypeId, title: String, description: String) extends Product with Serializable
- trait TypeCatalogsService extends AnyRef
- class TypeCatalogsServiceImpl extends TypeCatalogsService