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