Packages

p

com.embedika

constantType

package constantType

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

Type Members

  1. case class ConstantType(code: ConstantTypeCode, name: String, description: Option[String]) extends Product with Serializable
  2. type ConstantTypeCode = Type
  3. case class ConstantTypeCreateDTO(code: ConstantTypeCode, name: String, description: Option[String]) extends Product with Serializable
  4. class ConstantTypeQuery extends AnyRef
  5. trait ConstantTypeService extends AnyRef

    Сервис предоставляющий операции над сущностью ConstantType

  6. class ConstantTypeServiceImpl extends ConstantTypeService
  7. case class ConstantTypeStoreDTO(code: ConstantTypeCode, name: String, description: Option[String]) extends HasId[ConstantTypeCode] with Product with Serializable
  8. class ConstantTypeTable extends verdi.persistence.profile.VerdiPostgresProfile.VerdiPgAPI.Table[ConstantTypeStoreDTO] with HasIdRep[ConstantTypeCode]
  9. case class ConstantTypeUpdateDTO(code: ConstantTypeCode, name: String, description: Option[String]) extends Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped