Package

io.getquill.source

cassandra

Permalink

package cassandra

Visibility
  1. Public
  2. All

Type Members

  1. class CassandraAsyncSource[N <: NamingStrategy] extends Source[Row, BoundStatement] with CassandraSourceSession[N]

    Permalink
  2. trait CassandraSource[N <: NamingStrategy, R, S] extends Source[R, S]

    Permalink
  3. class CassandraSourceMacro extends SourceMacro

    Permalink
  4. trait CassandraSourceSession[N <: NamingStrategy] extends Source[Row, BoundStatement] with CassandraSource[N, Row, BoundStatement] with StrictLogging with Encoders with Decoders

    Permalink
  5. class CassandraStreamSource[N <: NamingStrategy] extends Source[Row, BoundStatement] with CassandraSourceSession[N]

    Permalink
  6. class CassandraSyncSource[N <: NamingStrategy] extends Source[Row, BoundStatement] with CassandraSourceSession[N]

    Permalink
  7. case class CqlQuery(entity: Entity, filter: Option[Ast], orderBy: List[OrderByCriteria], limit: Option[Ast], select: List[Ast]) extends Product with Serializable

    Permalink
  8. case class OrderByCriteria(property: Property, ordering: PropertyOrdering) extends Product with Serializable

    Permalink
  9. class PrepareStatementCache extends AnyRef

    Permalink

Value Members

  1. object CqlIdiom

    Permalink
  2. object CqlQuery extends Serializable

    Permalink
  3. object ExpandMappedInfix extends StatelessTransformer

    Permalink
  4. object Prepare

    Permalink
  5. package cluster

    Permalink
  6. package encoding

    Permalink
  7. package mirror

    Permalink
  8. package ops

    Permalink
  9. package util

    Permalink

Ungrouped