com.websudos.phantom.example.basics

ConcreteSecondaryKeyRecipes

abstract class ConcreteSecondaryKeyRecipes extends SecondaryKeyRecipes with RootConnector

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

Instance Constructors

  1. new ConcreteSecondaryKeyRecipes()

Abstract Value Members

  1. implicit abstract def session: Session

    Definition Classes
    RootConnector
  2. implicit abstract def space: KeySpace

    Definition Classes
    RootConnector

Concrete 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. lazy val _columns: ArrayBuffer[AbstractColumn[_]]

    Attributes
    protected[this]
    Definition Classes
    CassandraTable
  7. lazy val _name: String

    Attributes
    protected[this]
    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 PrimitiveColumn[ConcreteSecondaryKeyRecipes, Recipe, String] with Index[String]

    Definition Classes
    SecondaryKeyRecipes
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def clustered: Boolean

    Definition Classes
    CassandraTable
  13. def clusteringColumns: Seq[AbstractColumn[_]]

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

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

    Definition Classes
    CassandraTable
  16. final def delete(condition: (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 PrimitiveColumn[ConcreteSecondaryKeyRecipes, Recipe, String]

    Definition Classes
    SecondaryKeyRecipes
  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(row: Row): Recipe

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

    Definition Classes
    AnyRef → Any
  24. def getRecipeByAuthor(author: String): Future[Option[Recipe]]

  25. def hashCode(): Int

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

    Definition Classes
    SecondaryKeyRecipes
  27. object ingredients extends SetColumn[ConcreteSecondaryKeyRecipes, Recipe, String]

    Definition Classes
    SecondaryKeyRecipes
  28. final def insert()(implicit keySpace: KeySpace): Default[ConcreteSecondaryKeyRecipes, Recipe]

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

    Definition Classes
    Any
  30. lazy val logger: Logger

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

    Definition Classes
    SecondaryKeyRecipes
  32. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  35. def partitionKeys: Seq[AbstractColumn[_]]

    Definition Classes
    CassandraTable
  36. def primaryKeys: Seq[AbstractColumn[_]]

    Definition Classes
    CassandraTable
  37. object props extends MapColumn[ConcreteSecondaryKeyRecipes, Recipe, String, String]

    Definition Classes
    SecondaryKeyRecipes
  38. def secondaryKeys: Seq[AbstractColumn[_]]

    Definition Classes
    CassandraTable
  39. 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
  40. 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
  41. 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
  42. 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
  43. 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
  44. 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
  45. 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
  46. 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
  47. 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
  48. 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
  49. 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
  50. 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
  51. 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
  52. 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
  53. 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
  54. 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
  55. 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
  56. 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
  57. 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
  58. def select[A, B](f1: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[A], f2: (ConcreteSecondaryKeyRecipes) ⇒ SelectColumn[B]): RootSelectBlock[ConcreteSecondaryKeyRecipes, (A, B)]

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

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

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

    Definition Classes
    AnyRef
  62. def tableName: String

    Definition Classes
    CassandraTable
  63. object timestamp extends DateTimeColumn[ConcreteSecondaryKeyRecipes, Recipe]

    Definition Classes
    SecondaryKeyRecipes
  64. object title extends PrimitiveColumn[ConcreteSecondaryKeyRecipes, Recipe, String]

    Definition Classes
    SecondaryKeyRecipes
  65. def toString(): String

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

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from RootConnector

Inherited from SecondaryKeyRecipes

Inherited from CassandraTable[ConcreteSecondaryKeyRecipes, Recipe]

Inherited from SelectTable[ConcreteSecondaryKeyRecipes, Recipe]

Inherited from AnyRef

Inherited from Any

Ungrouped