CassandraMirrorContextWithQueryProbing

io.getquill.CassandraMirrorContextWithQueryProbing
class CassandraMirrorContextWithQueryProbing extends CassandraMirrorContext[Literal.type], QueryProbing

Attributes

Graph
Supertypes
trait QueryProbing
class CassandraMirrorContext[Literal.type]
trait CassandraContext[Literal.type]
trait Encodings
class MirrorContext[CqlIdiom, Literal.type]
trait AstSplicing
trait MirrorContextBase[CqlIdiom, Literal.type]
trait MirrorEncoders
trait MirrorDecoders
trait ContextVerbTranslate[CqlIdiom, Literal.type]
trait ContextTranslateMacro[CqlIdiom, Literal.type]
trait ContextTranslateProto[CqlIdiom, Literal.type]
trait ContextVerbPrepare[CqlIdiom, Literal.type]
trait Context[CqlIdiom, Literal.type]
trait Closeable
trait AutoCloseable
trait EncodingDsl
trait LowPriorityImplicits
trait ProtoContextSecundus[CqlIdiom, Literal.type]
trait RowContext
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited classlikes

case class ActionMirror(string: String, prepareRow: PrepareRow, info: ExecutionInfo)

Attributes

Inherited from:
MirrorContextBase
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ActionReturningMirror[T, R](string: String, prepareRow: PrepareRow, extractor: () => T, returningBehavior: ReturnAction, info: ExecutionInfo)

Attributes

Inherited from:
MirrorContextBase
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class BatchActionMirror(groups: List[(String, List[Row])], info: ExecutionInfo)

Attributes

Inherited from:
MirrorContextBase
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class BatchActionReturningMirror[T](groups: List[(String, ReturnAction, List[PrepareRow])], extractor: () => T, info: ExecutionInfo)

Attributes

Inherited from:
MirrorContextBase
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class BatchGroup(string: String, prepare: List[Prepare])

Attributes

Inherited from:
RowContext
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class BatchGroupReturning(string: String, returningBehavior: ReturnAction, prepare: List[Prepare])

Attributes

Inherited from:
RowContext
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object InternalApi

Attributes

Inherited from:
Context
Supertypes
class Object
trait Matchable
class Any
case class MirrorDecoder[T](decoder: () => T) extends BaseDecoder[T]

Attributes

Inherited from:
MirrorDecoders
Supertypes
trait Serializable
trait Product
trait Equals
trait GenericDecoder[ResultRow, Session, T, Specific]
trait (Int, ResultRow, Session) => T
class Object
trait Matchable
class Any
Show all
case class MirrorEncoder[T](encoder: () => T) extends BaseEncoder[T]

Attributes

Inherited from:
MirrorEncoders
Supertypes
trait Serializable
trait Product
trait Equals
trait GenericEncoder[T, PrepareRow, Session]
trait (Int, T, PrepareRow, Session) => PrepareRow
class Object
trait Matchable
class Any
Show all
class MirrorNullChecker extends BaseNullChecker

Attributes

Inherited from:
MirrorContextBase
Supertypes
trait GenericNullChecker[ResultRow, Session]
class Object
trait Matchable
class Any
case class PrepareBatchMirror(groups: List[(String, List[PrepareRow])], info: ExecutionInfo)

Attributes

Inherited from:
MirrorContextBase
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class PrepareQueryMirror(sql: String, prepare: Prepare, info: ExecutionInfo)

Attributes

Inherited from:
MirrorContextBase
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class QueryMirror[T](string: String, prepareRow: PrepareRow, extractor: () => T, info: ExecutionInfo)

Attributes

Inherited from:
MirrorContextBase
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited types

type BaseDecoder[T] = GenericDecoder[ResultRow, Session, T, Specific]

Attributes

Inherited from:
EncodingDsl
type BaseEncoder[T] = GenericEncoder[T, PrepareRow, Session]

Attributes

Inherited from:
EncodingDsl
type BaseNullChecker = GenericNullChecker[ResultRow, Session]

