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 org.mybatis.dynamic.sql.util.spring -
-
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)
-
Uses of InsertModel in org.mybatis.dynamic.sql.util.spring
Method parameters in org.mybatis.dynamic.sql.util.spring with type arguments of type InsertModel Modifier and Type Method Description <T> int
NamedParameterJdbcTemplateExtensions. insert(Buildable<InsertModel<T>> insertStatement)
<T> int
NamedParameterJdbcTemplateExtensions. insert(Buildable<InsertModel<T>> insertStatement, org.springframework.jdbc.support.KeyHolder keyHolder)
-