public class QuerydslExecutorImpl<T> extends AbstractQueryExecutorImpl<T> implements QuerydslExecutor<T>
cached, em, fetchPaths, limit, meta, numAutoSelections, offset, selectionBindings| Constructor and Description |
|---|
QuerydslExecutorImpl(javax.persistence.EntityManager em,
io.crnk.meta.model.MetaDataObject meta,
com.querydsl.jpa.impl.JPAQuery<T> query,
int numAutoSelections,
java.util.Map<java.lang.String,java.lang.Integer> selectionBindings) |
| Modifier and Type | Method and Description |
|---|---|
com.querydsl.jpa.impl.JPAQuery<T> |
getQuery() |
java.util.List<QuerydslTuple> |
getResultTuples() |
long |
getTotalRowCount()
Returns the row count for the query.
|
javax.persistence.TypedQuery<T> |
getTypedQuery() |
protected boolean |
hasManyRootsFetchesOrJoins() |
protected boolean |
isCompoundSelection() |
protected boolean |
isDistinct() |
void |
setQuery(com.querydsl.jpa.impl.JPAQuery<T> query) |
applyFetchPaths, enforceDistinct, executeQuery, fetch, getEntityClass, getMeta, getResultList, getUniqueResult, setCached, setLimit, setOffset, setupQuery, setWindow, truncateTuplesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfetch, getEntityClass, getResultList, getUniqueResult, setCached, setLimit, setOffset, setWindowpublic QuerydslExecutorImpl(javax.persistence.EntityManager em,
io.crnk.meta.model.MetaDataObject meta,
com.querydsl.jpa.impl.JPAQuery<T> query,
int numAutoSelections,
java.util.Map<java.lang.String,java.lang.Integer> selectionBindings)
public com.querydsl.jpa.impl.JPAQuery<T> getQuery()
getQuery in interface QuerydslExecutor<T>public void setQuery(com.querydsl.jpa.impl.JPAQuery<T> query)
setQuery in interface QuerydslExecutor<T>public javax.persistence.TypedQuery<T> getTypedQuery()
getTypedQuery in class AbstractQueryExecutorImpl<T>protected boolean isCompoundSelection()
isCompoundSelection in class AbstractQueryExecutorImpl<T>protected boolean isDistinct()
isDistinct in class AbstractQueryExecutorImpl<T>protected boolean hasManyRootsFetchesOrJoins()
hasManyRootsFetchesOrJoins in class AbstractQueryExecutorImpl<T>public long getTotalRowCount()
getTotalRowCount in interface JpaQueryExecutor<T>public java.util.List<QuerydslTuple> getResultTuples()
getResultTuples in interface JpaQueryExecutor<T>getResultTuples in interface QuerydslExecutor<T>