EagerEntitiesPlanterExpr

case class EagerEntitiesPlanterExpr[T, PrepareRow, Session](uid: String, expr: Expr[Iterable[T]])(`evidence$16`: Type[PrepareRow], `evidence$17`: Type[Session], tpe: Type[T], queryTpe: Type[Query[T]]) extends PlanterExpr[Query[T], PrepareRow, Session]
trait Serializable
trait Product
trait Equals
trait PlanterExpr[Query[T], PrepareRow, Session]
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Concrete fields

val tpe: Type[T]