OneToManyRelationImpl

org.squeryl.dsl.QueryDsl.OneToManyRelationImpl
class OneToManyRelationImpl[O, M](val leftTable: Table[O], val rightTable: Table[M], f: (O, M) => EqualityExpression, schema: Schema, kedM: KeyedEntityDef[M, _]) extends OneToManyRelation[O, M]

Attributes

Source
QueryDsl.scala
Graph
Supertypes
trait OneToManyRelation[O, M]
trait Relation[O, M]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

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

Attributes

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

Attributes

Source
QueryDsl.scala

Inherited methods

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

Attributes

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

Attributes

Inherited from:
OneToManyRelation
Source
ManyToMany.scala

Concrete fields

val leftTable: Table[O]

Attributes

Source
QueryDsl.scala
val rightTable: Table[M]

Attributes

Source
QueryDsl.scala