OneToManyRelation

org.squeryl.dsl.OneToManyRelation
trait OneToManyRelation[O, M] extends Relation[O, M]

Attributes

Source
ManyToMany.scala
Graph
Supertypes
trait Relation[O, M]
class Object
trait Matchable
class Any
Known subtypes
class OneToManyRelationImpl[O, M]

Members list

Value members

Abstract methods

def left(leftSide: O): OneToMany[M]

Attributes

Source
ManyToMany.scala
def right(rightSide: M): ManyToOne[O]

Attributes

Source
ManyToMany.scala

Concrete methods

def leftStateful(leftSide: O): StatefulOneToMany[M]

Attributes

Source
ManyToMany.scala
def rightStateful(rightSide: M): StatefulManyToOne[O]

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