org.squeryl.dsl.QueryDsl

ManyToManyRelationImpl

class ManyToManyRelationImpl[L, R, A] extends Table[A] with ManyToManyRelation[L, R, A]

Self Type
ManyToManyRelationImpl[L, R, A]
Source
QueryDsl.scala
Linear Supertypes
ManyToManyRelation[L, R, A], Relation[L, R], Table[A], View[A], Queryable[A], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ManyToManyRelationImpl
  2. ManyToManyRelation
  3. Relation
  4. Table
  5. View
  6. Queryable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ManyToManyRelationImpl(leftTable: Table[L], rightTable: Table[R], aClass: Class[A], f: (L, R, A) ⇒ (EqualityExpression, EqualityExpression), schema: Schema, nameOverride: Option[String], kedL: KeyedEntityDef[L, _], kedR: KeyedEntityDef[R, _], kedA: KeyedEntityDef[A, _])

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. val _setPersisted: (A) ⇒ Unit

    Attributes
    protected
    Definition Classes
    View
  7. def allRows(implicit dsl: QueryDsl): Iterable[A]

    Definition Classes
    View
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def delete[K](k: K)(implicit ked: KeyedEntityDef[A, K], dsl: QueryDsl, toCanLookup: (K) ⇒ CanLookup): Boolean

    Definition Classes
    Table
  11. def delete(q: Query[A]): Int

    Definition Classes
    Table
  12. def deleteWhere(whereClause: (A) ⇒ LogicalBoolean)(implicit dsl: QueryDsl): Int

    Definition Classes
    Table
  13. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def forceUpdate(o: Iterable[A])(implicit ked: KeyedEntityDef[A, _]): Unit

    Definition Classes
    Table
  17. def forceUpdate[K](o: A)(implicit ked: KeyedEntityDef[A, _]): AnyRef

    Updates without any Optimistic Concurrency Control check

    Updates without any Optimistic Concurrency Control check

    Definition Classes
    Table
    Exceptions thrown
    SquerylSQLException

    When a database error occurs or the update does not result in 1 row

  18. def get[K](k: K)(implicit ked: KeyedEntityDef[A, K], dsl: QueryDsl, toCanLookup: (K) ⇒ CanLookup): A

    Will throw an exception if the given key (k) returns no row.

    Will throw an exception if the given key (k) returns no row.

    Definition Classes
    View
  19. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  21. def insert(e: Iterable[A]): Unit

    Definition Classes
    Table
  22. def insert(t: A): A

    Definition Classes
    Table
    Exceptions thrown
    SquerylSQLException

    When a database error occurs or the insert does not result in 1 row

  23. def insertOrUpdate(o: A)(implicit ked: KeyedEntityDef[A, _]): A

    Definition Classes
    Table
    Exceptions thrown
    SquerylSQLException

    When a database error occurs or the operation does not result in 1 row

  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. val ked: Option[KeyedEntityDef[A, _]]

    Definition Classes
    View
  26. def left(leftSideMember: L): Query[R] with ManyToMany[R, A]

  27. val leftForeignKeyDeclaration: ForeignKeyDeclaration

  28. def leftStateful(leftSide: L): StatefulManyToMany[R, A]

    Definition Classes
    ManyToManyRelation
  29. val leftTable: Table[L]

    Definition Classes
    ManyToManyRelationImplRelation
  30. def lookup[K](k: K)(implicit ked: KeyedEntityDef[A, K], dsl: QueryDsl, toCanLookup: (K) ⇒ CanLookup): Option[A]

    Definition Classes
    View
  31. def name: String

    Definition Classes
    ViewQueryable
  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. val posoMetaData: PosoMetaData[A]

    Definition Classes
    View
  36. def prefix: Option[String]

    Definition Classes
    View
  37. def prefixedName: String

    Definition Classes
    View
  38. def prefixedPrefixedName(s: String): String

    Suppose you have : prefix.

    Suppose you have : prefix.MyTable myTable.prefixedPrefixedName("z") will yield : prefix.zMyTable used for creating names for objects derived from a table, ex.: a sequence

    Definition Classes
    View
  39. def right(rightSideMember: R): Query[L] with ManyToMany[L, A]

  40. val rightForeignKeyDeclaration: ForeignKeyDeclaration

  41. def rightStateful(rightSide: R): StatefulManyToMany[L, A]

    Definition Classes
    ManyToManyRelation
  42. val rightTable: Table[R]

    Definition Classes
    ManyToManyRelationImplRelation
  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  44. def thisTable: ManyToManyRelationImpl[L, R, A]

  45. def toString(): String

    Definition Classes
    AnyRef → Any
  46. def update(s: (A) ⇒ UpdateStatement): Int

    Definition Classes
    Table
  47. def update(o: Iterable[A])(implicit ked: KeyedEntityDef[A, _]): Unit

    Definition Classes
    Table
  48. def update(o: A)(implicit ked: KeyedEntityDef[A, _]): Unit

    Definition Classes
    Table
    Exceptions thrown
    SquerylSQLException

    When a database error occurs or the update does not result in 1 row

  49. def viewExpressionNode: ViewExpressionNode[A]

    Definition Classes
    View
  50. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. def where(whereClauseFunctor: (A) ⇒ LogicalBoolean)(implicit dsl: QueryDsl): Query[A]

    Definition Classes
    Queryable

Inherited from ManyToManyRelation[L, R, A]

Inherited from Relation[L, R]

Inherited from Table[A]

Inherited from View[A]

Inherited from Queryable[A]

Inherited from AnyRef

Inherited from Any

Ungrouped