Package

io.getquill.context

cassandra

Permalink

package cassandra

Visibility
  1. Public
  2. All

Type Members

  1. trait CassandraBaseContext[+N <: NamingStrategy] extends CassandraRowContext[N]

    Permalink
  2. trait CassandraContext[+N <: NamingStrategy] extends Context[CqlIdiom, N] with Encodings with UdtMetaDsl with Ops

    Permalink
  3. trait CassandraPrepareContext[+N <: NamingStrategy] extends CassandraRowContext[N] with CassandraContext[N]

    Permalink
  4. trait CassandraRowContext[+N <: NamingStrategy] extends CassandraContext[N] with Context[CqlIdiom, N] with Encoders with Decoders with CassandraTypes with UdtEncoding

    Permalink
  5. abstract class CassandraSessionContext[+N <: NamingStrategy] extends CassandraPrepareContext[N] with CassandraBaseContext[N]

    Permalink
  6. abstract class CassandraSessionlessContext[+N <: NamingStrategy] extends CassandraPrepareContext[N]

    Permalink

    When using this context, we cannot encode UDTs since does not have a proper CassandraSession trait mixed in with udtValueOf.

    When using this context, we cannot encode UDTs since does not have a proper CassandraSession trait mixed in with udtValueOf. Certain contexts e.g. the CassandraLagomContext does not currently have this ability.

  7. trait Ops extends AnyRef

    Permalink
  8. class PrepareStatementCache[V <: AnyRef] extends AnyRef

    Permalink
  9. trait UdtMetaDsl extends AnyRef

    Permalink
  10. class UdtMetaDslMacro extends AnyRef

    Permalink

Value Members

  1. package cluster

    Permalink
  2. package encoding

    Permalink
  3. package util

    Permalink

Ungrouped