public static class InPredicate.Builder extends Object
InPredicate.| Modifier and Type | Method and Description |
|---|---|
InPredicate |
build()
Creates a new instance of
[NOT] IN predicate class. |
InPredicate.Builder |
expression(ValueExpression expression)
Adds the predicate expression.
|
InPredicate.Builder |
not()
Sets
NOT IN predicate. |
InPredicate.Builder |
operands(ValueExpression... operands)
Adds the operands.
|
InPredicate.Builder |
selectQuery(Select select)
Adds the sub select query.
|
public InPredicate.Builder expression(ValueExpression expression)
expression - in predicate expressionthis for fluent programmingpublic InPredicate.Builder operands(ValueExpression... operands)
operands - operands for [NOT] IN predicatethis for fluent programmingpublic InPredicate.Builder selectQuery(Select select)
select - sub select for [NOT] IN predicatethis for fluent programmingpublic InPredicate.Builder not()
NOT IN predicate.this for fluent programmingpublic InPredicate build()
[NOT] IN predicate class.InPredicateCopyright © 2018–2021. All rights reserved.