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 GeneralInsertModelGeneralInsertDSL. build()GeneralInsertModelGeneralInsertModel.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.BuilderGeneralInsertRenderer.Builder. withInsertModel(GeneralInsertModel model)static GeneralInsertRenderer.BuilderGeneralInsertRenderer. 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 intNamedParameterJdbcTemplateExtensions. generalInsert(Buildable<GeneralInsertModel> insertStatement)intNamedParameterJdbcTemplateExtensions. generalInsert(Buildable<GeneralInsertModel> insertStatement, org.springframework.jdbc.support.KeyHolder keyHolder)
-