Package

io.getquill

quotation

Permalink

package quotation

Visibility
  1. Public
  2. All

Type Members

  1. case class CaseClassValueLifting[T](value: T) extends Product with Serializable

    Permalink
  2. case class EntityConfig(alias: Option[String] = None, properties: List[PropertyAlias] = List()) extends Product with Serializable

    Permalink
  3. trait EntityConfigParsing extends AnyRef

    Permalink
  4. case class FreeVariables(state: State) extends StatefulTransformer[State] with Product with Serializable

    Permalink
  5. trait Liftables extends AnyRef

    Permalink
  6. class NonQuotedException extends Exception

    Permalink
  7. trait Parsing extends EntityConfigParsing

    Permalink
  8. trait Quotation extends Liftables with Unliftables with Parsing with ReifyLiftings

    Permalink
  9. case class QuotedAst(ast: Ast) extends Annotation with StaticAnnotation with Product with Serializable

    Permalink
  10. trait ReifyLiftings extends LiftingMacro

    Permalink
  11. case class ScalarValueLifting[T, U](value: T, encoder: Encoder[U]) extends Product with Serializable

    Permalink
  12. case class State(seen: Set[Ident], free: Set[Ident]) extends Product with Serializable

    Permalink
  13. trait Unliftables extends AnyRef

    Permalink

Value Members

  1. object Bindings

    Permalink
  2. object FreeVariables extends Serializable

    Permalink
  3. object IsDynamic

    Permalink
  4. object NonQuotedException extends Serializable

    Permalink
  5. object Rebind

    Permalink

Ungrouped