Packages

p

com.embedika

staticdsl

package staticdsl

Package Members

  1. package query
  2. package table

Type Members

  1. trait DataModelService extends AnyRef
  2. class DataModelServiceImpl extends DataModelService
  3. case class EntityTypeStoreDTO(id: EntityTypeId, title: String, description: String, settings: Json) extends Product with Serializable
  4. 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
  5. case class FieldTypeStoreDTO(id: FieldTypeId, description: String, databaseType: FieldDatabaseType, settings: Json) extends Product with Serializable
  6. case class RelationStoreDTO(id: RelationId, relationTypeId: RelationTypeId, title: String, entity1: EntityTypeId, entity2: EntityTypeId, entity1Field: Option[FieldId]) extends Product with Serializable
  7. case class RelationTypeStoreDTO(id: RelationTypeId, title: String, description: String) extends Product with Serializable
  8. trait TypeCatalogsService extends AnyRef
  9. class TypeCatalogsServiceImpl extends TypeCatalogsService

Ungrouped