Package

com.websudos.phantom

keys

Permalink

package keys

Visibility
  1. Public
  2. All

Type Members

  1. trait Ascending extends AnyRef

    Permalink
  2. trait ClusteringOrder[ValueType] extends PrimaryKey[ValueType]

    Permalink

    A trait mixable into a Column to allow clustering order.

    A trait mixable into a Column to allow clustering order.

    ValueType

    The value stored in the column.

  3. trait Descending extends AnyRef

    Permalink
  4. trait Index[ValueType] extends Key[ValueType, Index[ValueType]] with Indexed with Undroppable

    Permalink

    A trait mixable into Column definitions to allow storing them as keys.

  5. trait Keys extends AnyRef

    Permalink
  6. trait PartitionKey[ValueType] extends Key[ValueType, PartitionKey[ValueType]] with Unmodifiable with Indexed with Undroppable

    Permalink
  7. trait PrimaryKey[ValueType] extends Key[ValueType, PrimaryKey[ValueType]] with Unmodifiable with Indexed with Undroppable

    Permalink
  8. trait StaticColumn[ValueType] extends Key[ValueType, PartitionKey[ValueType]]

    Permalink

Ungrouped