dao was written wrong
UpdateBuilder is only used to generate updated conditions and values. Ultimately, you need to call the update method of the dao object to execute the PreparedUpdate object generated by the prepare method of UpdateBuilder
dao was written wrong
UpdateBuilder is only used to generate updated conditions and values. Ultimately, you need to call the update method of the dao object to execute the PreparedUpdate object generated by the prepare method of UpdateBuilder