Packages

p

com.embedika

entityType

package entityType

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

Type Members

  1. case class EntityType(id: EntityTypeId) extends Product with Serializable
  2. type EntityTypeId = Type
  3. class EntityTypeQuery extends AnyRef
  4. trait EntityTypeService extends AnyRef
  5. class EntityTypeServiceImpl extends EntityTypeService with StrictLogging
  6. case class EntityTypeStoreDTO(id: EntityTypeId) extends HasId[EntityTypeId] with Product with Serializable
  7. class EntityTypeTable extends verdi.persistence.profile.VerdiPostgresProfile.VerdiPgAPI.Table[EntityTypeStoreDTO] with HasIdRep[EntityTypeId]

Value Members

  1. object EntityType extends Serializable
  2. object EntityTypeId
  3. object EntityTypeService
  4. object EntityTypeTable

Inherited from AnyRef

Inherited from Any

Ungrouped