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- 
setSet the value for a field.- Parameters:
- field- the field
- value- the value
 
- 
setSet 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 MariaDb
- value- the value
 
 
-