Uses of Class
org.jbpm.query.jpa.data.QueryCriteria
-
Packages that use QueryCriteria Package Description org.jbpm.query.jpa.data org.jbpm.query.jpa.impl org.jbpm.query.jpa.service -
-
Uses of QueryCriteria in org.jbpm.query.jpa.data
Methods in org.jbpm.query.jpa.data that return QueryCriteria Modifier and Type Method Description <T> QueryCriteriaQueryWhere. addParameter(String listId, T... param)This method should be used for Normal parameters Regular expression parameters This method should not be used for Range parametersMethods in org.jbpm.query.jpa.data that return types with arguments of type QueryCriteria Modifier and Type Method Description List<QueryCriteria>QueryCriteria. getCriteria()List<QueryCriteria>QueryWhere. getCriteria()List<QueryCriteria>QueryWhere. getCurrentCriteria()Methods in org.jbpm.query.jpa.data with parameters of type QueryCriteria Modifier and Type Method Description voidQueryCriteria. addCriteria(QueryCriteria criteria)Method parameters in org.jbpm.query.jpa.data with type arguments of type QueryCriteria Modifier and Type Method Description voidQueryCriteria. setCriteria(List<QueryCriteria> criteria)voidQueryWhere. setCriteria(List<QueryCriteria> criteria)voidQueryWhere. setParameters(List<QueryCriteria> parameters)Constructors in org.jbpm.query.jpa.data with parameters of type QueryCriteria Constructor Description QueryCriteria(QueryCriteria queryCriteria) -
Uses of QueryCriteria in org.jbpm.query.jpa.impl
Methods in org.jbpm.query.jpa.impl with parameters of type QueryCriteria Modifier and Type Method Description static javax.persistence.criteria.PredicateQueryCriteriaUtil. basicCreatePredicateFromSingleCriteria(javax.persistence.criteria.CriteriaBuilder builder, javax.persistence.criteria.Expression entityField, QueryCriteria criteria)This method creates the basic types ofPredicatefrom trivialQueryCriteria(NORMAL/REGEXP/RANGE).protected abstract <R,T>
javax.persistence.criteria.PredicateQueryCriteriaUtil. implSpecificCreatePredicateFromSingleCriteria(javax.persistence.criteria.CriteriaQuery<R> query, javax.persistence.criteria.CriteriaBuilder builder, Class queryType, QueryCriteria criteria, QueryWhere queryWhere)Some criteria do not directly refer to a field, such as those stored in the criteria attributesMappassed as an argument to the constructor. -
Uses of QueryCriteria in org.jbpm.query.jpa.service
Methods in org.jbpm.query.jpa.service with parameters of type QueryCriteria Modifier and Type Method Description <R> javax.persistence.criteria.PredicateQueryModificationService. createPredicate(QueryCriteria criteria, javax.persistence.criteria.CriteriaQuery<R> query, javax.persistence.criteria.CriteriaBuilder builder)Create a specificPredicatebased on the givenQueryCriteria.
-