org.squeryl.dsl.QueryDsl

ManyToManyRelationImpl

class ManyToManyRelationImpl[L <: KeyedEntity[_], R <: KeyedEntity[_], A <: KeyedEntity[_]] 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])

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. def delete[K](k: K)(implicit ev: <:<[A, KeyedEntity[K]], dsl: QueryDsl): Boolean

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

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

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. def forceUpdate(o: Iterable[A])(implicit ev: <:<[A, KeyedEntity[_]]): Unit

    Definition Classes
    Table
  16. def forceUpdate(o: A)(implicit ev: <:<[A, KeyedEntity[_]]): AnyRef

    Updates without any Optimistic Concurrency Control check

    Updates without any Optimistic Concurrency Control check

    Definition Classes
    Table
  17. def get[K](k: K)(implicit ev: <:<[A, KeyedEntity[K]], dsl: QueryDsl): 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
  18. final def getClass(): Class[_]

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

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

    Definition Classes
    Table
  21. def insert(t: Query[A]): Nothing

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

    Definition Classes
    Table
  23. def insertOrUpdate(o: A)(implicit ev: <:<[A, KeyedEntity[_]]): A

    Definition Classes
    Table
  24. final def isInstanceOf[T0]: Boolean

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

  26. val leftForeignKeyDeclaration: ForeignKeyDeclaration

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

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

    Definition Classes
    ManyToManyRelationImplRelation
  29. def lookup[K](k: K)(implicit ev: <:<[A, KeyedEntity[K]], dsl: QueryDsl): Option[A]

    Definition Classes
    View
  30. def name: String

    Definition Classes
    ViewQueryable
  31. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  34. val posoMetaData: PosoMetaData[A]

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

    Definition Classes
    View
  36. def prefixedName: String

    Definition Classes
    View
  37. 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
  38. def right(rightSideMember: R): Query[L] with ManyToMany[L, A]

  39. val rightForeignKeyDeclaration: ForeignKeyDeclaration

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

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

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

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

  44. def toString(): String

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

    Definition Classes
    Table
  46. def update(o: Iterable[A])(implicit ev: <:<[A, KeyedEntity[_]]): Unit

    Definition Classes
    Table
  47. def update(o: A)(implicit ev: <:<[A, KeyedEntity[_]]): Unit

    Definition Classes
    Table
  48. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  51. 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