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 Entries extends AnyRef

  5. trait Index[ValueType] extends Indexed with Undroppable

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

  6. trait Keys extends AnyRef

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

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

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

Ungrouped