Criterion.And, Criterion.Between, Criterion.Eq, Criterion.Exists, Criterion.Ge, Criterion.Gt, Criterion.In, Criterion.InSubQuery, Criterion.InTuple2, Criterion.InTuple2SubQuery, Criterion.InTuple3, Criterion.InTuple3SubQuery, Criterion.IsNotNull, Criterion.IsNull, Criterion.Le, Criterion.Like, Criterion.Lt, Criterion.Ne, Criterion.Not, Criterion.NotExists, Criterion.NotIn, Criterion.NotInSubQuery, Criterion.NotInTuple2, Criterion.NotInTuple2SubQuery, Criterion.NotInTuple3, Criterion.NotInTuple3SubQuery, Criterion.NotLike, Criterion.Or, Criterion.Visitor| Modifier and Type | Field and Description |
|---|---|
Tuple3<Operand.Prop,Operand.Prop,Operand.Prop> |
left |
java.util.List<Tuple3<Operand.Param,Operand.Param,Operand.Param>> |
right |
| Constructor and Description |
|---|
InTuple3(Tuple3<Operand.Prop,Operand.Prop,Operand.Prop> left,
java.util.List<Tuple3<Operand.Param,Operand.Param,Operand.Param>> right) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Criterion.Visitor visitor) |
public final Tuple3<Operand.Prop,Operand.Prop,Operand.Prop> left
public final java.util.List<Tuple3<Operand.Param,Operand.Param,Operand.Param>> right
public InTuple3(Tuple3<Operand.Prop,Operand.Prop,Operand.Prop> left, java.util.List<Tuple3<Operand.Param,Operand.Param,Operand.Param>> right)
public void accept(Criterion.Visitor visitor)