com.outworkers.phantom.example.basics

SecondaryKeyRecipes

sealed class SecondaryKeyRecipes extends dsl.CassandraTable[ConcreteSecondaryKeyRecipes, Recipe]

In this example we will create a table storing recipes with a SecondaryKey. This time we will use a non-composite Primary key with a SecondaryKey on author.

Linear Supertypes
CassandraTable[ConcreteSecondaryKeyRecipes, Recipe], SelectTable[ConcreteSecondaryKeyRecipes, Recipe], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SecondaryKeyRecipes
  2. CassandraTable
  3. SelectTable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SecondaryKeyRecipes()

Type Members

  1. type Col[RR] = column.PrimitiveColumn[ConcreteSecondaryKeyRecipes, Recipe, RR]

    Definition Classes
    CassandraTable
  2. type CustomColumn[RR] = column.PrimitiveColumn[ConcreteSecondaryKeyRecipes, Recipe, RR]

    Definition Classes
    CassandraTable
  3. type EnumColumn[RR <: Value] = column.PrimitiveColumn[ConcreteSecondaryKeyRecipes, Recipe, RR]

    Definition Classes
    CassandraTable
  4. type JsonColumn[RR] = column.JsonColumn[ConcreteSecondaryKeyRecipes, Recipe, RR]

    Definition Classes
    CassandraTable
  5. type JsonListColumn[RR] = column.JsonListColumn[ConcreteSecondaryKeyRecipes, Recipe, RR]

    Definition Classes
    CassandraTable
  6. type JsonMapColumn[KK, VV] = column.JsonMapColumn[ConcreteSecondaryKeyRecipes, Recipe, KK, VV]

    Definition Classes
    CassandraTable
  7. type JsonSetColumn[RR] = column.JsonSetColumn[ConcreteSecondaryKeyRecipes, Recipe, RR]

    Definition Classes
    CassandraTable
  8. type ListColumn[RR] = column.ListColumn[ConcreteSecondaryKeyRecipes, Recipe, RR]

    Definition Classes
    CassandraTable
  9. type MapColumn[KK, VV] = column.MapColumn[ConcreteSecondaryKeyRecipes, Recipe, KK, VV]

    Definition Classes
    CassandraTable
  10. type OptionalEnumColumn[RR <: Value] = OptionalPrimitiveColumn[ConcreteSecondaryKeyRecipes, Recipe, RR]

    Definition Classes
    CassandraTable
  11. type PrimitiveColumn[RR] = column.PrimitiveColumn[ConcreteSecondaryKeyRecipes, Recipe, RR]

    Definition Classes
    CassandraTable
  12. type SetColumn[RR] = column.SetColumn[ConcreteSecondaryKeyRecipes, Recipe, RR]

    Definition Classes
    CassandraTable
  13. type TupleColumn[RR] = column.PrimitiveColumn[ConcreteSecondaryKeyRecipes, Recipe, RR]

    Definition Classes
    CassandraTable

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def alter[RR](columnSelect: (ConcreteSecondaryKeyRecipes) ⇒ AbstractColumn[RR], newName: String)(implicit keySpace: KeySpace): Default[ConcreteSecondaryKeyRecipes, RR]

    Definition Classes
    CassandraTable
  7. final def alter[RR, NewType](columnSelect: (ConcreteSecondaryKeyRecipes) ⇒ AbstractColumn[RR])(newType: Primitive[NewType])(implicit keySpace: KeySpace): Default[ConcreteSecondaryKeyRecipes, RR]

    Definition Classes
    CassandraTable
  8. final def alter()(implicit keySpace: KeySpace): Default[ConcreteSecondaryKeyRecipes, Recipe]

    Definition Classes
    CassandraTable
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. object author extends column.PrimitiveColumn[ConcreteSecondaryKeyRecipes, Recipe, String] with Index

  11. def autocreate(keySpace: KeySpace): Default[ConcreteSecondaryKeyRecipes, Recipe]

    Definition Classes
    CassandraTable
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def clusteringColumns: Set[AbstractColumn[_]]

    Definition Classes
    CassandraTable
  14. def columns: Set[AbstractColumn[_]]

    Definition Classes
    CassandraTable
  15. final def create: RootCreateQuery[ConcreteSecondaryKeyRecipes, Recipe]

    Definition Classes
    CassandraTable
  16. final def delete(conditions: (ConcreteSecondaryKeyRecipes) ⇒ Condition*)(implicit keySpace: KeySpace): Default[ConcreteSecondaryKeyRecipes, Recipe]

    Definition Classes
    CassandraTable
  17. final def delete()(implicit keySpace: KeySpace): Default[ConcreteSecondaryKeyRecipes, Recipe]

    Definition Classes
    CassandraTable
  18. object description extends column.PrimitiveColumn[ConcreteSecondaryKeyRecipes, Recipe, String]

  19. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def fromRow(r: Row): Recipe

    Definition Classes
    CassandraTable
  23. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  25. object id extends column.PrimitiveColumn[ConcreteSecondaryKeyRecipes, Recipe, UUID] with PartitionKey

  26. object ingredients extends SetColumn[String]

  27. final def insert()(implicit keySpace: KeySpace): Default[ConcreteSecondaryKeyRecipes, Recipe]

    Definition Classes
    CassandraTable
  28. def insertSchema()(implicit session: Session, keySpace: KeySpace, ec: ExecutionContextExecutor): Unit

    Definition Classes
    CassandraTable
  29. def instance: ConcreteSecondaryKeyRecipes

    Definition Classes
    CassandraTable
  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. lazy val logger: Logger

    Definition Classes
    CassandraTable
  32. object name extends column.PrimitiveColumn[ConcreteSecondaryKeyRecipes, Recipe, String] with PrimaryKey

  33. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  36. def partitionKeys: Set[AbstractColumn[_]]

    Definition Classes
    CassandraTable
  37. def primaryKeys: Set[AbstractColumn[_]]

    Definition Classes
    CassandraTable
  38. object props extends MapColumn[String, String]

  39. def secondaryKeys: Set[AbstractColumn[_]]

    Definition Classes
    CassandraTable
  40. def select[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21](f1: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A1], f2: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A2], f3: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A3], f4: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A4], f5: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A5], f6: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A6], f7: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A7], f8: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A8], f9: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A9], f10: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A10], f11: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A11], f12: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A12], f13: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A13], f14: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A14], f15: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A15], f16: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A16], f17: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A17], f18: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A18], f19: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A19], f20: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A20], f21: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A21]): RootSelectBlock[ConcreteSecondaryKeyRecipes, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21)]

    Definition Classes
    SelectTable
  41. def select[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20](f1: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A1], f2: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A2], f3: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A3], f4: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A4], f5: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A5], f6: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A6], f7: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A7], f8: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A8], f9: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A9], f10: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A10], f11: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A11], f12: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A12], f13: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A13], f14: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A14], f15: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A15], f16: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A16], f17: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A17], f18: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A18], f19: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A19], f20: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A20]): RootSelectBlock[ConcreteSecondaryKeyRecipes, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20)]

    Definition Classes
    SelectTable
  42. def select[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19](f1: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A1], f2: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A2], f3: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A3], f4: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A4], f5: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A5], f6: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A6], f7: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A7], f8: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A8], f9: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A9], f10: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A10], f11: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A11], f12: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A12], f13: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A13], f14: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A14], f15: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A15], f16: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A16], f17: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A17], f18: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A18], f19: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A19]): RootSelectBlock[ConcreteSecondaryKeyRecipes, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19)]

    Definition Classes
    SelectTable
  43. def select[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18](f1: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A1], f2: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A2], f3: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A3], f4: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A4], f5: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A5], f6: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A6], f7: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A7], f8: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A8], f9: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A9], f10: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A10], f11: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A11], f12: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A12], f13: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A13], f14: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A14], f15: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A15], f16: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A16], f17: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A17], f18: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A18]): RootSelectBlock[ConcreteSecondaryKeyRecipes, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18)]

    Definition Classes
    SelectTable
  44. def select[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17](f1: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A1], f2: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A2], f3: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A3], f4: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A4], f5: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A5], f6: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A6], f7: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A7], f8: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A8], f9: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A9], f10: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A10], f11: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A11], f12: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A12], f13: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A13], f14: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A14], f15: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A15], f16: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A16], f17: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A17]): RootSelectBlock[ConcreteSecondaryKeyRecipes, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17)]

    Definition Classes
    SelectTable
  45. def select[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16](f1: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A1], f2: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A2], f3: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A3], f4: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A4], f5: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A5], f6: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A6], f7: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A7], f8: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A8], f9: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A9], f10: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A10], f11: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A11], f12: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A12], f13: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A13], f14: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A14], f15: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A15], f16: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A16]): RootSelectBlock[ConcreteSecondaryKeyRecipes, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16)]

    Definition Classes
    SelectTable
  46. def select[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15](f1: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A1], f2: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A2], f3: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A3], f4: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A4], f5: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A5], f6: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A6], f7: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A7], f8: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A8], f9: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A9], f10: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A10], f11: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A11], f12: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A12], f13: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A13], f14: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A14], f15: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A15]): RootSelectBlock[ConcreteSecondaryKeyRecipes, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15)]

    Definition Classes
    SelectTable
  47. def select[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14](f1: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A1], f2: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A2], f3: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A3], f4: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A4], f5: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A5], f6: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A6], f7: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A7], f8: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A8], f9: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A9], f10: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A10], f11: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A11], f12: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A12], f13: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A13], f14: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A14]): RootSelectBlock[ConcreteSecondaryKeyRecipes, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14)]

    Definition Classes
    SelectTable
  48. def select[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13](f1: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A1], f2: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A2], f3: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A3], f4: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A4], f5: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A5], f6: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A6], f7: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A7], f8: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A8], f9: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A9], f10: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A10], f11: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A11], f12: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A12], f13: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A13]): RootSelectBlock[ConcreteSecondaryKeyRecipes, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13)]

    Definition Classes
    SelectTable
  49. def select[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12](f1: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A1], f2: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A2], f3: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A3], f4: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A4], f5: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A5], f6: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A6], f7: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A7], f8: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A8], f9: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A9], f10: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A10], f11: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A11], f12: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A12]): RootSelectBlock[ConcreteSecondaryKeyRecipes, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12)]

    Definition Classes
    SelectTable
  50. def select[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11](f1: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A1], f2: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A2], f3: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A3], f4: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A4], f5: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A5], f6: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A6], f7: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A7], f8: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A8], f9: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A9], f10: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A10], f11: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A11]): RootSelectBlock[ConcreteSecondaryKeyRecipes, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11)]

    Definition Classes
    SelectTable
  51. def select[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10](f1: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A1], f2: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A2], f3: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A3], f4: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A4], f5: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A5], f6: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A6], f7: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A7], f8: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A8], f9: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A9], f10: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A10]): RootSelectBlock[ConcreteSecondaryKeyRecipes, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)]

    Definition Classes
    SelectTable
  52. def select[A, B, C, D, E, F, G, H, I](f1: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A], f2: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[B], f3: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[C], f4: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[D], f5: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[E], f6: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[F], f7: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[G], f8: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[H], f9: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[I]): RootSelectBlock[ConcreteSecondaryKeyRecipes, (A, B, C, D, E, F, G, H, I)]

    Definition Classes
    SelectTable
  53. def select[A, B, C, D, E, F, G, H](f1: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A], f2: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[B], f3: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[C], f4: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[D], f5: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[E], f6: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[F], f7: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[G], f8: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[H]): RootSelectBlock[ConcreteSecondaryKeyRecipes, (A, B, C, D, E, F, G, H)]

    Definition Classes
    SelectTable
  54. def select[A, B, C, D, E, F, G](f1: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A], f2: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[B], f3: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[C], f4: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[D], f5: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[E], f6: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[F], f7: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[G]): RootSelectBlock[ConcreteSecondaryKeyRecipes, (A, B, C, D, E, F, G)]

    Definition Classes
    SelectTable
  55. def select[A, B, C, D, E, F](f1: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A], f2: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[B], f3: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[C], f4: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[D], f5: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[E], f6: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[F]): RootSelectBlock[ConcreteSecondaryKeyRecipes, (A, B, C, D, E, F)]

    Definition Classes
    SelectTable
  56. def select[A, B, C, D, E](f1: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A], f2: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[B], f3: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[C], f4: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[D], f5: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[E]): RootSelectBlock[ConcreteSecondaryKeyRecipes, (A, B, C, D, E)]

    Definition Classes
    SelectTable
  57. def select[A, B, C, D](f1: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A], f2: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[B], f3: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[C], f4: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[D]): RootSelectBlock[ConcreteSecondaryKeyRecipes, (A, B, C, D)]

    Definition Classes
    SelectTable
  58. def select[A, B, C](f1: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A], f2: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[B], f3: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[C]): RootSelectBlock[ConcreteSecondaryKeyRecipes, (A, B, C)]

    Definition Classes
    SelectTable
  59. def select[A, B](f1: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A], f2: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[B]): RootSelectBlock[ConcreteSecondaryKeyRecipes, (A, B)]

    Definition Classes
    SelectTable
  60. def select[A](f1: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A]): RootSelectBlock[ConcreteSecondaryKeyRecipes, A]

    Definition Classes
    SelectTable
  61. def select: RootSelectBlock[ConcreteSecondaryKeyRecipes, Recipe]

    Definition Classes
    SelectTable
  62. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  63. def tableKey: String

    Definition Classes
    CassandraTable
  64. def tableName: String

    Definition Classes
    CassandraTable
  65. object timestamp extends column.PrimitiveColumn[ConcreteSecondaryKeyRecipes, Recipe, DateTime]

  66. object title extends column.PrimitiveColumn[ConcreteSecondaryKeyRecipes, Recipe, String]

  67. def toString(): String

    Definition Classes
    AnyRef → Any
  68. final def truncate()(implicit keySpace: KeySpace): Default[ConcreteSecondaryKeyRecipes, Recipe]

    Definition Classes
    CassandraTable
  69. final def update()(implicit keySpace: KeySpace): Default[ConcreteSecondaryKeyRecipes, Recipe]

    Definition Classes
    CassandraTable
  70. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def defineTableKey(): String

    Definition Classes
    CassandraTable
    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0) Method replaced with macro implementation

Inherited from CassandraTable[ConcreteSecondaryKeyRecipes, Recipe]

Inherited from SelectTable[ConcreteSecondaryKeyRecipes, Recipe]

Inherited from AnyRef

Inherited from Any

Ungrouped