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> void
Increment a field by the specified value.<X> void
Set a field to the specified value.
-
Field Details
-
instance
-
queryWrapper
-
-
Constructor Details
-
ValqueriesUpdateImpl
-
-
Method Details
-
set
Description copied from interface:ValqueriesUpdate
Set a field to the specified value.- Specified by:
set
in 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:ValqueriesUpdate
Increment a field by the specified value.- Specified by:
increment
in 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
-