Class

com.reactific.slickery.Schema

ManyToManyQuery

Related Doc: package Schema

Permalink

abstract class ManyToManyQuery[A <: Storable, TA <: StorableRow[A], B <: Storable, TB <: StorableRow[B], T <: ManyToManyRow[A, TA, B, TB]] extends slick.driver.JdbcProfile.API.TableQuery[T]

Linear Supertypes
TableQuery[T], Query[T, T.TableElementType, Seq], QueryBase[Seq[T.TableElementType]], Rep[Seq[T.TableElementType]], AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ManyToManyQuery
  2. TableQuery
  3. Query
  4. QueryBase
  5. Rep
  6. AnyRef
  7. Any
Implicitly
  1. by CollectionsHaveToParArray
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ManyToManyQuery(cons: (slick.driver.JdbcProfile.API.Tag) ⇒ T)

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ManyToManyQuery[A, TA, B, TB, T] to any2stringadd[ManyToManyQuery[A, TA, B, TB, T]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ++[O >: T, R, D[_]](other: Query[O, T.TableElementType, D]): Query[O, T.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  5. def ->[B](y: B): (ManyToManyQuery[A, TA, B, TB, T], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ManyToManyQuery[A, TA, B, TB, T] to ArrowAssoc[ManyToManyQuery[A, TA, B, TB, T]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def associate(a: A, b: B): FixedSqlAction[Int, NoStream, Write]

    Permalink
  9. def baseTableRow: T

    Permalink
    Definition Classes
    TableQuery
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def countDistinct: Rep[Int]

    Permalink
    Definition Classes
    Query
  12. def distinct: Query[T, T.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  13. def distinctOn[F, T](f: (T) ⇒ F)(implicit shape: Shape[_ <: FlatShapeLevel, F, T, _]): Query[T, T.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  14. def drop(num: Int): Query[T, T.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  15. def drop(num: Long): Query[T, T.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  16. def drop(num: ConstColumn[Long]): Query[T, T.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  17. def encodeRef(path: Node): Query[T, T.TableElementType, Seq]

    Permalink
    Definition Classes
    Query → Rep
  18. def ensuring(cond: (ManyToManyQuery[A, TA, B, TB, T]) ⇒ Boolean, msg: ⇒ Any): ManyToManyQuery[A, TA, B, TB, T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ManyToManyQuery[A, TA, B, TB, T] to Ensuring[ManyToManyQuery[A, TA, B, TB, T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: (ManyToManyQuery[A, TA, B, TB, T]) ⇒ Boolean): ManyToManyQuery[A, TA, B, TB, T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ManyToManyQuery[A, TA, B, TB, T] to Ensuring[ManyToManyQuery[A, TA, B, TB, T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean, msg: ⇒ Any): ManyToManyQuery[A, TA, B, TB, T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ManyToManyQuery[A, TA, B, TB, T] to Ensuring[ManyToManyQuery[A, TA, B, TB, T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean): ManyToManyQuery[A, TA, B, TB, T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ManyToManyQuery[A, TA, B, TB, T] to Ensuring[ManyToManyQuery[A, TA, B, TB, T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. def exists: Rep[Boolean]

    Permalink
    Definition Classes
    Query
  25. def filter[T <: Rep[_]](f: (T) ⇒ T)(implicit wt: CanBeQueryCondition[T]): Query[T, T.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  26. def filterNot[T <: Rep[_]](f: (T) ⇒ T)(implicit wt: CanBeQueryCondition[T]): Query[T, T.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  27. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. lazy val findAsQuery: CompiledFunction[(slick.driver.JdbcProfile.API.Rep[Long]) ⇒ Query[T, T.TableElementType, Seq], slick.driver.JdbcProfile.API.Rep[Long], Long, Query[T, T.TableElementType, Seq], Seq[T.TableElementType]]

    Permalink
  29. def findAssociatedA(b: B): slick.driver.JdbcProfile.API.DBIOAction[Seq[Long], slick.driver.JdbcProfile.API.NoStream, Read]

    Permalink
  30. def findAssociatedA(id: Long): slick.driver.JdbcProfile.API.DBIOAction[Seq[Long], slick.driver.JdbcProfile.API.NoStream, Read]

    Permalink
  31. def findAssociatedB(a: A): slick.driver.JdbcProfile.API.DBIOAction[Seq[Long], slick.driver.JdbcProfile.API.NoStream, Read]

    Permalink
  32. def findAssociatedB(id: Long): slick.driver.JdbcProfile.API.DBIOAction[Seq[Long], slick.driver.JdbcProfile.API.NoStream, Read]

    Permalink
  33. lazy val findBsQuery: CompiledFunction[(slick.driver.JdbcProfile.API.Rep[Long]) ⇒ Query[T, T.TableElementType, Seq], slick.driver.JdbcProfile.API.Rep[Long], Long, Query[T, T.TableElementType, Seq], Seq[T.TableElementType]]

    Permalink
  34. def flatMap[F, T, D[_]](f: (T) ⇒ Query[F, T, D]): Query[F, T, Seq]

    Permalink
    Definition Classes
    Query
  35. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ManyToManyQuery[A, TA, B, TB, T] to StringFormat[ManyToManyQuery[A, TA, B, TB, T]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  36. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  37. def groupBy[K, T, G, P](f: (T) ⇒ K)(implicit kshape: Shape[_ <: FlatShapeLevel, K, T, G], vshape: Shape[_ <: FlatShapeLevel, T, _, P]): Query[(G, Query[P, T.TableElementType, Seq]), (T, Query[P, T.TableElementType, Seq]), Seq]

    Permalink
    Definition Classes
    Query
  38. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  40. def join[E2, U2, D[_]](q2: Query[E2, U2, D]): BaseJoinQuery[T, E2, T.TableElementType, U2, Seq, T, E2]

    Permalink
    Definition Classes
    Query
  41. def joinFull[E1 >: T, E2, U2, D[_], O1, U1, O2](q2: Query[E2, _, D])(implicit ol1: OptionLift[E1, O1], sh1: Shape[FlatShapeLevel, O1, U1, _], ol2: OptionLift[E2, O2], sh2: Shape[FlatShapeLevel, O2, U2, _]): BaseJoinQuery[O1, O2, U1, U2, Seq, T, E2]

    Permalink
    Definition Classes
    Query
  42. def joinLeft[E2, U2, D[_], O2](q2: Query[E2, _, D])(implicit ol: OptionLift[E2, O2], sh: Shape[FlatShapeLevel, O2, U2, _]): BaseJoinQuery[T, O2, T.TableElementType, U2, Seq, T, E2]

    Permalink
    Definition Classes
    Query
  43. def joinRight[E1 >: T, E2, U2, D[_], O1, U1](q2: Query[E2, U2, D])(implicit ol: OptionLift[E1, O1], sh: Shape[FlatShapeLevel, O1, U1, _]): BaseJoinQuery[O1, E2, U1, U2, Seq, T, E2]

    Permalink
    Definition Classes
    Query
  44. def length: Rep[Int]

    Permalink
    Definition Classes
    Query
  45. def map[F, G, T](f: (T) ⇒ F)(implicit shape: Shape[_ <: FlatShapeLevel, F, T, G]): Query[G, T, Seq]

    Permalink
    Definition Classes
    Query
  46. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  49. def pack[R](implicit packing: Shape[_ <: FlatShapeLevel, T, _, R]): Query[R, T.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  50. final lazy val packed: Node

    Permalink
    Definition Classes
    Query
  51. lazy val shaped: ShapedValue[T, T.TableElementType]

    Permalink
    Definition Classes
    TableQuery → Query
  52. def size: Rep[Int]

    Permalink
    Definition Classes
    Query
  53. def sortBy[T](f: (T) ⇒ T)(implicit arg0: (T) ⇒ Ordered): Query[T, T.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  54. def sorted(implicit ev: (T) ⇒ Ordered): Query[T, T.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  55. def subquery: Query[T, T.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  56. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  57. def take(num: Int): Query[T, T.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  58. def take(num: Long): Query[T, T.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  59. def take(num: ConstColumn[Long]): Query[T, T.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  60. def to[D[_]](implicit ctc: TypedCollectionTypeConstructor[D]): Query[T, T.TableElementType, D]

    Permalink
    Definition Classes
    Query
  61. lazy val toNode: Node

    Permalink
    Definition Classes
    TableQuery → Rep
  62. def toParArray: ParArray[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ManyToManyQuery[A, TA, B, TB, T] to CollectionsHaveToParArray[ManyToManyQuery[A, TA, B, TB, T], T] performed by method CollectionsHaveToParArray in scala.collection.parallel. This conversion will take place only if an implicit value of type (ManyToManyQuery[A, TA, B, TB, T]) ⇒ GenTraversableOnce[T] is in scope.
    Definition Classes
    CollectionsHaveToParArray
  63. def toString(): String

    Permalink
    Definition Classes
    Rep → AnyRef → Any
  64. def union[O >: T, R, D[_]](other: Query[O, T.TableElementType, D]): Query[O, T.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  65. def unionAll[O >: T, R, D[_]](other: Query[O, T.TableElementType, D]): Query[O, T.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  66. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. def withFilter[T](f: (T) ⇒ T)(implicit arg0: CanBeQueryCondition[T]): Query[T, T.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  70. def zip[E2, U2, D[_]](q2: Query[E2, U2, D]): Query[(T, E2), (T.TableElementType, U2), Seq]

    Permalink
    Definition Classes
    Query
  71. def zipWith[E2, U2, F, G, T, D[_]](q2: Query[E2, U2, D], f: (T, E2) ⇒ F)(implicit shape: Shape[_ <: FlatShapeLevel, F, T, G]): Query[G, T, Seq]

    Permalink
    Definition Classes
    Query
  72. def zipWithIndex: BaseJoinQuery[T, Rep[Long], T.TableElementType, Long, Seq, T, Rep[Long]]

    Permalink
    Definition Classes
    Query
  73. def [B](y: B): (ManyToManyQuery[A, TA, B, TB, T], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ManyToManyQuery[A, TA, B, TB, T] to ArrowAssoc[ManyToManyQuery[A, TA, B, TB, T]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from TableQuery[T]

Inherited from Query[T, T.TableElementType, Seq]

Inherited from QueryBase[Seq[T.TableElementType]]

Inherited from Rep[Seq[T.TableElementType]]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion CollectionsHaveToParArray from ManyToManyQuery[A, TA, B, TB, T] to CollectionsHaveToParArray[ManyToManyQuery[A, TA, B, TB, T], T]

Inherited by implicit conversion any2stringadd from ManyToManyQuery[A, TA, B, TB, T] to any2stringadd[ManyToManyQuery[A, TA, B, TB, T]]

Inherited by implicit conversion StringFormat from ManyToManyQuery[A, TA, B, TB, T] to StringFormat[ManyToManyQuery[A, TA, B, TB, T]]

Inherited by implicit conversion Ensuring from ManyToManyQuery[A, TA, B, TB, T] to Ensuring[ManyToManyQuery[A, TA, B, TB, T]]

Inherited by implicit conversion ArrowAssoc from ManyToManyQuery[A, TA, B, TB, T] to ArrowAssoc[ManyToManyQuery[A, TA, B, TB, T]]

Ungrouped