Uses of Class
org.mybatis.dynamic.sql.insert.MultiRowInsertModel
Packages that use MultiRowInsertModel
Package
Description
-
Uses of MultiRowInsertModel in org.mybatis.dynamic.sql.insert
Methods in org.mybatis.dynamic.sql.insert that return MultiRowInsertModel -
Uses of MultiRowInsertModel in org.mybatis.dynamic.sql.insert.render
Methods in org.mybatis.dynamic.sql.insert.render with parameters of type MultiRowInsertModelModifier and TypeMethodDescriptionMultiRowInsertRenderer.Builder.withMultiRowInsertModel
(MultiRowInsertModel<T> model) static <T> MultiRowInsertRenderer.Builder
<T> MultiRowInsertRenderer.withMultiRowInsertModel
(MultiRowInsertModel<T> model) -
Uses of MultiRowInsertModel in org.mybatis.dynamic.sql.util.spring
Method parameters in org.mybatis.dynamic.sql.util.spring with type arguments of type MultiRowInsertModelModifier and TypeMethodDescription<T> int
NamedParameterJdbcTemplateExtensions.insertMultiple
(Buildable<MultiRowInsertModel<T>> insertStatement) <T> int
NamedParameterJdbcTemplateExtensions.insertMultiple
(Buildable<MultiRowInsertModel<T>> insertStatement, org.springframework.jdbc.support.KeyHolder keyHolder)