Package

io.getquill

sources

Permalink

package sources

Visibility
  1. Public
  2. All

Type Members

  1. trait ActionMacro extends EncodingMacro

    Permalink
  2. class BindedStatementBuilder[S] extends AnyRef

    Permalink
  3. sealed trait Binding[S] extends AnyRef

    Permalink
  4. trait Decoder[R, T] extends AnyRef

    Permalink
  5. trait Encoder[S, T] extends AnyRef

    Permalink
  6. trait EncodingMacro extends AnyRef

    Permalink
  7. case class EntityAndInsertAction(entity: Option[Entity], insert: Option[ast.Insert]) extends Product with Serializable

    Permalink
  8. case class ExtractEntityAndInsertAction(state: EntityAndInsertAction) extends StatefulTransformer[EntityAndInsertAction] with Product with Serializable

    Permalink
  9. case class MappedEncoding[I, O](f: (I) ⇒ O) extends Product with Serializable

    Permalink
  10. trait QueryMacro extends SelectFlattening with SelectResultExtraction

    Permalink
  11. case class QuotedSource(tree: Any) extends Annotation with StaticAnnotation with Product with Serializable

    Permalink
  12. trait ResolveSourceMacro extends AnyRef

    Permalink
  13. case class SetBinding[S, T](index: Int, values: Set[T], enc: Encoder[BindedStatementBuilder[S], T]) extends Binding[S] with Product with Serializable

    Permalink
  14. case class SingleBinding[S, T](index: Int, value: T, enc: Encoder[S, T]) extends Binding[S] with Product with Serializable

    Permalink
  15. abstract class Source[R, S] extends Closeable

    Permalink
  16. trait SourceConfig[T] extends AnyRef

    Permalink
  17. trait SourceMacro extends Quotation with ActionMacro with QueryMacro with ResolveSourceMacro

    Permalink
  18. trait WrappedType extends Any

    Permalink
  19. trait WrappedValue[T] extends WrappedType

    Permalink

Value Members

  1. object EncodeParams

    Permalink
  2. object Encoding

    Permalink
  3. object ExtractEntityAndInsertAction extends Serializable

    Permalink
  4. object ResolveSourceMacro

    Permalink
  5. object Source

    Permalink
  6. package mirror

    Permalink

Ungrouped