ManyToManyRelation

org.squeryl.dsl.ManyToManyRelation
trait ManyToManyRelation[L, R, A] extends Relation[L, R]

Attributes

Source
ManyToMany.scala
Graph
Supertypes
trait Relation[L, R]
class Object
trait Matchable
class Any
Known subtypes
class ManyToManyRelationImpl[L, R, A]
Self type
Table[A]

Members list

Value members

Abstract methods

def left(leftSide: L): ManyToMany[R, A]

Attributes

Source
ManyToMany.scala
def right(rightSide: R): ManyToMany[L, A]

Attributes

Source
ManyToMany.scala
def thisTable: Table[A]

Attributes

Source
ManyToMany.scala

Concrete methods

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

Attributes

Source
ManyToMany.scala
def rightStateful(rightSide: R): StatefulManyToMany[L, A]

Attributes

Source
ManyToMany.scala

Inherited methods

def leftTable: Table[L]

Attributes

Inherited from:
Relation
Source
ManyToMany.scala
def rightTable: Table[R]

Attributes

Inherited from:
Relation
Source
ManyToMany.scala