package entity
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- entity
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- 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
- case class EntityMeta(id: Option[ExternalId], internalId: InternalId, entityType: EntityTypeId, source: String, created: TimeStamp, modified: TimeStamp, version: Int) extends Product with Serializable
- type ExternalId = Type
- type InternalId = Type
- case class ListEntityMetaDTO(paging: Paging) extends Product with Serializable
Value Members
- object Entity extends Serializable
- object EntityMeta extends Serializable
- object ExternalId
- object InternalId
- object ListEntityMetaDTO extends Serializable