Uses of Class
org.mybatis.dynamic.sql.insert.BatchInsertModel
Package
Description
-
Uses of BatchInsertModel in org.mybatis.dynamic.sql.insert
-
Uses of BatchInsertModel in org.mybatis.dynamic.sql.insert.render
Modifier and TypeMethodDescriptionBatchInsertRenderer.Builder.withBatchInsertModel
(BatchInsertModel<T> model) static <T> BatchInsertRenderer.Builder
<T> BatchInsertRenderer.withBatchInsertModel
(BatchInsertModel<T> model) -
Uses of BatchInsertModel in org.mybatis.dynamic.sql.util.spring
Modifier and TypeMethodDescription<T> int[]
NamedParameterJdbcTemplateExtensions.insertBatch
(Buildable<BatchInsertModel<T>> insertStatement)