Package com.querydsl.core.dml
Interface UpdateClause<C extends UpdateClause<C>>
- Type Parameters:
C- concrete subtype
- All Superinterfaces:
DMLClause<C>,FilteredClause<C>,StoreClause<C>
UpdateClause defines a generic extensible interface for Update clauses- Author:
- tiwe
-
Method Summary
Methods inherited from interface com.querydsl.core.FilteredClause
whereMethods inherited from interface com.querydsl.core.dml.StoreClause
isEmpty, set, set, setNull
-
Method Details
-
set
Set the paths to be updated- Parameters:
paths- paths to be updatedvalues- values to be set- Returns:
- the current object
-