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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
set
Description copied from interface:ValqueriesUpdateSet a field to the specified value.- Specified by:
setin interfaceValqueriesUpdate<T>- Type Parameters:
X- the type of the field- Parameters:
field- the field to setvalue- the value to set the field to
-
increment
Description copied from interface:ValqueriesUpdateIncrement a field by the specified value.- Specified by:
incrementin interfaceValqueriesUpdate<T>- Type Parameters:
X- the type of the field- Parameters:
field- the field to incrementvalue- the value to increment the field by
-
getPropertyValues
-
getIncrementValues
-