Mark the last join as a default join.
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
Select from a set of values using the VALUES clause.
Select from a set of values using the VALUES clause.
Select from a set of values using the VALUES clause.
Select from a set of values using the VALUES clause.
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.
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)
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.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.select(com.querydsl.core.types.Expression<?>... exprs)
JPQLNextQuery.select(com.querydsl.core.types.Expression<U> expr)
JPQLNextQueryFactory.select(com.querydsl.core.types.Expression<?>... exprs)
JPQLNextQueryFactory.select(com.querydsl.core.types.Expression<T> expr)
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
JPQLNextQuery.set(com.querydsl.core.types.ParamExpression<U> paramExpression,
U t)
JPQLNextQuery.where(com.querydsl.core.types.Predicate... predicates)
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).