Uses of Class
io.github.mmm.entity.bean.sql.update.UpdateStatement
-
Packages that use UpdateStatement Package Description io.github.mmm.entity.bean.sql.update -
-
Uses of UpdateStatement in io.github.mmm.entity.bean.sql.update
Methods in io.github.mmm.entity.bean.sql.update that return UpdateStatement Modifier and Type Method Description UpdateStatement<E>Update. get()UpdateStatement<E>UpdateSet. get()UpdateStatement<E>UpdateWhere. get()Constructors in io.github.mmm.entity.bean.sql.update with parameters of type UpdateStatement Constructor Description UpdateSet(UpdateStatement<E> statement)The constructor.UpdateWhere(UpdateStatement<E> statement)The constructor.
-