| Modifier and Type | Field and Description |
|---|---|
protected ComputedAttributeRegistryImpl |
JpaQueryFactoryBase.computedAttrs |
| Modifier and Type | Method and Description |
|---|---|
ComputedAttributeRegistryImpl |
AbstractJpaQueryImpl.getComputedAttrs() |
| Constructor and Description |
|---|
AbstractJpaQueryImpl(MetaLookup metaLookup,
javax.persistence.EntityManager em,
Class<?> entityClass,
ComputedAttributeRegistryImpl virtualAttrs,
String attrName,
List<?> entityIds) |
AbstractJpaQueryImpl(MetaLookup metaLookup,
javax.persistence.EntityManager em,
Class<T> clazz,
ComputedAttributeRegistryImpl computedAttrs) |
QueryFilterBuilder(ComputedAttributeRegistryImpl virtualAttrs,
JpaQueryBackend<F,?,P,?> backend,
MetaAttributeFinder attributeFinder) |
| Constructor and Description |
|---|
JpaCriteriaQueryImpl(MetaLookup metaLookup,
javax.persistence.EntityManager em,
Class<?> clazz,
ComputedAttributeRegistryImpl virtualAttrs,
String attrName,
List<?> entityIds) |
JpaCriteriaQueryImpl(MetaLookup metaLookup,
javax.persistence.EntityManager em,
Class<T> clazz,
ComputedAttributeRegistryImpl virtualAttrs) |
| 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) |
Copyright © 2017. All Rights Reserved.