Packages

trait Syntax extends AST with Internal

Linear Supertypes
Internal, Validate, implicits.internal.Serialize, FlattenPoly, AST, Operations, Insert, Update, Delete, Select, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Syntax
  2. Internal
  3. Validate
  4. Serialize
  5. FlattenPoly
  6. AST
  7. Operations
  8. Insert
  9. Update
  10. Delete
  11. Select
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Serialize[Entity <: Product] = implicits.Internal.Serialize[Entity]
    Definition Classes
    Serialize
  2. type Transform[From <: Product, To <: Product] = implicits.Internal.Transform[From, To]
    Definition Classes
    Validate
  3. trait primitiveFieldName extends Poly1
    Definition Classes
    FlattenPoly
  4. trait primitiveFieldType extends Poly1
    Definition Classes
    FlattenPoly
  5. implicit class betweenSyntax[T] extends AnyRef
    Definition Classes
    Operations
  6. implicit class inSyntax[T] extends AnyRef
    Definition Classes
    Operations
  7. implicit class likeSyntax extends AnyRef
    Definition Classes
    Operations

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def delete[T <: Product](implicit typeable: Typeable[T]): deleteT[T]
    Definition Classes
    Delete
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def insert[T <: Product](implicit typeable: Typeable[T]): insertT[T]
    Definition Classes
    Insert
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. def select[T <: Product](implicit inst: implicits.Internal.Serialize[T]): selectT[T]
    Definition Classes
    Select
  18. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  19. implicit def toDomain[Entity <: Product, EntityRepr <: HList, FlatEntityRepr <: HList, SymbolRepr <: HList, FieldRepr <: HList](implicit generic: Aux[Entity, EntityRepr], flatMap: Aux[flattenNestedNames.type, EntityRepr, FlatEntityRepr], toList: ToList[FlatEntityRepr, Symbol], fill: FillWith[witnessPoly.type, FlatEntityRepr]): Serialize[Entity]
    Definition Classes
    Serialize
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. def update[T <: Product](implicit typeable: Typeable[T]): updateT[T]
    Definition Classes
    Update
  22. implicit def validateTransformation[From <: Product, To <: Product, ReprFrom <: HList, ReprTo <: HList, FlatFromNames <: HList, FlatToNames <: HList, FlatFromTypes <: HList, FlatToTypes <: HList, DiffNames <: HList, DiffTypes <: HList](implicit genFrom: Aux[From, ReprFrom], genTo: Aux[To, ReprTo], flatNamesFrom: Aux[flattenNestedNames.type, ReprFrom, FlatFromNames], flatNamesTo: Aux[flattenNestedNames.type, ReprTo, FlatToNames], flatTypesFrom: Aux[flattenNestedTypes.type, ReprFrom, FlatFromTypes], flatTypesTo: Aux[flattenNestedTypes.type, ReprTo, FlatToTypes], differentNames: shapeless.ops.hlist.Diff.Aux[FlatToNames, FlatFromNames, DiffNames], sameFieldNames: =:=[DiffNames, HNil], differentTypes: shapeless.ops.hlist.Diff.Aux[FlatToTypes, FlatFromTypes, DiffTypes], sameFieldTypes: =:=[DiffTypes, HNil]): Transform[From, To]
    Definition Classes
    Validate
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  26. object witnessPoly extends Poly0
    Definition Classes
    Serialize
  27. object flattenNestedNames extends primitiveFieldName
    Definition Classes
    FlattenPoly
  28. object flattenNestedTypes extends primitiveFieldType
    Definition Classes
    FlattenPoly

Inherited from Internal

Inherited from Validate

Inherited from implicits.internal.Serialize

Inherited from FlattenPoly

Inherited from AST

Inherited from Operations

Inherited from Insert

Inherited from Update

Inherited from Delete

Inherited from Select

Inherited from AnyRef

Inherited from Any

Ungrouped