Uses of Class
org.jbpm.query.jpa.data.QueryWhere
-
Packages that use QueryWhere Package Description org.jbpm.query.jpa.builder.impl org.jbpm.query.jpa.data org.jbpm.query.jpa.impl org.jbpm.query.jpa.service -
-
Uses of QueryWhere in org.jbpm.query.jpa.builder.impl
Fields in org.jbpm.query.jpa.builder.impl declared as QueryWhere Modifier and Type Field Description protected QueryWhereAbstractQueryBuilderImpl. queryWhereMethods in org.jbpm.query.jpa.builder.impl that return QueryWhere Modifier and Type Method Description QueryWhereAbstractQueryBuilderImpl. getQueryWhere() -
Uses of QueryWhere in org.jbpm.query.jpa.data
Constructors in org.jbpm.query.jpa.data with parameters of type QueryWhere Constructor Description QueryWhere(QueryWhere queryWhere) -
Uses of QueryWhere in org.jbpm.query.jpa.impl
Methods in org.jbpm.query.jpa.impl with parameters of type QueryWhere Modifier and Type Method Description static voidQueryCriteriaUtil. applyMetaCriteriaToQuery(javax.persistence.Query query, QueryWhere queryWhere)Small method to apply the meta criteria from theQueryWhereinstance to theQueryinstanceprotected abstract <T> List<T>QueryCriteriaUtil. createQueryAndCallApplyMetaCriteriaAndGetResult(QueryWhere queryWhere, javax.persistence.criteria.CriteriaQuery<T> criteriaQuery, javax.persistence.criteria.CriteriaBuilder builder)This method does the persistence-related logic related to executing a query.<T> List<T>QueryCriteriaUtil. doCriteriaQuery(QueryWhere queryWhere, Class<T> queryType)This method takes the high-level steps needed in order to create a JPACriteriaQuery.protected <R,T>
voidQueryCriteriaUtil. fillCriteriaQuery(javax.persistence.criteria.CriteriaQuery<R> query, QueryWhere queryWhere, javax.persistence.criteria.CriteriaBuilder builder, Class<T> queryType)This is the main ("highest"?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 QueryWhere in org.jbpm.query.jpa.service
Methods in org.jbpm.query.jpa.service with parameters of type QueryWhere Modifier and Type Method Description voidQueryModificationService. optimizeCriteria(QueryWhere queryWhere)This optimizes theQueryWherecriteria.
-