Attributes

Inherited from:
EncodingDsl
type ColumnResolver = GenericColumnResolver[ResultRow]

Attributes

Inherited from:
EncodingDsl
type Decoder[T] = MirrorDecoder[T]

Attributes

Inherited from:
MirrorDecoders
type DecoderMethod[T] = (Int, ResultRow, Session) => T

Attributes

Inherited from:
EncodingDsl
type Encoder[T] = MirrorEncoder[T]

Attributes

Inherited from:
MirrorEncoders
type EncoderMethod[T] = (Int, T, PrepareRow, Session) => PrepareRow

Attributes

Inherited from:
EncodingDsl
override type Extractor[T] = (ResultRow, MirrorSession) => T

Attributes

Inherited from:
MirrorContextBase
override type NullChecker = MirrorNullChecker

Attributes

Inherited from:
MirrorContextBase
type Prepare = (PrepareRow, Session) => (List[Any], PrepareRow)

Attributes

Inherited from:
RowContext

Attributes

Inherited from:
MirrorContextBase

Attributes

Inherited from:
MirrorContextBase

Attributes

Inherited from:
MirrorContextBase
override type PrepareRow = Row

Attributes

Inherited from:
MirrorContextBase
override type Result[T] = T

Attributes

Inherited from:
MirrorContextBase
override type ResultRow = Row

Attributes

Inherited from:
MirrorContextBase
type RowTyper[T] = GenericRowTyper[ResultRow, T]

Attributes

Inherited from:
EncodingDsl
override type RunActionResult = ActionMirror

Attributes

Inherited from:
MirrorContextBase

Attributes

Inherited from:
MirrorContextBase

Attributes

Inherited from:
MirrorContextBase

Attributes

Inherited from:
MirrorContextBase
override type RunQueryResult[T] = QueryMirror[T]

Attributes

Inherited from:
MirrorContextBase
override type RunQuerySingleResult[T] = QueryMirror[T]

Attributes

Inherited from:
MirrorContextBase
override type Runner = Unit

Future class to hold things like ExecutionContext for Cassandra etc...

Future class to hold things like ExecutionContext for Cassandra etc...

Attributes

Inherited from:
MirrorContextBase
type RunnerBehavior <: RunnerSummoningBehavior

Attributes

Inherited from:
ContextTranslateMacro
override type Session = MirrorSession

Attributes

Inherited from:
MirrorContextBase
override type TranslateResult[T] = T

Attributes

Inherited from:
ContextVerbTranslate
override type TranslateRunner = Unit

Attributes

Inherited from:
MirrorContextBase

Value members

Inherited methods

inline def _summonPrepareRunner(): Runner

Attributes

Inherited from:
ContextVerbPrepare
inline def _summonTranslateRunner(): TranslateRunner

Internal API that cannot be made private due to how inline functions

Internal API that cannot be made private due to how inline functions

Attributes

Inherited from:
ContextTranslateMacro
def close(): Unit

Attributes

Inherited from:
Context
override def context: Runner

Attributes

Definition Classes
MirrorContextBase -> Context
Inherited from:
MirrorContextBase
def decoder[T : ClassTag]: MirrorDecoder[T]

Attributes

Inherited from:
MirrorDecoders

Attributes

Inherited from:
MirrorDecoders
def encoder[T]: MirrorEncoder[T]

Attributes

Inherited from:
MirrorEncoders
override def executeAction(string: String, prepare: Prepare)(info: ExecutionInfo, dc: Runner): Result[RunActionResult]

Attributes

Definition Classes
MirrorContextBase -> ProtoContextSecundus
Inherited from:
MirrorContextBase
def executeActionReturning[T](sql: String, prepare: Prepare, extractor: () => T, returningBehavior: ReturnAction)(info: ExecutionInfo, dc: Runner): Result[RunActionReturningResult[T]]

Attributes

