@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
|
public JoinExpression(JoinType type, Expression<?> target)
type - target - public Expression<?> getTarget()
public JoinType getType()
public boolean hasFlag(JoinFlag flag)
Copyright © 2007–2014 Mysema Ltd. All rights reserved.