class
JoinNode[PKL, L <: Record[PKL, L], PKR, R <: Record[PKR, R]] extends ProxyNode[PKL, L]
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
AS(alias: String): JoinNode.this.type
-
def
FULL_JOIN[T, J <: Record[T, J]](node: RelationNode[T, J]): JoinNode[PKL, L, T, J]
-
def
INNER_JOIN[T, J <: Record[T, J]](node: RelationNode[T, J]): JoinNode[PKL, L, T, J]
-
-
-
def
LEFT_JOIN[T, J <: Record[T, J]](node: RelationNode[T, J]): JoinNode[PKL, L, T, J]
-
def
ON(expr: Expression): JoinNode.this.type
-
def
RIGHT_JOIN[T, J <: Record[T, J]](node: RelationNode[T, J]): JoinNode[PKL, L, T, J]
-
var
_alias: String
-
-
-
-
-
def
alias: String
-
final
def
asInstanceOf[T0]: T0
-
def
canEqual(that: Any): Boolean
-
def
clone(): JoinNode.this.type
-
def
criteria: Criteria[PKL, L]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(obj: Any): Boolean
-
def
finalize(): Unit
-
def
findAssociation[T, F <: Record[T, F]](node: RelationNode[T, F]): Option[Association[T, L, F]]
-
final
def
getClass(): java.lang.Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
-
-
def
map[T](f: (RelationNode[PKL, L]) ⇒ T): T
-
final
def
ne(arg0: AnyRef): Boolean
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
def
projections: Seq[ru.circumflex.orm.Projection[_]]
-
val
relation: Relation[PKL, L]
-
def
replaceLeft(newLeft: RelationNode[PKL, L]): JoinNode.this.type
-
def
replaceRight(newRight: RelationNode[PKR, R]): JoinNode.this.type
-
-
def
sqlOn: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toSql: String
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Equals
Inherited from Cloneable
Inherited from AnyRef
Inherited from Any