Package | Description |
---|---|
org.jbpm.query.jpa.data | |
org.jbpm.query.jpa.impl |
Modifier and Type | Method and Description |
---|---|
<T> QueryCriteria |
QueryWhere.addParameter(String listId,
T... param)
This method should be used for
Normal parameters
Regular expression parameters
This method should not be used for
Range parameters
|
Modifier and Type | Method and Description |
---|---|
List<QueryCriteria> |
QueryCriteria.getCriteria() |
List<QueryCriteria> |
QueryWhere.getCriteria() |
List<QueryCriteria> |
QueryWhere.getCurrentCriteria() |
Modifier and Type | Method and Description |
---|---|
void |
QueryCriteria.addCriteria(QueryCriteria criteria) |
Modifier and Type | Method and Description |
---|---|
void |
QueryCriteria.setCriteria(List<QueryCriteria> criteria) |
void |
QueryWhere.setCriteria(List<QueryCriteria> criteria) |
void |
QueryWhere.setParameters(List<QueryCriteria> parameters) |
Constructor and Description |
---|
QueryCriteria(QueryCriteria queryCriteria) |
Modifier and Type | Method and Description |
---|---|
static javax.persistence.criteria.Predicate |
QueryCriteriaUtil.basicCreatePredicateFromSingleCriteria(javax.persistence.criteria.CriteriaBuilder builder,
javax.persistence.criteria.Expression entityField,
QueryCriteria criteria)
This method creates the basic types of
Predicate from trivial QueryCriteria (NORMAL/REGEXP/RANGE). |
protected abstract <R,T> javax.persistence.criteria.Predicate |
QueryCriteriaUtil.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 attributes
Map passed
as an argument to the constructor. |
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.