| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.criteria |
| Modifier and Type | Class and Description |
|---|---|
class |
CriteriaDeleteImpl<T>
Implementation of CriteriaDelete.
|
class |
CriteriaUpdateImpl<T>
Implementation of CriteriaUpdate.
|
| Modifier and Type | Method and Description |
|---|---|
CriteriaModify<T> |
CriteriaModify.where(javax.persistence.criteria.Expression<Boolean> restriction)
Modify the query to restrict the target of the deletion according to the specified boolean expression.
|
CriteriaModify<T> |
CriteriaModify.where(javax.persistence.criteria.Predicate... restrictions)
Modify the query to restrict the target of the deletion according to the conjunction of the specified restriction predicates.
|
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.