-
Methods in com.blazebit.persistence.querydsl that return WithBuilder
| Modifier and Type |
Method |
Description |
WithBuilder<Q> |
AbstractBlazeJPAQuery.with(com.querydsl.core.types.EntityPath<?> alias,
com.querydsl.core.types.Path<?>... columns) |
|
WithBuilder<Q> |
JPQLNextQuery.with(com.querydsl.core.types.EntityPath<?> alias,
com.querydsl.core.types.Path<?>... columns) |
Register a common table expression (CTE).
|
WithBuilder<Q> |
AbstractBlazeJPAQuery.withRecursive(com.querydsl.core.types.EntityPath<?> alias,
com.querydsl.core.types.Path<?>... columns) |
|
WithBuilder<Q> |
JPQLNextQuery.withRecursive(com.querydsl.core.types.EntityPath<?> alias,
com.querydsl.core.types.Path<?>... columns) |
Register a recursive common table expression (CTE).
|