Inherited from:
MirrorContextBase
def executeActionReturningMany[T](sql: String, prepare: Prepare, extractor: () => T, returningBehavior: ReturnAction)(info: ExecutionInfo, dc: Runner): Result[RunActionReturningResult[List[T]]]

Attributes

Inherited from:
MirrorContextBase
override def executeBatchAction(groups: List[BatchGroup])(info: ExecutionInfo, dc: Runner): Result[RunBatchActionResult]

Attributes

Definition Classes
MirrorContextBase -> ProtoContextSecundus
Inherited from:
MirrorContextBase
override def executeBatchActionReturning[T](groups: List[BatchGroupReturning], extractor: () => T)(info: ExecutionInfo, dc: Runner): Result[BatchActionReturningMirror[T]]

Attributes

Definition Classes
MirrorContextBase -> ProtoContextSecundus
Inherited from:
MirrorContextBase
override def executeQuery[T](string: String, prepare: Prepare, extractor: () => T)(info: ExecutionInfo, dc: Runner): Result[QueryMirror[T]]

Attributes

Definition Classes
MirrorContextBase -> ProtoContextSecundus
Inherited from:
MirrorContextBase
override def executeQuerySingle[T](string: String, prepare: Prepare, extractor: () => T)(info: ExecutionInfo, dc: Runner): Result[QueryMirror[T]]

Attributes

Definition Classes
MirrorContextBase -> ProtoContextSecundus
Inherited from:
MirrorContextBase
protected def handleSingleResult[T](sql: String, list: List[T]): T

Attributes

Inherited from:
Context
inline def lift[T](inline runtimeValue: T): T

Attributes

Inherited from:
Context
inline def liftQuery[U <: (Iterable), T](inline runtimeValue: U[T]): Query[T]

Attributes

Inherited from:
Context
protected def mappedBaseDecoder[Base, Mapped](mapped: MappedEncoding[Base, Mapped], decoder: () => Base): () => Mapped

Attributes

Inherited from:
EncodingDsl
protected def mappedBaseEncoder[Mapped, Base](mapped: MappedEncoding[Mapped, Base], encoder: () => Base): () => Mapped

Attributes

Inherited from:
EncodingDsl
inline def prepare[I, A <: Action[I] & QAC[I, Nothing]](inline quoted: Quoted[BatchAction[A]]): PrepareBatchActionResult

Attributes

Inherited from:
ContextVerbPrepare
inline def prepare[E](inline quoted: Quoted[Action[E]]): PrepareActionResult

Attributes

Inherited from:
ContextVerbPrepare
inline def prepare[T](inline quoted: Quoted[T]): PrepareQueryResult

Attributes

Inherited from:
ContextVerbPrepare
inline def prepare[T](inline quoted: Quoted[Query[T]]): PrepareQueryResult

Attributes

Inherited from:
ContextVerbPrepare
def prepareAction(string: String, prepare: Prepare)(info: ExecutionInfo, dc: Runner): PrepareActionResult

Attributes

Inherited from:
MirrorContextBase
def prepareBatchAction(groups: List[BatchGroup])(info: ExecutionInfo, dc: Runner): PrepareBatchActionResult

Attributes

Inherited from:
MirrorContextBase
final protected def prepareParam(param: Any): String

Attributes

Inherited from:
ContextTranslateProto
def prepareQuery(string: String, prepare: Prepare)(info: ExecutionInfo, dc: Runner): PrepareQueryResult

Attributes

Inherited from:
MirrorContextBase
def prepareSingle(string: String, prepare: Prepare)(info: ExecutionInfo, dc: Runner): PrepareQueryResult

Attributes

Inherited from:
MirrorContextBase
override def push[A, B](result: A)(f: A => B): B

Attributes

Definition Classes
ContextVerbTranslate -> ContextTranslateProto
Inherited from:
ContextVerbTranslate
inline def run[I, T, A <: Action[I] & QAC[I, T]](inline quoted: Quoted[BatchAction[A]]): BatchActionReturningMirror[T]

