T - The builder type that is returned on terminal operationsBinaryPredicateBuilder<T>, FromBaseBuilder<T>, SubqueryInitiator<T>public interface QuantifiableBinaryPredicateBuilder<T> extends BinaryPredicateBuilder<T>, SubqueryInitiator<T>
SubqueryInitiator.| Modifier and Type | Method | Description |
|---|---|---|
SubqueryInitiator<T> |
all() |
Starts a
SubqueryInitiator for the right hand side of a predicate that uses the ALL quantor. |
SubqueryBuilder<T> |
all(FullQueryBuilder<?,?> criteriaBuilder) |
Starts a
SubqueryBuilder based on the given criteria builder for the right hand side of a predicate that uses the ALL quantor. |
SubqueryInitiator<T> |
any() |
Starts a
SubqueryInitiator for the right hand side of a predicate that uses the ANY quantor. |
SubqueryBuilder<T> |
any(FullQueryBuilder<?,?> criteriaBuilder) |
Starts a
SubqueryBuilder based on the given criteria builder for the right hand side of a predicate that uses the ANY quantor. |
caseWhen, caseWhenAnd, caseWhenExists, caseWhenExists, caseWhenNotExists, caseWhenNotExists, caseWhenOr, caseWhenSubqueries, caseWhenSubquery, caseWhenSubquery, caseWhenSubquery, caseWhenSubquery, expression, literal, simpleCase, subqueries, valuefromEntitySubquery, fromEntitySubquery, fromEntitySubquery, fromIdentifiableValues, fromIdentifiableValues, fromSubquery, fromSubqueryfrom, from, from, from, from, from, fromIdentifiableValues, fromIdentifiableValues, fromNew, fromNew, fromOld, fromOld, fromValues, fromValues, fromValues, fromValues, getParentQueryBuilder, startSetSubqueryInitiator<T> all()
SubqueryInitiator for the right hand side of a predicate that uses the ALL quantor.
When the builder finishes, the predicate is added to the parent predicate container represented by the type T.SubqueryInitiator<T> any()
SubqueryInitiator for the right hand side of a predicate that uses the ANY quantor.
When the builder finishes, the predicate is added to the parent predicate container represented by the type T.SubqueryBuilder<T> all(FullQueryBuilder<?,?> criteriaBuilder)
SubqueryBuilder based on the given criteria builder for the right hand side of a predicate that uses the ALL quantor.
When the builder finishes, the predicate is added to the parent predicate container represented by the type T.criteriaBuilder - The criteria builder to base the subquery onSubqueryBuilder<T> any(FullQueryBuilder<?,?> criteriaBuilder)
SubqueryBuilder based on the given criteria builder for the right hand side of a predicate that uses the ANY quantor.
When the builder finishes, the predicate is added to the parent predicate container represented by the type T.criteriaBuilder - The criteria builder to base the subquery onCopyright © 2014–2020 Blazebit. All rights reserved.