Uses of Class
org.mybatis.dynamic.sql.insert.GeneralInsertModel
-
Packages that use GeneralInsertModel Package Description org.mybatis.dynamic.sql.insert org.mybatis.dynamic.sql.insert.render org.mybatis.dynamic.sql.util.spring -
-
Uses of GeneralInsertModel in org.mybatis.dynamic.sql.insert
Methods in org.mybatis.dynamic.sql.insert that return GeneralInsertModel Modifier and Type Method Description GeneralInsertModel
GeneralInsertDSL. build()
GeneralInsertModel
GeneralInsertModel.Builder. build()
-
Uses of GeneralInsertModel in org.mybatis.dynamic.sql.insert.render
Methods in org.mybatis.dynamic.sql.insert.render with parameters of type GeneralInsertModel Modifier and Type Method Description GeneralInsertRenderer.Builder
GeneralInsertRenderer.Builder. withInsertModel(GeneralInsertModel model)
static GeneralInsertRenderer.Builder
GeneralInsertRenderer. withInsertModel(GeneralInsertModel model)
-
Uses of GeneralInsertModel in org.mybatis.dynamic.sql.util.spring
Method parameters in org.mybatis.dynamic.sql.util.spring with type arguments of type GeneralInsertModel Modifier and Type Method Description int
NamedParameterJdbcTemplateExtensions. generalInsert(Buildable<GeneralInsertModel> insertStatement)
int
NamedParameterJdbcTemplateExtensions. generalInsert(Buildable<GeneralInsertModel> insertStatement, org.springframework.jdbc.support.KeyHolder keyHolder)
-