public class ExecutorQueryCriteriaUtil
extends org.jbpm.query.jpa.impl.QueryCriteriaUtil
Modifier and Type | Field and Description |
---|---|
static Map<Class,Map<String,javax.persistence.metamodel.Attribute>> |
criteriaAttributes |
Constructor and Description |
---|
ExecutorQueryCriteriaUtil(ExecutorJPAAuditService service) |
Modifier and Type | Method and Description |
---|---|
protected <T> List<T> |
createQueryAndCallApplyMetaCriteriaAndGetResult(org.jbpm.query.jpa.data.QueryWhere queryWhere,
javax.persistence.criteria.CriteriaQuery<T> criteriaQuery,
javax.persistence.criteria.CriteriaBuilder builder) |
protected javax.persistence.criteria.CriteriaBuilder |
getCriteriaBuilder() |
protected <R,T> javax.persistence.criteria.Predicate |
implSpecificCreatePredicateFromSingleCriteria(javax.persistence.criteria.CriteriaQuery<R> query,
javax.persistence.criteria.CriteriaBuilder builder,
Class queryType,
org.jbpm.query.jpa.data.QueryCriteria criteria,
org.jbpm.query.jpa.data.QueryWhere queryWhere) |
protected boolean |
initializeCriteriaAttributes() |
addCriteria, addCriteria, applyMetaCriteriaToQuery, basicCreatePredicateFromSingleCriteria, convertListToInterfaceList, convertRegexToJPALikeExpression, defaultGetEntityField, doCriteriaQuery, fillCriteriaQuery, getCriteriaAttributes, getEntityField, getOrderByExpression, getRoot, initialize
public ExecutorQueryCriteriaUtil(ExecutorJPAAuditService service)
protected boolean initializeCriteriaAttributes()
initializeCriteriaAttributes
in class org.jbpm.query.jpa.impl.QueryCriteriaUtil
protected javax.persistence.criteria.CriteriaBuilder getCriteriaBuilder()
getCriteriaBuilder
in class org.jbpm.query.jpa.impl.QueryCriteriaUtil
protected <T> List<T> createQueryAndCallApplyMetaCriteriaAndGetResult(org.jbpm.query.jpa.data.QueryWhere queryWhere, javax.persistence.criteria.CriteriaQuery<T> criteriaQuery, javax.persistence.criteria.CriteriaBuilder builder)
createQueryAndCallApplyMetaCriteriaAndGetResult
in class org.jbpm.query.jpa.impl.QueryCriteriaUtil
protected <R,T> javax.persistence.criteria.Predicate implSpecificCreatePredicateFromSingleCriteria(javax.persistence.criteria.CriteriaQuery<R> query, javax.persistence.criteria.CriteriaBuilder builder, Class queryType, org.jbpm.query.jpa.data.QueryCriteria criteria, org.jbpm.query.jpa.data.QueryWhere queryWhere)
implSpecificCreatePredicateFromSingleCriteria
in class org.jbpm.query.jpa.impl.QueryCriteriaUtil
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.