PlanterExpr

io.getquill.metaprog.PlanterExpr
See thePlanterExpr companion object
sealed trait PlanterExpr[T, PrepareRow, Session]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class EagerEntitiesPlanterExpr[T, PrepareRow, Session]
class EagerListPlanterExpr[T, PrepareRow, Session]
class EagerPlanterExpr[T, PrepareRow, Session]
class InjectableEagerPlanterExpr[T, PrepareRow, Session]
class LazyPlanterExpr[T, PrepareRow, Session]

Members list

Value members

Abstract methods

def nestInline(using Quotes)(call: Option[Tree], bindings: List[Definition]): PlanterExpr[T, PrepareRow, Session]
def plant(using Quotes): Expr[Planter[T, PrepareRow, Session]]
def uid: String