@Immutable public final class JoinExpression extends Object implements Serializable
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 - target - public Expression<?> getTarget()
public JoinType getType()
public boolean hasFlag(JoinFlag flag)
Copyright © 2007–2015 Querydsl. All rights reserved.