Attributes

Inherited from:
MirrorContextBase
inline def run[I, T, A <: Action[I] & QAC[I, T]](inline quoted: Quoted[BatchAction[A]], rowsPerBatch: Int): BatchActionReturningMirror[T]

Attributes

Inherited from:
MirrorContextBase
inline def run[I, A <: Action[I] & QAC[I, Nothing]](inline quoted: Quoted[BatchAction[A]]): BatchActionMirror

Attributes

Inherited from:
MirrorContextBase
inline def run[I, A <: Action[I] & QAC[I, Nothing]](inline quoted: Quoted[BatchAction[A]], rowsPerBatch: Int): BatchActionMirror

Attributes

Inherited from:
MirrorContextBase
inline def run[E, T](inline quoted: Quoted[ActionReturning[E, List[T]]]): ActionReturningMirror[T, List[T]]

Attributes

Inherited from:
MirrorContextBase
inline def run[E, T](inline quoted: Quoted[ActionReturning[E, T]]): ActionReturningMirror[T, T]

Attributes

Inherited from:
MirrorContextBase
inline def run[E](inline quoted: Quoted[Action[E]]): ActionMirror

Attributes

Inherited from:
MirrorContextBase
inline def run[T](inline quoted: Quoted[T]): QueryMirror[T]

Attributes

Inherited from:
MirrorContextBase
inline def run[T](inline quoted: Quoted[Query[T]], inline wrap: OuterSelectWrap): QueryMirror[T]

Attributes

Inherited from:
MirrorContextBase
inline def run[T](inline quoted: Quoted[Query[T]]): QueryMirror[T]

Attributes

Inherited from:
MirrorContextBase
override def seq[A](list: List[A]): List[A]

Attributes

Definition Classes
ContextVerbTranslate -> ContextTranslateProto
Inherited from:
ContextVerbTranslate
inline def translate[I, T, A <: Action[I] & QAC[I, T]](inline quoted: Quoted[BatchAction[A]], inline prettyPrint: Boolean): TranslateResult[List[String]]

Attributes

Inherited from:
ContextTranslateMacro
inline def translate[I, T, A <: Action[I] & QAC[I, T]](inline quoted: Quoted[BatchAction[A]]): TranslateResult[List[String]]

Attributes

Inherited from:
ContextTranslateMacro
inline def translate[I, A <: Action[I] & QAC[I, Nothing]](inline quoted: Quoted[BatchAction[A]], inline prettyPrint: Boolean): TranslateResult[List[String]]

Attributes

Inherited from:
ContextTranslateMacro
inline def translate[I, A <: Action[I] & QAC[I, Nothing]](inline quoted: Quoted[BatchAction[A]]): TranslateResult[List[String]]

Attributes

Inherited from:
ContextTranslateMacro
inline def translate[E, T](inline quoted: Quoted[ActionReturning[E, T]], inline prettyPrint: Boolean): TranslateResult[String]

Attributes

Inherited from:
ContextTranslateMacro
inline def translate[E, T](inline quoted: Quoted[ActionReturning[E, T]]): TranslateResult[String]

Attributes

Inherited from:
ContextTranslateMacro
inline def translate[E](inline quoted: Quoted[Action[E]], inline prettyPrint: Boolean): TranslateResult[String]

Attributes

Inherited from:
ContextTranslateMacro
inline def translate[E](inline quoted: Quoted[Action[E]]): TranslateResult[String]

Attributes

Inherited from:
ContextTranslateMacro
inline def translate[T](inline quoted: Quoted[T], inline prettyPrint: Boolean): TranslateResult[String]

Attributes

Inherited from:
ContextTranslateMacro
inline def translate[T](inline quoted: Quoted[T]): TranslateResult[String]

Attributes

Inherited from:
ContextTranslateMacro
inline def translate[T](inline quoted: Quoted[Query[T]], inline prettyPrint: Boolean): TranslateResult[String]

Attributes

