| Modifier and Type | Method and Description |
|---|---|
JpaQuery<T> |
JpaQuery.aggregate(com.holonplatform.core.query.QueryAggregation aggregation) |
JpaQuery<T> |
JpaQuery.clone(javax.persistence.EntityManager entityManager) |
JpaQuery<T> |
JpaQuery.clone(javax.persistence.EntityManager entityManager,
com.querydsl.jpa.JPQLTemplates templates) |
JpaQuery<T> |
JpaQuery.filter(com.holonplatform.core.query.QueryFilter filter) |
default JpaQuery<?> |
QueryDsl.from(com.querydsl.core.types.EntityPath<?>... froms)
Create a new Query with the given sources.
|
default JpaQuery<?> |
QueryDsl.from(com.querydsl.core.types.EntityPath<?> from)
Create a new Query with the given source.
|
JpaQuery<?> |
QueryDsl.query()
Create a new query.
|
default JpaQuery<com.querydsl.core.Tuple> |
QueryDsl.select(com.querydsl.core.types.Expression<?>... expressions)
Create a new
JpaQuery instance with the given projection. |
JpaQuery<com.querydsl.core.Tuple> |
JpaQuery.select(com.querydsl.core.types.Expression<?>... exprs)
Change the projection of this query
|
default <T> JpaQuery<T> |
QueryDsl.select(com.querydsl.core.types.Expression<T> expression)
Create a new
JpaQuery instance with the given projection. |
<U> JpaQuery<U> |
JpaQuery.select(com.querydsl.core.types.Expression<U> expr)
Change the projection of this query
|
default JpaQuery<com.querydsl.core.Tuple> |
QueryDsl.selectDistinct(com.querydsl.core.types.Expression<?>... expressions)
Create a new
JpaQuery instance with the given distinct projection. |
default <T> JpaQuery<T> |
QueryDsl.selectDistinct(com.querydsl.core.types.Expression<T> expression)
Create a new
JpaQuery instance with the given distinct projection. |
default <T> JpaQuery<T> |
QueryDsl.selectFrom(com.querydsl.core.types.EntityPath<T> from)
Create a new
JpaQuery instance with the given source and projection. |
default JpaQuery<Integer> |
QueryDsl.selectOne()
Create a new
JpaQuery instance with the projection one. |
default JpaQuery<Integer> |
QueryDsl.selectZero()
Create a new
JpaQuery instance with the projection zero. |
JpaQuery<T> |
JpaQuery.sort(com.holonplatform.core.query.QuerySort sort) |
<E extends com.holonplatform.core.Expression,R extends com.holonplatform.core.Expression> |
JpaQuery.withExpressionResolver(com.holonplatform.core.ExpressionResolver<E,R> expressionResolver) |
Copyright © 2017 The Holon Platform. All rights reserved.