Uses of Class
org.mybatis.dynamic.sql.insert.GeneralInsertModel
Packages that use GeneralInsertModel
Package
Description
-
Uses of GeneralInsertModel in org.mybatis.dynamic.sql.insert
Methods in org.mybatis.dynamic.sql.insert that return GeneralInsertModel -
Uses of GeneralInsertModel in org.mybatis.dynamic.sql.insert.render
Methods in org.mybatis.dynamic.sql.insert.render with parameters of type GeneralInsertModelModifier and TypeMethodDescriptionGeneralInsertRenderer.Builder.withInsertModel
(GeneralInsertModel model) 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 GeneralInsertModelModifier and TypeMethodDescriptionint
NamedParameterJdbcTemplateExtensions.generalInsert
(Buildable<GeneralInsertModel> insertStatement) int
NamedParameterJdbcTemplateExtensions.generalInsert
(Buildable<GeneralInsertModel> insertStatement, org.springframework.jdbc.support.KeyHolder keyHolder)