Inherited from:
ContextTranslateMacro
inline def translate[T](inline quoted: Quoted[Query[T]]): TranslateResult[String]

Attributes

Inherited from:
ContextTranslateMacro
def translateBatchQueryEndpoint(groups: List[BatchGroup], prettyPrint: Boolean)(executionInfo: ExecutionInfo, dc: TranslateRunner): TranslateResult[List[String]]

Attributes

Inherited from:
ContextTranslateProto
def translateBatchQueryReturningEndpoint(groups: List[BatchGroupReturning], prettyPrint: Boolean)(executionInfo: ExecutionInfo, dc: TranslateRunner): TranslateResult[List[String]]

Attributes

Inherited from:
ContextTranslateProto
override def translateContext: Runner

Attributes

Definition Classes
MirrorContextBase -> ContextTranslateMacro
Inherited from:
MirrorContextBase
def translateQueryEndpoint[T](statement: String, prepare: Prepare, extractor: () => T, prettyPrint: Boolean)(executionInfo: ExecutionInfo, dc: TranslateRunner): TranslateResult[String]

Attributes

Inherited from:
ContextTranslateProto
override def wrap[T](t: => T): T

Attributes

Definition Classes
ContextVerbTranslate -> ContextTranslateProto
Inherited from:
ContextVerbTranslate

Inherited fields

protected val identityExtractor: (ResultRow, Session) => ResultRow

Attributes

Inherited from:
RowContext
protected val identityPrepare: Prepare

Attributes

Inherited from:
RowContext
val idiom: CqlIdiom

Attributes

Inherited from:
MirrorContext
val naming: Literal.type

Attributes

Inherited from:
MirrorContext
val session: MirrorSession

Attributes

Inherited from:
MirrorContext
protected val zoneId: ZoneId

Attributes

Inherited from:
Encodings

Extensions

Inherited extensions

extension [T](inline dynamicQuery: DynamicEntityQuery[T])
inline def insertValue(value: T): DynamicInsert[T]

Attributes

Inherited from:
Context
inline def updateValue(value: T): DynamicUpdate[T]

Attributes

Inherited from:
Context
extension [T](inline entity: EntityQuery[T])
inline def insertValue(inline value: T): Insert[T]

Attributes

Inherited from:
Context
inline def updateValue(inline value: T): Update[T]

Attributes

Inherited from:
Context
extension [T](inline q: Query[T])
inline def filterByKeys(inline map: Map[String, Any]): Query[T]

When using this with FilterColumns make sure it comes FIRST. Otherwise the columns are you filtering may have been nullified in the SQL before the filteration has actually happened.

When using this with FilterColumns make sure it comes FIRST. Otherwise the columns are you filtering may have been nullified in the SQL before the filteration has actually happened.

Attributes

Inherited from:
Context
inline def filterColumns(inline columns: List[String]): Query[T]

Attributes

Inherited from:
Context
extension [T](inline quotedEntity: Quoted[EntityQuery[T]])
inline def insertValue(inline value: T): Insert[T]

Attributes

Inherited from:
Context
inline def updateValue(inline value: T): Update[T]

Attributes

Inherited from:
Context

Implicits

Inherited implicits

implicit inline def anyValDecoder[Cls <: AnyVal]: Decoder[Cls]

Attributes

Inherited from:
LowPriorityImplicits
implicit inline def anyValEncoder[Cls <: AnyVal]: Encoder[Cls]

Attributes

Inherited from:
LowPriorityImplicits
implicit val bigDecimalDecoder: MirrorDecoder[BigDecimal]

Attributes

Inherited from:
MirrorDecoders
implicit val bigDecimalEncoder: MirrorEncoder[BigDecimal]

Attributes

Inherited from:
MirrorEncoders
implicit val booleanCassandraType: CassandraType[Boolean]

Attributes

Inherited from:
CassandraTypes
implicit val booleanDecoder: MirrorDecoder[Boolean]

Attributes

