Packages

p

lihua

package lihua

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

Type Members

  1. case class Entity[T](_id: EntityId, data: T) extends Product with Serializable
  2. trait EntityDAO[F[_], T, Query] extends AnyRef

    Final tagless encoding of the DAO Algebra

    Final tagless encoding of the DAO Algebra

    F

    effect Monad

    T

    type of the domain model

  3. type EntityId = Type

Value Members

  1. val idFieldName: String
  2. implicit def toDataOps[A](a: A): DataOps[A]
  3. object EntityDAO
  4. object EntityId

Inherited from AnyRef

Inherited from Any

Ungrouped