Class

com.websudos.phantom.example.basics

ConcreteSecondaryKeyRecipes

Related Doc: package basics

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ConcreteSecondaryKeyRecipes()

    Permalink

Type Members

  1. type EnumColumn[RR <: Enumeration] = column.EnumColumn[ConcreteSecondaryKeyRecipes, Recipe, RR]

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

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

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

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

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

    Permalink
    Definition Classes
    CassandraTable
  7. type OptionalEnumColumn[RR <: Enumeration] = column.OptionalEnumColumn[ConcreteSecondaryKeyRecipes, Recipe, RR]

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

    Permalink
    Definition Classes
    CassandraTable

Abstract Value Members

  1. implicit abstract def session: Session

    Permalink
    Definition Classes
    RootConnector
  2. implicit abstract def space: KeySpace

    Permalink
    Definition Classes
    RootConnector

Concrete 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. lazy val _name: String

    Permalink
    Attributes
    protected[com.websudos.phantom]
    Definition Classes
    CassandraTable
  5. final def alter()(implicit keySpace: KeySpace): Default[ConcreteSecondaryKeyRecipes, Recipe]

    Permalink
    Definition Classes
    CassandraTable
  6. final def asInstanceOf[T0]: T0

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

    Permalink
    Definition Classes
    SecondaryKeyRecipes
  8. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    CassandraTable
  11. val columns: Seq[AbstractColumn[_]]

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

    Permalink
    Definition Classes
    CassandraTable
  13. final def delete(condition: (ConcreteSecondaryKeyRecipes) ⇒ Condition)(implicit keySpace: KeySpace): Default[ConcreteSecondaryKeyRecipes, Recipe]

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

    Permalink
    Definition Classes
    CassandraTable
  15. object description extends PrimitiveColumn[ConcreteSecondaryKeyRecipes, Recipe, String]

    Permalink
    Definition Classes
    SecondaryKeyRecipes
  16. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
  22. def hashCode(): Int

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

    Permalink
    Definition Classes
    SecondaryKeyRecipes
  24. object ingredients extends SetColumn[String]

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

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

    Permalink
    Definition Classes
    Any
  27. lazy val logger: Logger

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    CassandraTable
  36. 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)]

    Permalink
    Definition Classes
    SelectTable
  37. 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)]

    Permalink
    Definition Classes
    SelectTable
  38. 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)]

    Permalink
    Definition Classes
    SelectTable
  39. 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)]

    Permalink
    Definition Classes
    SelectTable
  40. 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)]

    Permalink
    Definition Classes
    SelectTable
  41. 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)]

    Permalink
    Definition Classes
    SelectTable
  42. 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)]

    Permalink
    Definition Classes
    SelectTable
  43. 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)]

    Permalink
    Definition Classes
    SelectTable
  44. 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)]

    Permalink
    Definition Classes
    SelectTable
  45. 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)]

    Permalink
    Definition Classes
    SelectTable
  46. 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)]

    Permalink
    Definition Classes
    SelectTable
  47. 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)]

    Permalink
    Definition Classes
    SelectTable
  48. 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)]

    Permalink
    Definition Classes
    SelectTable
  49. 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)]

    Permalink
    Definition Classes
    SelectTable
  50. 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)]

    Permalink
    Definition Classes
    SelectTable
  51. 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)]

    Permalink
    Definition Classes
    SelectTable
  52. 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)]

    Permalink
    Definition Classes
    SelectTable
  53. 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)]

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  59. def tableName: String

    Permalink
    Definition Classes
    CassandraTable
  60. object timestamp extends PrimitiveColumn[ConcreteSecondaryKeyRecipes, Recipe, DateTime]

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

    Permalink
    Definition Classes
    SecondaryKeyRecipes
  62. def toString(): String

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

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

    Permalink
    Definition Classes
    CassandraTable
  65. final def wait(): Unit

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

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

    Permalink
    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