Inherited from:
MirrorDecoders
implicit val booleanEncoder: MirrorEncoder[Boolean]

Attributes

Inherited from:
MirrorEncoders
implicit val byteArrayDecoder: MirrorDecoder[Array[Byte]]

Attributes

Inherited from:
MirrorDecoders
implicit val byteArrayEncoder: MirrorEncoder[Array[Byte]]

Attributes

Inherited from:
MirrorEncoders
implicit val byteBufferCassandraType: CassandraType[ByteBuffer]

Attributes

Inherited from:
CassandraTypes
implicit val byteCassandraType: CassandraType[Byte]

Attributes

Inherited from:
CassandraTypes
implicit val byteDecoder: MirrorDecoder[Byte]

Attributes

Inherited from:
MirrorDecoders
implicit val byteEncoder: MirrorEncoder[Byte]

Attributes

Inherited from:
MirrorEncoders
implicit def cassandraIdentityDecodeMapper[Cas](implicit cas: CassandraType[Cas]): CassandraMapper[Cas, Cas, Decode]

Attributes

Inherited from:
CassandraMapperConversions
implicit def cassandraIdentityEncodeMapper[Cas](implicit cas: CassandraType[Cas]): CassandraMapper[Cas, Cas, Encode]

Attributes

Inherited from:
CassandraMapperConversions
implicit val cassandraLocalDateDecoder: MirrorDecoder[LocalDate]

Attributes

Inherited from:
CassandraMirrorContext
implicit val cassandraLocalDateEncoder: MirrorEncoder[LocalDate]

Attributes

Inherited from:
CassandraMirrorContext
implicit def cassandraMapperDecode[T, Cas](implicit m: MappedEncoding[Cas, T], cas: CassandraType[Cas]): CassandraMapper[Cas, T, Decode]

Attributes

Inherited from:
CassandraMapperConversions
implicit def cassandraMapperDecodeRec[I, O, Cas](implicit m: MappedEncoding[I, O], cm: CassandraMapper[Cas, I, Decode]): CassandraMapper[Cas, O, Decode]
implicit def cassandraMapperEncode[T, Cas](implicit m: MappedEncoding[T, Cas], cas: CassandraType[Cas]): CassandraMapper[T, Cas, Encode]

Attributes

Inherited from:
CassandraMapperConversions
implicit def cassandraMapperEncodeRec[I, O, Cas](implicit me: MappedEncoding[I, O], cm: CassandraMapper[O, Cas, Encode]): CassandraMapper[I, Cas, Encode]
implicit val dateCassandraType: CassandraType[Instant]

Attributes

Inherited from:
CassandraTypes
implicit val dateDecoder: MirrorDecoder[Date]

Attributes

Inherited from:
MirrorDecoders
implicit val dateEncoder: MirrorEncoder[Date]

Attributes

Inherited from:
MirrorEncoders
implicit inline def dec[T]: GenericDecoder[ResultRow, Session, T, Generic]

Attributes

Inherited from:
Context
implicit val decimalCassandraType: CassandraType[BigDecimal]

Attributes

Inherited from:
CassandraTypes
implicit val decodeBigDecimal: CassandraMapper[BigDecimal, BigDecimal, Decode]

Attributes

Inherited from:
CassandraMappedTypes
implicit val decodeBoolean: CassandraMapper[Boolean, Boolean, Decode]

Attributes

Inherited from:
CassandraMappedTypes
implicit val decodeByte: CassandraMapper[Byte, Byte, Decode]

Attributes

Inherited from:
CassandraMappedTypes
implicit val decodeByteArray: CassandraMapper[ByteBuffer, Array[Byte], Decode]

Attributes

Inherited from:
CassandraMappedTypes
implicit val decodeDouble: CassandraMapper[Double, Double, Decode]

Attributes

Inherited from:
CassandraMappedTypes
implicit val decodeFloat: CassandraMapper[Float, Float, Decode]

Attributes

