class ManyToManyRelationImpl[L, R, A] extends Table[A] with ManyToManyRelation[L, R, A]
- Self Type
- ManyToManyRelationImpl[L, R, A]
- Source
- QueryDsl.scala
- Alphabetic
- By Inheritance
- ManyToManyRelationImpl
- ManyToManyRelation
- Relation
- Table
- View
- Queryable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val _setPersisted: (A) => Unit
- Attributes
- protected
- Definition Classes
- View
- def allRows(implicit dsl: QueryDsl): Iterable[A]
- Definition Classes
- View
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def delete[K](k: K)(implicit ked: KeyedEntityDef[A, K], dsl: QueryDsl, toCanLookup: (K) => CanLookup): Boolean
- Definition Classes
- Table
- def delete(q: Query[A]): Int
- Definition Classes
- Table
- def deleteWhere(whereClause: (A) => LogicalBoolean)(implicit dsl: QueryDsl): Int
- Definition Classes
- Table
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def forceUpdate(o: Iterable[A])(implicit ked: KeyedEntityDef[A, _]): Unit
- Definition Classes
- Table
- 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
- 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
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def insert(e: Iterable[A]): Unit
- Definition Classes
- Table
- 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
- 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
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val ked: Option[KeyedEntityDef[A, _]]
- Definition Classes
- View
- def left(leftSideMember: L): Query[R] with ManyToMany[R, A]
- Definition Classes
- ManyToManyRelationImpl → ManyToManyRelation
- val leftForeignKeyDeclaration: ForeignKeyDeclaration
- Definition Classes
- ManyToManyRelationImpl → ManyToManyRelation
- def leftStateful(leftSide: L): StatefulManyToMany[R, A]
- Definition Classes
- ManyToManyRelation
- val leftTable: Table[L]
- Definition Classes
- ManyToManyRelationImpl → Relation
- def lookup[K](k: K)(implicit ked: KeyedEntityDef[A, K], dsl: QueryDsl, toCanLookup: (K) => CanLookup): Option[A]
- Definition Classes
- View
- def name: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val posoMetaData: PosoMetaData[A]
- Definition Classes
- View
- def prefix: Option[String]
- Definition Classes
- View
- def prefixedName: String
- Definition Classes
- View
- 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
- def right(rightSideMember: R): Query[L] with ManyToMany[L, A]
- Definition Classes
- ManyToManyRelationImpl → ManyToManyRelation
- val rightForeignKeyDeclaration: ForeignKeyDeclaration
- Definition Classes
- ManyToManyRelationImpl → ManyToManyRelation
- def rightStateful(rightSide: R): StatefulManyToMany[L, A]
- Definition Classes
- ManyToManyRelation
- val rightTable: Table[R]
- Definition Classes
- ManyToManyRelationImpl → Relation
- val schema: Schema
- Definition Classes
- Table
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def thisTable: ManyToManyRelationImpl[L, R, A]
- Definition Classes
- ManyToManyRelationImpl → ManyToManyRelation
- def toString(): String
- Definition Classes
- AnyRef → Any
- def update(s: (A) => UpdateStatement): Int
- Definition Classes
- Table
- def update(o: Iterable[A])(implicit ked: KeyedEntityDef[A, _]): Unit
- Definition Classes
- Table
- 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
- def viewExpressionNode: ViewExpressionNode[A]
- Definition Classes
- View
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def where(whereClauseFunctor: (A) => LogicalBoolean)(implicit dsl: QueryDsl): Query[A]
- Definition Classes
- Queryable