com.websudos.phantom

keys

package keys

Visibility
  1. Public
  2. All

Type Members

  1. trait Ascending extends AnyRef

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

    A trait mixable into a Column to allow clustering order.

  3. trait Descending extends AnyRef

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

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

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

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

  7. trait StaticColumn[ValueType] extends Key[ValueType, PartitionKey[ValueType]]

Ungrouped