Object

com.websudos.phantom.example.basics.CompositeKeyRecipes

id

Related Doc: package CompositeKeyRecipes

Permalink

object id extends PrimitiveColumn[ConcreteCompositeKeyRecipes, Recipe, UUID] with PartitionKey[UUID]

Linear Supertypes
PartitionKey[UUID], Undroppable, Indexed, Unmodifiable, Key[UUID, PartitionKey[UUID]], PrimitiveColumn[ConcreteCompositeKeyRecipes, Recipe, UUID], Column[ConcreteCompositeKeyRecipes, Recipe, UUID], AbstractColumn[UUID], CassandraWrites[UUID], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. id
  2. PartitionKey
  3. Undroppable
  4. Indexed
  5. Unmodifiable
  6. Key
  7. PrimitiveColumn
  8. Column
  9. AbstractColumn
  10. CassandraWrites
  11. AnyRef
  12. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type Value = UUID

    Permalink
    Definition Classes
    AbstractColumn

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(r: Row): UUID

    Permalink
    Definition Classes
    Column
  5. def asCql(v: UUID): String

    Permalink
    Definition Classes
    PrimitiveColumn → CassandraWrites
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def cassandraType: String

    Permalink
    Definition Classes
    PrimitiveColumn → CassandraWrites
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. val isPartitionKey: Boolean

    Permalink
    Definition Classes
    PartitionKey
  16. val isPrimary: Boolean

    Permalink
    Definition Classes
    PartitionKey
  17. lazy val name: String

    Permalink
    Definition Classes
    id → AbstractColumn
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. def parse(r: Row): Try[UUID]

    Permalink
    Definition Classes
    PrimitiveColumn → Column
  22. def qb: CQLQuery

    Permalink
    Definition Classes
    PrimitiveColumn → AbstractColumn
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. val table: CassandraTable[ConcreteCompositeKeyRecipes, Recipe]

    Permalink
    Definition Classes
    Column
  25. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from PartitionKey[UUID]

Inherited from Undroppable

Inherited from Indexed

Inherited from Unmodifiable

Inherited from Key[UUID, PartitionKey[UUID]]

Inherited from PrimitiveColumn[ConcreteCompositeKeyRecipes, Recipe, UUID]

Inherited from Column[ConcreteCompositeKeyRecipes, Recipe, UUID]

Inherited from AbstractColumn[UUID]

Inherited from CassandraWrites[UUID]

Inherited from AnyRef

Inherited from Any

Ungrouped