@Immutable public final class JoinExpression extends Object implements Serializable
JoinExpression
is a join element in a Query
instance.Constructor and Description |
---|
JoinExpression(JoinType type,
Expression<?> target)
Create a new JoinExpression instance
|
JoinExpression(JoinType type,
Expression<?> target,
Predicate condition,
Set<JoinFlag> flags)
Create a new JoinExpression instance
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Predicate |
getCondition() |
Set<JoinFlag> |
getFlags() |
Expression<?> |
getTarget() |
JoinType |
getType() |
boolean |
hasFlag(JoinFlag flag) |
int |
hashCode() |
String |
toString() |
public JoinExpression(JoinType type, Expression<?> target)
type
- type of jointarget
- target of joinpublic Expression<?> getTarget()
public JoinType getType()
public boolean hasFlag(JoinFlag flag)
Copyright © 2007–2016 Querydsl. All rights reserved.