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. case class EntityMeta(id: Option[ExternalId], internalId: InternalId, entityType: EntityTypeId, source: String, created: TimeStamp, modified: TimeStamp, version: Int) extends Product with Serializable
  3. type ExternalId = Type
  4. type InternalId = Type
  5. case class ListEntityMetaDTO(paging: Paging) extends Product with Serializable

Value Members

  1. object Entity extends Serializable
  2. object EntityMeta extends Serializable
  3. object ExternalId
  4. object InternalId
  5. object ListEntityMetaDTO extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped