public class JoinType extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static JoinType |
CROSS
Represents a cross join (aka a cartesian product).
|
static JoinType |
FULL
Represents a full join.
|
static JoinType |
INNER
Represents an inner join.
|
static JoinType |
LEFT
Represents a left outer join.
|
static JoinType |
RIGHT
Represents a right outer join.
|
public static final JoinType INNER
public static final JoinType LEFT
public static final JoinType RIGHT
public static final JoinType CROSS
public static final JoinType FULL
Copyright © 2013. All rights reserved.