-
AbstractBlazeJPAQuery.with(com.querydsl.core.types.EntityPath<?> alias,
com.querydsl.core.types.Path<?>... columns)
BlazeJPAQueryFactory.with(com.querydsl.core.types.EntityPath<?> alias,
com.querydsl.core.types.Path<?>... columns)
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).
AbstractBlazeJPAQuery.withRecursive(com.querydsl.core.types.EntityPath<?> alias,
com.querydsl.core.types.Path<?>... columns)
BlazeJPAQueryFactory.withRecursive(com.querydsl.core.types.EntityPath<?> alias,
com.querydsl.core.types.Path<?>... columns)
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).