Packages

p

prepy

package prepy

Linear Supertypes
Internal, Validate, prepy.syntax.implicits.internal.Serialize, FlattenPoly, AST, Operations, Insert, Update, Delete, Select, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. prepy
  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] = prepy.syntax.implicits.Internal.Serialize[Entity]
    Definition Classes
    Serialize
  2. type Transform[From <: Product, To <: Product] = prepy.syntax.implicits.Internal.Transform[From, To]
    Definition Classes
    Validate
  3. implicit class betweenSyntax[T] extends AnyRef
    Definition Classes
    Operations
  4. implicit class inSyntax[T] extends AnyRef
    Definition Classes
    Operations
  5. implicit class likeSyntax extends AnyRef
    Definition Classes
    Operations
  6. trait primitiveFieldName extends Poly1
    Definition Classes
    FlattenPoly
  7. trait primitiveFieldType extends Poly1
    Definition Classes
    FlattenPoly

Value Members

  1. def delete[T <: Product](implicit typeable: Typeable[T]): deleteT[T]
    Definition Classes
    Delete
  2. def insert[T <: Product](implicit typeable: Typeable[T]): insertT[T]
    Definition Classes
    Insert
  3. def select[T <: Product](implicit inst: prepy.syntax.implicits.Internal.Serialize[T]): selectT[T]
    Definition Classes
    Select
  4. 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
  5. def update[T <: Product](implicit typeable: Typeable[T]): updateT[T]
    Definition Classes
    Update
  6. 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

Inherited from Internal

Inherited from Validate

Inherited from prepy.syntax.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