LiftMacro

io.getquill.context.LiftMacro
object LiftMacro

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
LiftMacro.type

Members list

Value members

Concrete methods

def apply[T : Type, PrepareRow : Type, Session : Type](entity: Expr[T])(implicit evidence$1: Type[T], evidence$2: Type[PrepareRow], evidence$3: Type[Session], Quotes): Expr[T]
def applyLazy[T, PrepareRow](valueEntity: Expr[T])(using Quotes, Type[T], Type[PrepareRow]): Expr[T]
inline def liftInjectedProductExternal[T, PrepareRow]: List[(String, T => Any)]
def liftInjectedProductExternalImpl[T, PrepareRow](using qctx: Quotes, tpe: Type[T], prepareRowTpe: Type[PrepareRow]): Expr[List[(String, T => Any)]]
def valueOrString[T : Type, PrepareRow : Type, Session : Type](valueEntity: Expr[Any], uuid: String)(implicit evidence$10: Type[T], evidence$11: Type[PrepareRow], evidence$12: Type[Session], Quotes): Expr[Any]