Packages

p

com.embedika

staticdsl

package staticdsl

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

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, relationType: RelationTypeId, title: String, entity1: EntityTypeId, entity2: EntityTypeId, entity1Field: FieldName, entity2Field: Option[FieldName]) 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

Value Members

  1. object RelationStoreDTO extends Serializable

Ungrouped