QueryMeta

io.getquill.QueryMeta
case class QueryMeta[T, R](entity: Quoted[Query[T] => Query[R]], uid: String, extract: R => T) extends QuotationLot[Query[T] => Query[R]]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait QuotationLot[Query[T] => Query[R]]
trait Unquoteable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def unquote: T

Attributes

Inherited from:
QuotationLot