Interface ExecutableUpdateOperation.UpdateWithQuery
- All Known Subinterfaces:
ExecutableUpdateOperation.ExecutableUpdate
- Enclosing interface:
ExecutableUpdateOperation
public static interface ExecutableUpdateOperation.UpdateWithQuery
Filtering (optional).
- Since:
- 2.1
- Author:
- Mark Paluch, John Blum
-
Method Summary
-
Method Details
-
matching
Filter rows with the givenQuery.- Parameters:
query-Queryused to filter rows; must not be null.- Returns:
- new instance of
ExecutableUpdateOperation.TerminatingUpdate. - Throws:
IllegalArgumentException- ifQueryis null.- See Also:
-