org.dellroad.stuff.dao
Class UpdateCallback
java.lang.Object
org.dellroad.stuff.dao.QueryCallback<Integer>
org.dellroad.stuff.dao.UpdateCallback
- All Implemented Interfaces:
- JpaCallback<Integer>
public abstract class UpdateCallback
- extends QueryCallback<Integer>
Helper class for JPA bulk updates.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateCallback
public UpdateCallback()
executeQuery
protected final Integer executeQuery(Query query)
- Description copied from class:
QueryCallback
- Execute the query.
- Specified by:
executeQuery in class QueryCallback<Integer>