public interface QuerydslExecutor<T> extends JpaQueryExecutor<T>
| Modifier and Type | Method and Description |
|---|---|
com.querydsl.jpa.impl.JPAQuery<T> |
getQuery() |
java.util.List<QuerydslTuple> |
getResultTuples() |
void |
setQuery(com.querydsl.jpa.impl.JPAQuery<T> query) |
fetch, getEntityClass, getResultList, getTotalRowCount, getUniqueResult, setCached, setLimit, setOffset, setWindowjava.util.List<QuerydslTuple> getResultTuples()
getResultTuples in interface JpaQueryExecutor<T>com.querydsl.jpa.impl.JPAQuery<T> getQuery()
void setQuery(com.querydsl.jpa.impl.JPAQuery<T> query)