Uses of Interface
com.blazebit.persistence.querydsl.SetExpression

  • Uses of SetExpression in com.blazebit.persistence.querydsl

    Modifier and Type
    Class
    Description
    class 
    Default implementation for SetExpression.
    Modifier and Type
    Method
    Description
    final <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)
     
    final <RT> SetExpression<RT>
    BlazeJPAQueryFactory.except(com.querydsl.core.types.SubQueryExpression<RT>... sq)
     
    <RT> SetExpression<RT>
    BlazeJPAQueryFactory.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>
    JPQLNextQueryFactory.except(com.querydsl.core.types.SubQueryExpression<RT>... sq)
    Creates an except expression for the given subqueries.
    <RT> SetExpression<RT>
    JPQLNextQueryFactory.except(List<com.querydsl.core.types.SubQueryExpression<RT>> sq)
    Creates an except expression for the given subqueries
    final <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)
     
    final <RT> SetExpression<RT>
    BlazeJPAQueryFactory.exceptAll(com.querydsl.core.types.SubQueryExpression<RT>... sq)
     
    <RT> SetExpression<RT>
    BlazeJPAQueryFactory.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>
    JPQLNextQueryFactory.exceptAll(com.querydsl.core.types.SubQueryExpression<RT>... sq)
    Creates an except expression for the given subqueries.
    <RT> SetExpression<RT>
    JPQLNextQueryFactory.exceptAll(List<com.querydsl.core.types.SubQueryExpression<RT>> sq)
    Creates an except expression for the given subqueries
    final <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)
     
    final <RT> SetExpression<RT>
    BlazeJPAQueryFactory.intersect(com.querydsl.core.types.SubQueryExpression<RT>... sq)
     
    <RT> SetExpression<RT>
    BlazeJPAQueryFactory.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>
    JPQLNextQueryFactory.intersect(com.querydsl.core.types.SubQueryExpression<RT>... sq)
    Creates an intersect expression for the given subqueries.
    <RT> SetExpression<RT>
    JPQLNextQueryFactory.intersect(List<com.querydsl.core.types.SubQueryExpression<RT>> sq)
    Creates an intersect expression for the given subqueries.
    final <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)
     
    final <RT> SetExpression<RT>
    BlazeJPAQueryFactory.intersectAll(com.querydsl.core.types.SubQueryExpression<RT>... sq)
     
    <RT> SetExpression<RT>
    BlazeJPAQueryFactory.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
    <RT> SetExpression<RT>
    JPQLNextQueryFactory.intersectAll(com.querydsl.core.types.SubQueryExpression<RT>... sq)
    Creates an intersect expression for the given subqueries.
    <RT> SetExpression<RT>
    JPQLNextQueryFactory.intersectAll(List<com.querydsl.core.types.SubQueryExpression<RT>> sq)
    Creates an intersect expression for the given subqueries
    SetExpression.limit(long limit)
    Set the limit / max results for the query results
    SetExpressionImpl.limit(long limit)
     
    SetExpression.offset(long offset)
    Set the offset for the query results
    SetExpressionImpl.offset(long offset)
     
    SetExpression.orderBy(com.querydsl.core.types.OrderSpecifier<?>... o)
    Define the ordering of the query results
    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)
     
    final <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)
     
    final <RT> SetExpression<RT>
    BlazeJPAQueryFactory.union(com.querydsl.core.types.SubQueryExpression<RT>... sq)
     
    <RT> SetExpression<RT>
    BlazeJPAQueryFactory.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>
    JPQLNextQueryFactory.union(com.querydsl.core.types.SubQueryExpression<RT>... sq)
    Creates an union expression for the given subqueries.
    <RT> SetExpression<RT>
    JPQLNextQueryFactory.union(List<com.querydsl.core.types.SubQueryExpression<RT>> sq)
    Creates an union expression for the given subqueries.
    final <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)
     
    final <RT> SetExpression<RT>
    BlazeJPAQueryFactory.unionAll(com.querydsl.core.types.SubQueryExpression<RT>... sq)
     
    <RT> SetExpression<RT>
    BlazeJPAQueryFactory.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.
    <RT> SetExpression<RT>
    JPQLNextQueryFactory.unionAll(com.querydsl.core.types.SubQueryExpression<RT>... sq)
    Creates an union expression for the given subqueries.
    <RT> SetExpression<RT>
    JPQLNextQueryFactory.unionAll(List<com.querydsl.core.types.SubQueryExpression<RT>> sq)
    Creates an union expression for the given subqueries.