-
Methods in com.blazebit.persistence.querydsl that return BlazeJPAQuery
| Modifier and Type |
Method |
Description |
BlazeJPAQuery<T> |
BlazeJPAQuery.clone(javax.persistence.EntityManager entityManager) |
|
BlazeJPAQuery<T> |
BlazeJPAQuery.clone(javax.persistence.EntityManager entityManager,
com.querydsl.jpa.JPQLTemplates templates) |
|
<T> BlazeJPAQuery<T> |
BlazeJPAQuery.createSubQuery() |
|
BlazeJPAQuery<com.querydsl.core.Tuple> |
BlazeJPAQuery.select(com.querydsl.core.types.Expression<?>... exprs) |
|
<U> BlazeJPAQuery<U> |
BlazeJPAQuery.select(com.querydsl.core.types.Expression<U> expr) |
|
static BlazeJPAQuery<com.querydsl.core.Tuple> |
JPQLNextExpressions.select(com.querydsl.core.types.Expression<?>... exprs) |
Create a new detached JPQLQuery instance with the given projection
|
static <T> BlazeJPAQuery<T> |
JPQLNextExpressions.select(com.querydsl.core.types.Expression<T> expr) |
Create a new detached JPQLQuery instance with the given projection
|
static BlazeJPAQuery<com.querydsl.core.Tuple> |
JPQLNextExpressions.selectDistinct(com.querydsl.core.types.Expression<?>... exprs) |
Create a new detached JPQLQuery instance with the given projection
|
static <T> BlazeJPAQuery<T> |
JPQLNextExpressions.selectDistinct(com.querydsl.core.types.Expression<T> expr) |
Create a new detached JPQLQuery instance with the given projection
|
static <T> BlazeJPAQuery<T> |
JPQLNextExpressions.selectFrom(com.querydsl.core.types.EntityPath<T> expr) |
Create a new detached JPQLQuery instance with the given projection
|
static BlazeJPAQuery<Integer> |
JPQLNextExpressions.selectOne() |
Create a new detached JPQLQuery instance with the projection one
|
static BlazeJPAQuery<Integer> |
JPQLNextExpressions.selectZero() |
Create a new detached JPQLQuery instance with the projection zero
|