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

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

    Modifier and Type
    Class
    Description
    class 
    Abstract base class for JPA API based implementations of the JPQLQuery interface
    class 
    BlazeJPAQuery is the default implementation of the JPQLQuery interface for Blaze-Persistence JPQL.Next
    Modifier and Type
    Method
    Description
    JPQLNextQuery.defaultJoin()
    Mark the last join as a default join.
    JPQLNextQuery.distinct()
     
    JPQLNextQuery.fetchAll()
     
    JPQLNextQuery.fetchJoin()
     
    JPQLNextQuery.from(com.querydsl.core.types.CollectionExpression<?,P> target, com.querydsl.core.types.Path<P> alias)
     
    JPQLNextQuery.from(com.querydsl.core.types.EntityPath<?>... sources)
     
    JPQLNextQuery.from(com.querydsl.core.types.SubQueryExpression<X> subQueryExpression, com.querydsl.core.types.Path<X> alias)
    Add sources to this query
    JPQLNextQueryFactory.from(com.querydsl.core.types.EntityPath<?> from)
     
    JPQLNextQueryFactory.from(com.querydsl.core.types.EntityPath<?>... from)
     
    JPQLNextQueryFactory.from(com.querydsl.core.types.SubQueryExpression<X> subQueryExpression, com.querydsl.core.types.Path<X> alias)
    Create a new Query with the given source
    JPQLNextQuery.fromIdentifiableValues(com.querydsl.core.types.EntityPath<X> path, Collection<X> elements)
    Select from a set of values using the VALUES clause.
    JPQLNextQuery.fromIdentifiableValues(com.querydsl.core.types.Path<X> path, com.querydsl.core.types.Path<X> alias, Collection<X> elements)
    Select from a set of values using the VALUES clause.
    JPQLNextQueryFactory.fromIdentifiableValues(com.querydsl.core.types.EntityPath<X> path, Collection<X> elements)
    Select from a set of values using the VALUES clause.
    JPQLNextQueryFactory.fromIdentifiableValues(com.querydsl.core.types.Path<X> path, com.querydsl.core.types.Path<X> alias, Collection<X> elements)
    Select from a set of values using the VALUES clause.
    JPQLNextQuery.fromValues(com.querydsl.core.types.EntityPath<X> path, Collection<X> elements)
    Select from a set of values using the VALUES clause.
    JPQLNextQuery.fromValues(com.querydsl.core.types.Path<X> path, com.querydsl.core.types.Path<X> alias, Collection<X> elements)
    Select from a set of values using the VALUES clause.
    JPQLNextQueryFactory.fromValues(com.querydsl.core.types.EntityPath<X> path, Collection<X> elements)
    Select from a set of values using the VALUES clause.
    JPQLNextQueryFactory.fromValues(com.querydsl.core.types.Path<X> path, com.querydsl.core.types.Path<X> alias, Collection<X> elements)
    Select from a set of values using the VALUES clause.
    JPQLNextQuery.fullJoin(com.querydsl.core.types.CollectionExpression<?,P> target)
    Create a full join with the given target.
    JPQLNextQuery.fullJoin(com.querydsl.core.types.CollectionExpression<?,P> target, com.querydsl.core.types.Path<P> alias)
    Create a full join with the given target.
    JPQLNextQuery.fullJoin(com.querydsl.core.types.EntityPath<P> target)
    Create a full join with the given target.
    JPQLNextQuery.fullJoin(com.querydsl.core.types.EntityPath<P> target, com.querydsl.core.types.Path<P> alias)
    Create a full join with the given target.
    JPQLNextQuery.fullJoin(com.querydsl.core.types.MapExpression<?,P> target)
    Create a full join with the given target.
    JPQLNextQuery.fullJoin(com.querydsl.core.types.MapExpression<?,P> target, com.querydsl.core.types.Path<P> alias)
    Create a full join with the given target.
    JPQLNextQuery.fullJoin(com.querydsl.core.types.SubQueryExpression<X> o, com.querydsl.core.types.Path<X> alias)
    Adds a full join to the given target.
    JPQLNextQuery.groupBy(com.querydsl.core.types.Expression<?>... expressions)
     
    JPQLNextQuery.having(com.querydsl.core.types.Predicate... predicates)
     
    JPQLNextQuery.innerJoin(com.querydsl.core.types.CollectionExpression<?,P> target)
     
    JPQLNextQuery.innerJoin(com.querydsl.core.types.CollectionExpression<?,P> target, com.querydsl.core.types.Path<P> alias)
     
    JPQLNextQuery.innerJoin(com.querydsl.core.types.EntityPath<P> target)
     
    JPQLNextQuery.innerJoin(com.querydsl.core.types.EntityPath<P> target, com.querydsl.core.types.Path<P> alias)
     
    JPQLNextQuery.innerJoin(com.querydsl.core.types.MapExpression<?,P> target)
     
    JPQLNextQuery.innerJoin(com.querydsl.core.types.MapExpression<?,P> target, com.querydsl.core.types.Path<P> alias)
     
    JPQLNextQuery.innerJoin(com.querydsl.core.types.SubQueryExpression<X> o, com.querydsl.core.types.Path<X> alias)
    Adds a inner join to the given target.
    JPQLNextQuery.join(com.querydsl.core.types.CollectionExpression<?,P> target)
     
    JPQLNextQuery.join(com.querydsl.core.types.CollectionExpression<?,P> target, com.querydsl.core.types.Path<P> alias)
     
    JPQLNextQuery.join(com.querydsl.core.types.EntityPath<P> target)
     
    JPQLNextQuery.join(com.querydsl.core.types.EntityPath<P> target, com.querydsl.core.types.Path<P> alias)
     
    JPQLNextQuery.join(com.querydsl.core.types.MapExpression<?,P> target)
     
    JPQLNextQuery.join(com.querydsl.core.types.MapExpression<?,P> target, com.querydsl.core.types.Path<P> alias)
     
    JPQLNextQuery.lateral()
    Mark the last join as a lateral join.
    JPQLNextQuery.leftJoin(com.querydsl.core.types.CollectionExpression<?,P> target)
     
    JPQLNextQuery.leftJoin(com.querydsl.core.types.CollectionExpression<?,P> target, com.querydsl.core.types.Path<P> alias)
     
    JPQLNextQuery.leftJoin(com.querydsl.core.types.EntityPath<P> target)
     
    JPQLNextQuery.leftJoin(com.querydsl.core.types.EntityPath<P> target, com.querydsl.core.types.Path<P> alias)
     
    JPQLNextQuery.leftJoin(com.querydsl.core.types.MapExpression<?,P> target)
     
    JPQLNextQuery.leftJoin(com.querydsl.core.types.MapExpression<?,P> target, com.querydsl.core.types.Path<P> alias)
     
    JPQLNextQuery.leftJoin(com.querydsl.core.types.SubQueryExpression<X> o, com.querydsl.core.types.Path<X> alias)
    Adds a left join to the given subquery target.
    JPQLNextQuery.limit(long l)
     
    JPQLNextQuery.offset(long l)
     
    JPQLNextQuery.on(com.querydsl.core.types.Predicate... condition)
     
    JPQLNextQuery.orderBy(com.querydsl.core.types.OrderSpecifier<?>... orderSpecifiers)
     
    JPQLNextQueryFactory.query()
     
    JPQLNextQuery.restrict(com.querydsl.core.QueryModifiers queryModifiers)
     
    JPQLNextQuery.rightJoin(com.querydsl.core.types.CollectionExpression<?,P> target)
     
    JPQLNextQuery.rightJoin(com.querydsl.core.types.CollectionExpression<?,P> target, com.querydsl.core.types.Path<P> alias)
     
    JPQLNextQuery.rightJoin(com.querydsl.core.types.EntityPath<P> target)
     
    JPQLNextQuery.rightJoin(com.querydsl.core.types.EntityPath<P> target, com.querydsl.core.types.Path<P> alias)
     
    JPQLNextQuery.rightJoin(com.querydsl.core.types.MapExpression<?,P> target)
     
    JPQLNextQuery.rightJoin(com.querydsl.core.types.MapExpression<?,P> target, com.querydsl.core.types.Path<P> alias)
     
    JPQLNextQuery.rightJoin(com.querydsl.core.types.SubQueryExpression<X> o, com.querydsl.core.types.Path<X> alias)
    Adds a right join to the given target.
    JPQLNextQuery<com.querydsl.core.Tuple>
    JPQLNextQuery.select(com.querydsl.core.types.Expression<?>... exprs)
     
    JPQLNextQuery.select(com.querydsl.core.types.Expression<U> expr)
     
    JPQLNextQuery<com.querydsl.core.Tuple>
    JPQLNextQueryFactory.select(com.querydsl.core.types.Expression<?>... exprs)
     
    JPQLNextQueryFactory.select(com.querydsl.core.types.Expression<T> expr)
     
    JPQLNextQuery<com.querydsl.core.Tuple>
    JPQLNextQueryFactory.selectDistinct(com.querydsl.core.types.Expression<?>... exprs)
     
    JPQLNextQueryFactory.selectDistinct(com.querydsl.core.types.Expression<T> expr)
     
    JPQLNextQueryFactory.selectFrom(com.querydsl.core.types.EntityPath<T> from)
     
    JPQLNextQueryFactory.selectFrom(com.querydsl.core.types.SubQueryExpression<X> subQueryExpression, com.querydsl.core.types.Path<X> alias)
    Create a new Query with the given source
    JPQLNextQueryFactory.selectOne()
     
    JPQLNextQueryFactory.selectZero()
     
    JPQLNextQuery.set(com.querydsl.core.types.ParamExpression<U> paramExpression, U t)
     
    JPQLNextQuery.where(com.querydsl.core.types.Predicate... predicates)
     
    JPQLNextQuery.window(NamedWindow namedWindow)
    Add a named window to this query.
    JPQLNextQuery.with(com.querydsl.core.types.Path<X> alias, com.querydsl.core.types.SubQueryExpression<?> o)
    Register a common table expression (CTE).
    JPQLNextQueryFactory.with(com.querydsl.core.types.Path<X> alias, com.querydsl.core.types.SubQueryExpression<?> o)
    Register a common table expression (CTE).
    JPQLNextQuery.withRecursive(com.querydsl.core.types.Path<X> alias, com.querydsl.core.types.SubQueryExpression<?> o)
    Register a recursive common table expression (CTE).
    JPQLNextQueryFactory.withRecursive(com.querydsl.core.types.Path<X> alias, com.querydsl.core.types.SubQueryExpression<?> o)
    Register a recursive common table expression (CTE).
    Methods in com.blazebit.persistence.querydsl that return types with arguments of type JPQLNextQuery
    Modifier and Type
    Method
    Description
    JPQLNextQuery.with(com.querydsl.core.types.EntityPath<?> alias, com.querydsl.core.types.Path<?>... columns)
    Register a common table expression (CTE).
    JPQLNextQueryFactory.with(com.querydsl.core.types.EntityPath<?> alias, com.querydsl.core.types.Path<?>... columns)
    Register a common table expression (CTE).
    JPQLNextQuery.withRecursive(com.querydsl.core.types.EntityPath<?> alias, com.querydsl.core.types.Path<?>... columns)
    Register a recursive common table expression (CTE).
    JPQLNextQueryFactory.withRecursive(com.querydsl.core.types.EntityPath<?> alias, com.querydsl.core.types.Path<?>... columns)
    Register a recursive common table expression (CTE).