public class InPredicate extends Predicate
| Modifier and Type | Class and Description |
|---|---|
static class |
InPredicate.Operator |
Predicate.PredicateTypeNO_PREDICATE| Constructor and Description |
|---|
InPredicate(InPredicate.Operator operator,
Serializable operand,
List<Serializable> set) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getOperand() |
InPredicate.Operator |
getOperator() |
List<Serializable> |
getSet() |
static InPredicate |
in(Serializable operand,
List<Serializable> set) |
static InPredicate |
notIn(Serializable operand,
List<Serializable> set) |
String |
toString()
要求所有子类实现toString方法,以便输出谓词的字符串表示
|
public InPredicate(InPredicate.Operator operator, Serializable operand, List<Serializable> set)
public static InPredicate in(Serializable operand, List<Serializable> set)
public static InPredicate notIn(Serializable operand, List<Serializable> set)
public InPredicate.Operator getOperator()
public Object getOperand()
public List<Serializable> getSet()
Copyright © 2024 Alibaba Cloud Computing. All rights reserved.