Inherited from:
CassandraMappedTypes
implicit val decodeInt: CassandraMapper[Integer, Int, Decode]

Attributes

Inherited from:
CassandraMappedTypes
implicit val decodeJava8ZonedDateTime: MappedEncoding[Instant, ZonedDateTime]

Attributes

Inherited from:
Encodings
implicit val decodeLong: CassandraMapper[Long, Long, Decode]

Attributes

Inherited from:
CassandraMappedTypes
implicit val decodeShort: CassandraMapper[Short, Short, Decode]

Attributes

Inherited from:
CassandraMappedTypes
implicit val doubleCassandraType: CassandraType[Double]

Attributes

Inherited from:
CassandraTypes
implicit val doubleDecoder: MirrorDecoder[Double]

Attributes

Inherited from:
MirrorDecoders
implicit val doubleEncoder: MirrorEncoder[Double]

Attributes

Inherited from:
MirrorEncoders
implicit val encodeBigDecimal: CassandraMapper[BigDecimal, BigDecimal, Encode]

Attributes

Inherited from:
CassandraMappedTypes
implicit val encodeBoolean: CassandraMapper[Boolean, Boolean, Encode]

Attributes

Inherited from:
CassandraMappedTypes
implicit val encodeByte: CassandraMapper[Byte, Byte, Encode]

Attributes

Inherited from:
CassandraMappedTypes
implicit val encodeByteArray: CassandraMapper[Array[Byte], ByteBuffer, Encode]

Attributes

Inherited from:
CassandraMappedTypes
implicit val encodeDouble: CassandraMapper[Double, Double, Encode]

Attributes

Inherited from:
CassandraMappedTypes
implicit val encodeFloat: CassandraMapper[Float, Float, Encode]

Attributes

Inherited from:
CassandraMappedTypes
implicit val encodeInt: CassandraMapper[Int, Integer, Encode]

Attributes

Inherited from:
CassandraMappedTypes
implicit val encodeJava8ZonedDateTime: MappedEncoding[ZonedDateTime, Instant]

Attributes

Inherited from:
Encodings
implicit val encodeLong: CassandraMapper[Long, Long, Encode]

Attributes

Inherited from:
CassandraMappedTypes
implicit val encodeShort: CassandraMapper[Short, Short, Encode]

Attributes

Inherited from:
CassandraMappedTypes
implicit val floatCassandraType: CassandraType[Float]

Attributes

Inherited from:
CassandraTypes
implicit val floatDecoder: MirrorDecoder[Float]

Attributes

Inherited from:
MirrorDecoders
implicit val floatEncoder: MirrorEncoder[Float]

Attributes

Inherited from:
MirrorEncoders
implicit val intDecoder: MirrorDecoder[Int]

Attributes

Inherited from:
MirrorDecoders
implicit val intEncoder: MirrorEncoder[Int]

Attributes

Inherited from:
MirrorEncoders
implicit val integerCassandraType: CassandraType[Integer]

Attributes

Inherited from:
CassandraTypes
implicit def listDecoder[T, Cas](implicit mapper: CassandraMapper[Cas, T, Decode], ct: ClassTag[Cas]): MirrorDecoder[List[T]]

Attributes

Inherited from:
CassandraMirrorContext
implicit def listEncoder[T, Cas](implicit mapper: CassandraMapper[T, Cas, Encode], ct: ClassTag[Cas]): MirrorEncoder[List[T]]

Attributes

Inherited from:
CassandraMirrorContext
implicit val localDateCassandraType: CassandraType[LocalDate]

Attributes

Inherited from:
CassandraTypes
implicit val localDateDecoder: MirrorDecoder[LocalDate]

Attributes

Inherited from:
MirrorDecoders
implicit val localDateEncoder: MirrorEncoder[LocalDate]

Attributes

Inherited from:
MirrorEncoders
implicit val longCassandraType: CassandraType[Long]

Attributes

Inherited from:
CassandraTypes
implicit val longDecoder: MirrorDecoder[Long]

Attributes

