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- 
setSet a field to the specified value.- Type Parameters:
- X- the type of the field
- Parameters:
- field- the field to set
- value- the value to set the field to
 
- 
incrementIncrement a field by the specified value.- Type Parameters:
- X- the type of the field
- Parameters:
- field- the field to increment
- value- the value to increment the field by
 
 
-