Package com.valqueries.automapper
Interface TokenUpdate
- All Known Implementing Classes:
TokenUpdateImpl
,TokenUpdateJooq
public interface TokenUpdate
Defines the update operations that can be performed on a
TokenQuery
-
Method Summary
-
Method Details
-
set
Set the value for a field.- Parameters:
field
- the fieldvalue
- the value
-
set
Set the value for a field.Note: to specify non-standard column names, use
set(Token, Object)
withToken.literal(String)
- Parameters:
field
- the field, will be tokenized, for example "fullName" will reference column "full_name" for MariaDbvalue
- the value
-