public class QuerydslQueryImpl<T> extends AbstractJpaQueryImpl<T,QuerydslQueryBackend<T>> implements QuerydslQuery<T>
autoDistinct, autoGroupBy, clazz, defaultJoinType, distinct, em, ensureTotalOrder, filterSpecs, includedFields, joinTypes, meta, parentAttr, parentIds, parentIdSelection, parentMeta, sortSpecs| Constructor and Description |
|---|
QuerydslQueryImpl(io.crnk.meta.MetaLookup metaLookup,
javax.persistence.EntityManager em,
java.lang.Class<?> clazz,
ComputedAttributeRegistryImpl virtualAttrs,
java.util.List<QuerydslTranslationInterceptor> translationInterceptors,
java.lang.String attrName,
java.util.List<?> entityIds) |
QuerydslQueryImpl(io.crnk.meta.MetaLookup metaLookup,
javax.persistence.EntityManager em,
java.lang.Class<T> clazz,
ComputedAttributeRegistryImpl computedAttrs,
java.util.List<QuerydslTranslationInterceptor> translationInterceptors) |
| Modifier and Type | Method and Description |
|---|---|
QuerydslExecutorImpl<T> |
buildExecutor() |
protected com.querydsl.jpa.impl.JPAQueryFactory |
getQueryFactory() |
protected QuerydslQueryBackend<T> |
newBackend() |
protected QuerydslExecutorImpl<T> |
newExecutor(QuerydslQueryBackend<T> ctx,
int numAutoSelections,
java.util.Map<java.lang.String,java.lang.Integer> selectionBindings) |
addFilter, addFilter, addFilter, addParentIdSelection, addSelection, addSortBy, addSortBy, getComputedAttrs, getEnsureTotalOrder, getEntityClass, getFilterSpecs, getIncludedFields, getJoinType, getMeta, getParentAttr, getParentIds, getParentMeta, getPrivateData, getSortSpecs, setAutoGroupBy, setDefaultJoinType, setDistinct, setEnsureTotalOrder, setJoinType, setPrivateDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddFilter, addFilter, addFilter, addParentIdSelection, addSelection, addSortBy, addSortBy, getEntityClass, getPrivateData, setAutoGroupBy, setDefaultJoinType, setDistinct, setEnsureTotalOrder, setJoinType, setPrivateDatapublic QuerydslQueryImpl(io.crnk.meta.MetaLookup metaLookup,
javax.persistence.EntityManager em,
java.lang.Class<T> clazz,
ComputedAttributeRegistryImpl computedAttrs,
java.util.List<QuerydslTranslationInterceptor> translationInterceptors)
public QuerydslQueryImpl(io.crnk.meta.MetaLookup metaLookup,
javax.persistence.EntityManager em,
java.lang.Class<?> clazz,
ComputedAttributeRegistryImpl virtualAttrs,
java.util.List<QuerydslTranslationInterceptor> translationInterceptors,
java.lang.String attrName,
java.util.List<?> entityIds)
public QuerydslExecutorImpl<T> buildExecutor()
buildExecutor in interface JpaQuery<T>buildExecutor in interface QuerydslQuery<T>buildExecutor in class AbstractJpaQueryImpl<T,QuerydslQueryBackend<T>>protected com.querydsl.jpa.impl.JPAQueryFactory getQueryFactory()
protected QuerydslQueryBackend<T> newBackend()
newBackend in class AbstractJpaQueryImpl<T,QuerydslQueryBackend<T>>protected QuerydslExecutorImpl<T> newExecutor(QuerydslQueryBackend<T> ctx, int numAutoSelections, java.util.Map<java.lang.String,java.lang.Integer> selectionBindings)
newExecutor in class AbstractJpaQueryImpl<T,QuerydslQueryBackend<T>>