| Package | Description |
|---|---|
| org.exoplatform.task.dao.condition | |
| org.exoplatform.task.dao.jpa |
| Modifier and Type | Method and Description |
|---|---|
static <T> SingleCondition<T> |
Conditions.eq(String fieldName,
T value) |
static <T> SingleCondition<T> |
Conditions.gt(String fieldName,
T value) |
static <T> SingleCondition<T> |
Conditions.gte(String fieldName,
T value) |
static <T> SingleCondition<List<T>> |
Conditions.in(String fieldName,
List<T> values) |
static <T> SingleCondition<T> |
Conditions.isEmpty(String fieldName) |
static <T> SingleCondition<T> |
Conditions.isFalse(String fieldName) |
static <T> SingleCondition<T> |
Conditions.isNull(String fieldName) |
static <T> SingleCondition<T> |
Conditions.isTrue(String fieldName) |
static <T> SingleCondition<T> |
Conditions.like(String fieldName,
T value) |
static <T> SingleCondition<T> |
Conditions.lt(String fieldName,
T value) |
static <T> SingleCondition<T> |
Conditions.lte(String fieldName,
T value) |
static <T> SingleCondition<T> |
Conditions.notNull(String fieldName) |
| Modifier and Type | Method and Description |
|---|---|
protected javax.persistence.criteria.Path |
CommonJPADAO.buildPath(SingleCondition condition,
javax.persistence.criteria.Root<E> root) |
protected javax.persistence.criteria.Path |
ProjectDAOImpl.buildPath(SingleCondition condition,
javax.persistence.criteria.Root<Project> root) |
protected javax.persistence.criteria.Path |
TaskDAOImpl.buildPath(SingleCondition condition,
javax.persistence.criteria.Root<Task> root) |
protected <T> javax.persistence.criteria.Predicate |
CommonJPADAO.buildSingleCondition(SingleCondition<T> 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.