package entityType
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- entityType
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class EntityType(id: EntityTypeId) extends Product with Serializable
- type EntityTypeId = Type
- class EntityTypeQuery extends AnyRef
- trait EntityTypeService extends AnyRef
- class EntityTypeServiceImpl extends EntityTypeService with StrictLogging
- case class EntityTypeStoreDTO(id: EntityTypeId) extends HasId[EntityTypeId] with Product with Serializable
- class EntityTypeTable extends verdi.persistence.profile.VerdiPostgresProfile.VerdiPgAPI.Table[EntityTypeStoreDTO] with HasIdRep[EntityTypeId]
Value Members
- object EntityType extends Serializable
- object EntityTypeId
- object EntityTypeService
- object EntityTypeTable