Object

com.outworkers.phantom.example.basics.Recipes

id

Related Doc: package Recipes

Permalink

object id extends column.PrimitiveColumn[Recipes, Recipe, UUID] with PartitionKey

Linear Supertypes
PartitionKey, Undroppable, Indexed, Unmodifiable, Key[PartitionKey], column.PrimitiveColumn[Recipes, Recipe, UUID], Column[Recipes, Recipe, UUID], AbstractColumn[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. AnyRef
  11. 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 → AbstractColumn
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def cassandraType: String

    Permalink
    Definition Classes
    PrimitiveColumn → AbstractColumn
  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. def shouldFreeze: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  25. val table: CassandraTable[Recipes, Recipe]

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

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

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

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

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

Inherited from PartitionKey

Inherited from Undroppable

Inherited from Indexed

Inherited from Unmodifiable

Inherited from Key[PartitionKey]

Inherited from column.PrimitiveColumn[Recipes, Recipe, UUID]

Inherited from Column[Recipes, Recipe, UUID]

Inherited from AbstractColumn[UUID]

Inherited from AnyRef

Inherited from Any

Ungrouped