Uses of Class
org.mybatis.dynamic.sql.insert.InsertModel
-
Packages that use InsertModel Package Description org.mybatis.dynamic.sql.insert org.mybatis.dynamic.sql.insert.render -
-
Uses of InsertModel in org.mybatis.dynamic.sql.insert
Methods in org.mybatis.dynamic.sql.insert that return InsertModel Modifier and Type Method Description InsertModel<T>InsertDSL. build()InsertModel<T>InsertModel.Builder. build() -
Uses of InsertModel in org.mybatis.dynamic.sql.insert.render
Methods in org.mybatis.dynamic.sql.insert.render with parameters of type InsertModel Modifier and Type Method Description InsertRenderer.Builder<T>InsertRenderer.Builder. withInsertModel(InsertModel<T> model)static <T> InsertRenderer.Builder<T>InsertRenderer. withInsertModel(InsertModel<T> model)
-