Package | Description |
---|---|
com.querydsl.jpa.sql |
Native queries for JPA
|
Modifier and Type | Method and Description |
---|---|
JPASQLQuery<T> |
JPASQLQuery.clone(javax.persistence.EntityManager entityManager) |
JPASQLQuery<Tuple> |
JPASQLQuery.select(Expression<?>... exprs) |
<U> JPASQLQuery<U> |
JPASQLQuery.select(Expression<U> expr) |
Copyright © 2007–2016 Querydsl. All rights reserved.