Packages

package staticdsl

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. staticdsl
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class EntityType(id: EntityTypeId, title: String, description: String, settings: Json) extends Product with Serializable
  2. case class Field(id: FieldId, name: FieldName, entityTypeId: EntityTypeId, title: String, description: Option[String], example: Option[Json], fieldType: FieldTypeId, nullable: Boolean, additional: Boolean, settings: Json) extends Product with Serializable
  3. sealed trait FieldDatabaseType extends AnyRef
  4. type FieldId = Type
  5. case class FieldType(id: FieldTypeId, description: String, databaseType: FieldDatabaseType, settings: Json) extends Product with Serializable
  6. case class Relation(id: RelationId, relationType: RelationTypeId, title: String, entity1: EntityTypeId, entity2: EntityTypeId, entity1Field: FieldName, entity2Field: Option[FieldName]) extends Product with Serializable
  7. trait RelationHelper[R] extends AnyRef
  8. type RelationId = Type
  9. class RelationOps[R] extends AnyRef
  10. case class RelationType(id: RelationTypeId, title: String, description: String) extends Product with Serializable

Value Members

  1. object EntityType extends Serializable
  2. object FieldDatabaseType
  3. object FieldId
  4. object FieldType extends Serializable
  5. object Relation extends Serializable
  6. object RelationHelper
  7. object RelationId

Inherited from AnyRef

Inherited from Any

Ungrouped