c

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

Instance Constructors

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val _setPersisted: (A) ⇒ Unit
    Attributes
    protected
    Definition Classes
    View
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def delete[K](k: K)(implicit ev: <:<[A, KeyedEntity[K]], dsl: QueryDsl): Boolean
    Definition Classes
    Table
  8. def delete(q: Query[A]): Int
    Definition Classes
    Table
  9. def deleteWhere(whereClause: (A) ⇒ LogicalBoolean)(implicit dsl: QueryDsl): Int
    Definition Classes
    Table
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def forceUpdate(o: Iterable[A])(implicit ev: <:<[A, KeyedEntity[_]]): Unit
    Definition Classes
    Table
  14. 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
  15. 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
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  18. def insert(e: Iterable[A]): Unit
    Definition Classes
    Table
  19. def insert(t: Query[A]): Nothing
    Definition Classes
    Table
  20. def insert(t: A): A
    Definition Classes
    Table
  21. def insertOrUpdate(o: A)(implicit ev: <:<[A, KeyedEntity[_]]): A
    Definition Classes
    Table
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def left(leftSideMember: L): Query[R] with ManyToMany[R, A]
  24. val leftForeignKeyDeclaration: ForeignKeyDeclaration
  25. def leftStateful(leftSide: L): StatefulManyToMany[R, A]
    Definition Classes
    ManyToManyRelation
  26. val leftTable: Table[L]
    Definition Classes
    ManyToManyRelationImplRelation
  27. def lookup[K](k: K)(implicit ev: <:<[A, KeyedEntity[K]], dsl: QueryDsl): Option[A]
    Definition Classes
    View
  28. def name: String
    Definition Classes
    ViewQueryable
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  32. val posoMetaData: PosoMetaData[A]
    Definition Classes
    View
  33. def prefix: Option[String]
    Definition Classes
    View
  34. def prefixedName: String
    Definition Classes
    View
  35. def prefixedPrefixedName(s: String): String

    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

    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
  36. def right(rightSideMember: R): Query[L] with ManyToMany[L, A]
  37. val rightForeignKeyDeclaration: ForeignKeyDeclaration
  38. def rightStateful(rightSide: R): StatefulManyToMany[L, A]
    Definition Classes
    ManyToManyRelation
  39. val rightTable: Table[R]
    Definition Classes
    ManyToManyRelationImplRelation
  40. val schema: Schema
    Definition Classes
    Table
  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. def thisTable: ManyToManyRelationImpl[L, R, A]
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. def update(s: (A) ⇒ UpdateStatement): Int
    Definition Classes
    Table
  45. def update(o: Iterable[A])(implicit ev: <:<[A, KeyedEntity[_]]): Unit
    Definition Classes
    Table
  46. def update(o: A)(implicit ev: <:<[A, KeyedEntity[_]]): Unit
    Definition Classes
    Table
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. 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