Package

io.getquill.context

cassandra

Permalink

package cassandra

Visibility
  1. Public
  2. All

Type Members

  1. trait CassandraContext[N <: NamingStrategy] extends Context[CqlIdiom, N] with CassandraMapperConversions with CassandraTypes with UdtMetaDsl with Ops

    Permalink
  2. abstract class CassandraSessionContext[N <: NamingStrategy] extends Context[CqlIdiom, N] with CassandraContext[N] with Encoders with Decoders with CassandraTypes with UdtEncoding

    Permalink
  3. trait CqlIdiom extends Idiom

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

    Permalink
  5. trait Ops extends AnyRef

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

    Permalink
  7. class PrepareStatementCache extends AnyRef

    Permalink
  8. trait Udt extends AnyRef

    Permalink
  9. trait UdtMetaDsl extends AnyRef

    Permalink
  10. class UdtMetaDslMacro extends AnyRef

    Permalink

Value Members

  1. object CqlIdiom extends CqlIdiom

    Permalink
  2. object CqlNormalize

    Permalink
  3. object CqlQuery extends Serializable

    Permalink
  4. object ExpandMappedInfix extends StatelessTransformer

    Permalink
  5. package cluster

    Permalink
  6. package encoding

    Permalink
  7. package util

    Permalink

Ungrouped