Inherited from:
MirrorDecoders
implicit val longEncoder: MirrorEncoder[Long]

Attributes

Inherited from:
MirrorEncoders
implicit def mapDecoder[K, V, KCas, VCas](implicit keyMapper: CassandraMapper[KCas, K, Decode], valMapper: CassandraMapper[VCas, V, Decode], a: ClassTag[KCas], b: ClassTag[VCas]): MirrorDecoder[Map[K, V]]

Attributes

Inherited from:
CassandraMirrorContext
implicit def mapEncoder[K, V, KCas, VCas](implicit keyMapper: CassandraMapper[K, KCas, Encode], valMapper: CassandraMapper[V, VCas, Encode], a: ClassTag[KCas], b: ClassTag[VCas]): MirrorEncoder[Map[K, V]]

Attributes

Inherited from:
CassandraMirrorContext
implicit def mappedDecoder[I, O](implicit mapped: MappedEncoding[I, O], d: MirrorDecoder[I]): MirrorDecoder[O]

Attributes

Inherited from:
MirrorDecoders
implicit def mappedEncoder[I, O](implicit mapped: MappedEncoding[I, O], e: MirrorEncoder[O]): MirrorEncoder[I]

Attributes

Inherited from:
MirrorEncoders
implicit val nullChecker: NullChecker

Attributes

Inherited from:
MirrorContextBase
implicit def nullEncoder: MirrorEncoder[Null]

Attributes

Inherited from:
MirrorEncoders
implicit def optionDecoder[T](implicit d: MirrorDecoder[T]): MirrorDecoder[Option[T]]

Attributes

Inherited from:
MirrorDecoders
implicit def optionEncoder[T](implicit d: MirrorEncoder[T]): MirrorEncoder[Option[T]]

Attributes

Inherited from:
MirrorEncoders
implicit def setDecoder[T, Cas](implicit mapper: CassandraMapper[Cas, T, Decode], ct: ClassTag[Cas]): MirrorDecoder[Set[T]]

Attributes

Inherited from:
CassandraMirrorContext
implicit def setEncoder[T, Cas](implicit mapper: CassandraMapper[T, Cas, Encode], ct: ClassTag[Cas]): MirrorEncoder[Set[T]]

Attributes

Inherited from:
CassandraMirrorContext
implicit val shortCassandraType: CassandraType[Short]

Attributes

Inherited from:
CassandraTypes
implicit val shortDecoder: MirrorDecoder[Short]

Attributes

Inherited from:
MirrorDecoders
implicit val shortEncoder: MirrorEncoder[Short]

Attributes

Inherited from:
MirrorEncoders
implicit val stringCassandraType: CassandraType[String]

Attributes

Inherited from:
CassandraTypes
implicit val stringDecoder: MirrorDecoder[String]

Attributes

Inherited from:
MirrorDecoders
implicit val stringEncoder: MirrorEncoder[String]

Attributes

Inherited from:
MirrorEncoders
implicit val timestampDecoder: MirrorDecoder[Instant]

Attributes

Inherited from:
CassandraMirrorContext
implicit val timestampEncoder: MirrorEncoder[Instant]

Attributes

Inherited from:
CassandraMirrorContext
implicit def udtCassandraType[T <: Udt]: CassandraType[T]

Attributes

Inherited from:
CassandraMirrorContext
implicit def udtDecoder[T <: Udt : ClassTag]: MirrorDecoder[T]

Attributes

Inherited from:
CassandraMirrorContext
implicit def udtEncoder[T <: Udt]: MirrorEncoder[T]

Attributes

Inherited from:
CassandraMirrorContext
implicit val uuidCassandraType: CassandraType[UUID]

Attributes

Inherited from:
CassandraTypes
implicit val uuidDecoder: MirrorDecoder[UUID]

Attributes

Inherited from:
MirrorDecoders
implicit val uuidEncoder: MirrorEncoder[UUID]

Attributes

Inherited from:
MirrorEncoders