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(MetaLookup metaLookup,
javax.persistence.EntityManager em,
Class<?> clazz,
ComputedAttributeRegistryImpl virtualAttrs,
List<QuerydslTranslationInterceptor> translationInterceptors,
String attrName,
List<?> entityIds) |
QuerydslQueryImpl(MetaLookup metaLookup,
javax.persistence.EntityManager em,
Class<T> clazz,
ComputedAttributeRegistryImpl computedAttrs,
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,
Map<String,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(MetaLookup metaLookup, javax.persistence.EntityManager em, Class<T> clazz, ComputedAttributeRegistryImpl computedAttrs, List<QuerydslTranslationInterceptor> translationInterceptors)
public QuerydslQueryImpl(MetaLookup metaLookup, javax.persistence.EntityManager em, Class<?> clazz, ComputedAttributeRegistryImpl virtualAttrs, List<QuerydslTranslationInterceptor> translationInterceptors, String attrName, 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, Map<String,Integer> selectionBindings)
newExecutor in class AbstractJpaQueryImpl<T,QuerydslQueryBackend<T>>Copyright © 2017. All Rights Reserved.