p
prepy
package prepy
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- prepy
- Internal
- Validate
- Serialize
- FlattenPoly
- AST
- Operations
- Insert
- Update
- Delete
- Select
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type Serialize[Entity <: Product] = prepy.syntax.implicits.Internal.Serialize[Entity]
- Definition Classes
- Serialize
- type Transform[From <: Product, To <: Product] = prepy.syntax.implicits.Internal.Transform[From, To]
- Definition Classes
- Validate
- implicit class betweenSyntax[T] extends AnyRef
- Definition Classes
- Operations
- implicit class inSyntax[T] extends AnyRef
- Definition Classes
- Operations
- implicit class likeSyntax extends AnyRef
- Definition Classes
- Operations
- trait primitiveFieldName extends Poly1
- Definition Classes
- FlattenPoly
- trait primitiveFieldType extends Poly1
- Definition Classes
- FlattenPoly
Value Members
- def delete[T <: Product](implicit typeable: Typeable[T]): deleteT[T]
- Definition Classes
- Delete
- def insert[T <: Product](implicit typeable: Typeable[T]): insertT[T]
- Definition Classes
- Insert
- def select[T <: Product](implicit inst: prepy.syntax.implicits.Internal.Serialize[T]): selectT[T]
- Definition Classes
- Select
- 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
- def update[T <: Product](implicit typeable: Typeable[T]): updateT[T]
- Definition Classes
- Update
- 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