p

io

getquill

package getquill

Type Members

  1. class CassandraAsyncContext[N <: NamingStrategy] extends CassandraCqlSessionContext[N] with ScalaFutureIOMonad
  2. case class CassandraContextConfig(config: Config) extends Product with Serializable
  3. abstract class CassandraCqlSessionContext[N <: NamingStrategy] extends CassandraSessionContext[N] with CassandraSession with SyncCache with AsyncFutureCache
  4. class CassandraMirrorContext[Naming <: NamingStrategy] extends MirrorContext[CqlIdiom, Naming] with CassandraContext[Naming]
  5. class CassandraMirrorContextWithQueryProbing extends CassandraMirrorContext[Literal.type] with QueryProbing
  6. class CassandraSyncContext[N <: NamingStrategy] extends CassandraCqlSessionContext[N] with SyncIOMonad

Ungrouped