Packages

package entity

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

Type Members

  1. case class Entity(id: Option[ExternalId], internalId: InternalId, entityType: EntityTypeId, source: String, created: TimeStamp, modified: TimeStamp, data: JsonObject, additionalData: JsonObject, version: Int) extends Product with Serializable
  2. trait EntityFormatHelper extends AnyRef
  3. class EntityFormatHelperImpl extends EntityFormatHelper
  4. case class EntityMeta(id: Option[ExternalId], internalId: InternalId, entityType: EntityTypeId, source: String, created: TimeStamp, modified: TimeStamp, version: Int) extends Product with Serializable
  5. case class EntitySchema($schema: String, type: String, properties: Map[String, JsonObject], required: Set[String], definitions: Map[String, JsonObject]) extends Product with Serializable
  6. type ExternalId = Type
  7. type InternalId = Type
  8. case class ListEntityMetaDTO(paging: Paging) extends Product with Serializable

Value Members

  1. object Entity extends Serializable
  2. object EntityFormatHelper
  3. object EntityFormatHelperImpl
  4. object EntityMeta extends Serializable
  5. object EntitySchema extends Serializable
  6. object ExternalId
  7. object InternalId
  8. object ListEntityMetaDTO extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped