| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.criteria | |
| org.batoo.jpa.core.impl.manager |
| Modifier and Type | Method and Description |
|---|---|
CriteriaDeleteImpl<T> |
CriteriaDeleteImpl.where(Expression<Boolean> restriction)
Modify the query to restrict the target of the deletion according to the specified boolean expression.
|
CriteriaDeleteImpl<T> |
CriteriaDeleteImpl.where(Predicate... restrictions)
Modify the query to restrict the target of the deletion according to the conjunction of the specified restriction predicates.
|
| Modifier and Type | Method and Description |
|---|---|
Query |
EntityManagerImpl.createQuery(CriteriaDeleteImpl<?> deleteQuery) |
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.