| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.criteria | |
| org.batoo.jpa.core.impl.manager |
| Modifier and Type | Method and Description |
|---|---|
<Y> CriteriaUpdateImpl<T> |
CriteriaUpdateImpl.set(javax.persistence.criteria.Path<Y> attribute,
javax.persistence.criteria.Expression<? extends Y> value)
Adds the set item.
|
CriteriaUpdateImpl<T> |
CriteriaUpdateImpl.where(javax.persistence.criteria.Expression<Boolean> restriction)
Modify the query to restrict the target of the deletion according to the specified boolean expression.
|
CriteriaUpdateImpl<T> |
CriteriaUpdateImpl.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(CriteriaUpdateImpl<?> updateQuery)
Creates and returns a query for the update operation.
|
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.