class
RelationNode[PK, R <: Record[PK, R]] extends SQLable with Cloneable with Equals
Instance Constructors
-
new
RelationNode(relation: Relation[PK, R])
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): RelationNode.this.type
-
def
FULL_JOIN[T, J <: Record[T, J]](node: RelationNode[T, J]): JoinNode[PK, R, T, J]
-
def
INNER_JOIN[T, J <: Record[T, J]](node: RelationNode[T, J]): JoinNode[PK, R, T, J]
-
-
-
def
LEFT_JOIN[T, J <: Record[T, J]](node: RelationNode[T, J]): JoinNode[PK, R, T, J]
-
def
RIGHT_JOIN[T, J <: Record[T, J]](node: RelationNode[T, J]): JoinNode[PK, R, T, J]
-
var
_alias: String
-
def
alias: String
-
final
def
asInstanceOf[T0]: T0
-
def
canEqual(that: Any): Boolean
-
-
def
criteria: Criteria[PK, R]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(that: Any): Boolean
-
def
finalize(): Unit
-
def
findAssociation[T, F <: Record[T, F]](node: RelationNode[T, F]): Option[Association[T, R, F]]
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
map[T](f: (RelationNode[PK, R]) ⇒ T): T
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
projections: Seq[Projection[_]]
-
val
relation: Relation[PK, R]
-
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 Cloneable
Inherited from AnyRef
Inherited from Any