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