-
Methods in com.blazebit.persistence.querydsl that return SetExpression
| Modifier and Type |
Method |
Description |
<RT> SetExpression<RT> |
AbstractBlazeJPAQuery.except(com.querydsl.core.types.SubQueryExpression<RT>... sq) |
|
<RT> SetExpression<RT> |
AbstractBlazeJPAQuery.except(List<com.querydsl.core.types.SubQueryExpression<RT>> sq) |
|
<RT> SetExpression<RT> |
JPQLNextQuery.except(com.querydsl.core.types.SubQueryExpression<RT>... sq) |
Creates an except expression for the given subqueries.
|
<RT> SetExpression<RT> |
JPQLNextQuery.except(List<com.querydsl.core.types.SubQueryExpression<RT>> sq) |
Creates an except expression for the given subqueries
|
<RT> SetExpression<RT> |
AbstractBlazeJPAQuery.exceptAll(com.querydsl.core.types.SubQueryExpression<RT>... sq) |
|
<RT> SetExpression<RT> |
AbstractBlazeJPAQuery.exceptAll(List<com.querydsl.core.types.SubQueryExpression<RT>> sq) |
|
<RT> SetExpression<RT> |
JPQLNextQuery.exceptAll(com.querydsl.core.types.SubQueryExpression<RT>... sq) |
Creates an except expression for the given subqueries.
|
<RT> SetExpression<RT> |
JPQLNextQuery.exceptAll(List<com.querydsl.core.types.SubQueryExpression<RT>> sq) |
Creates an except expression for the given subqueries
|
<RT> SetExpression<RT> |
AbstractBlazeJPAQuery.intersect(com.querydsl.core.types.SubQueryExpression<RT>... sq) |
|
<RT> SetExpression<RT> |
AbstractBlazeJPAQuery.intersect(List<com.querydsl.core.types.SubQueryExpression<RT>> sq) |
|
<RT> SetExpression<RT> |
JPQLNextQuery.intersect(com.querydsl.core.types.SubQueryExpression<RT>... sq) |
Creates an intersect expression for the given subqueries.
|
<RT> SetExpression<RT> |
JPQLNextQuery.intersect(List<com.querydsl.core.types.SubQueryExpression<RT>> sq) |
Creates an intersect expression for the given subqueries.
|
<RT> SetExpression<RT> |
AbstractBlazeJPAQuery.intersectAll(com.querydsl.core.types.SubQueryExpression<RT>... sq) |
|
<RT> SetExpression<RT> |
AbstractBlazeJPAQuery.intersectAll(List<com.querydsl.core.types.SubQueryExpression<RT>> sq) |
|
<RT> SetExpression<RT> |
JPQLNextQuery.intersectAll(com.querydsl.core.types.SubQueryExpression<RT>... sq) |
Creates an intersect expression for the given subqueries.
|
<RT> SetExpression<RT> |
JPQLNextQuery.intersectAll(List<com.querydsl.core.types.SubQueryExpression<RT>> sq) |
Creates an intersect expression for the given subqueries
|
SetExpression<RT> |
SetExpression.limit(long limit) |
Set the limit / max results for the query results
|
SetExpression<T> |
SetExpressionImpl.limit(long limit) |
|
SetExpression<RT> |
SetExpression.offset(long offset) |
Set the offset for the query results
|
SetExpression<T> |
SetExpressionImpl.offset(long offset) |
|
SetExpression<RT> |
SetExpression.orderBy(com.querydsl.core.types.OrderSpecifier<?>... o) |
Define the ordering of the query results
|
SetExpression<T> |
SetExpressionImpl.orderBy(com.querydsl.core.types.OrderSpecifier<?>... o) |
|
<RT> SetExpression<RT> |
AbstractBlazeJPAQuery.setOperation(JPQLNextOps operator,
boolean wrapSets,
List<com.querydsl.core.types.SubQueryExpression<RT>> sq) |
|
<RT> SetExpression<RT> |
AbstractBlazeJPAQuery.union(com.querydsl.core.types.SubQueryExpression<RT>... sq) |
|
<RT> SetExpression<RT> |
AbstractBlazeJPAQuery.union(List<com.querydsl.core.types.SubQueryExpression<RT>> sq) |
|
<RT> SetExpression<RT> |
JPQLNextQuery.union(com.querydsl.core.types.SubQueryExpression<RT>... sq) |
Creates an union expression for the given subqueries.
|
<RT> SetExpression<RT> |
JPQLNextQuery.union(List<com.querydsl.core.types.SubQueryExpression<RT>> sq) |
Creates an union expression for the given subqueries.
|
<RT> SetExpression<RT> |
AbstractBlazeJPAQuery.unionAll(com.querydsl.core.types.SubQueryExpression<RT>... sq) |
|
<RT> SetExpression<RT> |
AbstractBlazeJPAQuery.unionAll(List<com.querydsl.core.types.SubQueryExpression<RT>> sq) |
|
<RT> SetExpression<RT> |
JPQLNextQuery.unionAll(com.querydsl.core.types.SubQueryExpression<RT>... sq) |
Creates an union expression for the given subqueries.
|
<RT> SetExpression<RT> |
JPQLNextQuery.unionAll(List<com.querydsl.core.types.SubQueryExpression<RT>> sq) |
Creates an union expression for the given subqueries.
|