Package com.valqueries.automapper
Class ValqueriesUpdateImpl<T>
java.lang.Object
com.valqueries.automapper.ValqueriesUpdateImpl<T>
- All Implemented Interfaces:
- ValqueriesUpdate<T>
- Direct Known Subclasses:
- ValqueriesUpsertUpdateImpl
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription<X> voidIncrement a field by the specified value.<X> voidSet a field to the specified value.
- 
Field Details- 
instance
- 
queryWrapper
 
- 
- 
Constructor Details- 
ValqueriesUpdateImpl
 
- 
- 
Method Details- 
setDescription copied from interface:ValqueriesUpdateSet a field to the specified value.- Specified by:
- setin interface- ValqueriesUpdate<T>
- Type Parameters:
- X- the type of the field
- Parameters:
- field- the field to set
- value- the value to set the field to
 
- 
incrementDescription copied from interface:ValqueriesUpdateIncrement a field by the specified value.- Specified by:
- incrementin interface- ValqueriesUpdate<T>
- Type Parameters:
- X- the type of the field
- Parameters:
- field- the field to increment
- value- the value to increment the field by
 
- 
getPropertyValues
- 
getIncrementValues
 
-