| Package | Description |
|---|---|
| org.exoplatform.task.dao | |
| org.exoplatform.task.dao.condition | |
| org.exoplatform.task.dao.jpa |
| Modifier and Type | Method and Description |
|---|---|
Condition |
Query.getCondition() |
| Modifier and Type | Method and Description |
|---|---|
Query |
Query.add(Condition condition) |
| Modifier and Type | Class and Description |
|---|---|
class |
AggregateCondition |
class |
SingleCondition<T> |
| Modifier and Type | Method and Description |
|---|---|
Condition |
Condition.clone() |
Condition |
SingleCondition.clone() |
| Modifier and Type | Method and Description |
|---|---|
List<Condition> |
AggregateCondition.getConditions() |
| Modifier and Type | Method and Description |
|---|---|
AggregateCondition |
AggregateCondition.add(Condition cond) |
static AggregateCondition |
Conditions.and(Condition... cond) |
static AggregateCondition |
Conditions.or(Condition... cond) |
| Modifier and Type | Method and Description |
|---|---|
void |
AggregateCondition.setConditions(List<Condition> conditions) |
| Constructor and Description |
|---|
AggregateCondition(String type,
List<Condition> conditions) |
| Modifier and Type | Method and Description |
|---|---|
protected javax.persistence.criteria.Predicate |
CommonJPADAO.buildQuery(Condition condition,
javax.persistence.criteria.Root<E> root,
javax.persistence.criteria.CriteriaBuilder cb,
javax.persistence.criteria.CriteriaQuery query) |
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.