Package com.valqueries.automapper
Interface ValqueriesUpdate<T>
- All Known Subinterfaces:
ValqueriesUpsertUpdate<T>
- All Known Implementing Classes:
ValqueriesUpdateImpl
,ValqueriesUpsertUpdateImpl
public interface ValqueriesUpdate<T>
-
Method Summary
-
Method Details
-
set
Set a field to the specified value.- Type Parameters:
X
- the type of the field- Parameters:
field
- the field to setvalue
- the value to set the field to
-
increment
Increment a field by the specified value.- Type Parameters:
X
- the type of the field- Parameters:
field
- the field to incrementvalue
- the value to increment the field by
-