| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.criteria | |
| org.batoo.jpa.core.impl.manager |
| Modifier and Type | Method and Description |
|---|---|
CriteriaDeleteImpl<T> |
CriteriaDeleteImpl.where(javax.persistence.criteria.Expression<Boolean> restriction)
Modify the query to restrict the target of the deletion according to the specified boolean expression.
|
CriteriaDeleteImpl<T> |
CriteriaDeleteImpl.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.
|
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.Query |
EntityManagerImpl.createQuery(CriteriaDeleteImpl<?> deleteQuery)
Creates and returns the query for delete operation.
|
Copyright © 2012-2013 Batoo. All Rights Reserved.