Package | Description |
---|---|
com.querydsl.jpa.impl |
JPQL for JPA
|
Modifier and Type | Method and Description |
---|---|
JPAQuery<T> |
JPAQuery.clone(javax.persistence.EntityManager entityManager) |
JPAQuery<T> |
JPAQuery.clone(javax.persistence.EntityManager entityManager,
JPQLTemplates templates) |
JPAQuery<?> |
JPAQueryFactory.from(EntityPath<?>... from) |
JPAQuery<?> |
JPAQueryFactory.from(EntityPath<?> from) |
JPAQuery<?> |
JPAQueryFactory.query() |
JPAQuery<Tuple> |
JPAQueryFactory.select(Expression<?>... exprs) |
JPAQuery<Tuple> |
JPAQuery.select(Expression<?>... exprs) |
<T> JPAQuery<T> |
JPAQueryFactory.select(Expression<T> expr) |
<U> JPAQuery<U> |
JPAQuery.select(Expression<U> expr) |
JPAQuery<Tuple> |
JPAQueryFactory.selectDistinct(Expression<?>... exprs) |
<T> JPAQuery<T> |
JPAQueryFactory.selectDistinct(Expression<T> expr) |
<T> JPAQuery<T> |
JPAQueryFactory.selectFrom(EntityPath<T> from) |
JPAQuery<Integer> |
JPAQueryFactory.selectOne() |
JPAQuery<Integer> |
JPAQueryFactory.selectZero() |
Copyright © 2007–2016 Querydsl. All rights reserved.