Uses of Class
org.mybatis.dynamic.sql.insert.BatchInsertModel
Packages that use BatchInsertModel
Package
Description
-
Uses of BatchInsertModel in org.mybatis.dynamic.sql.insert
Methods in org.mybatis.dynamic.sql.insert that return BatchInsertModel -
Uses of BatchInsertModel in org.mybatis.dynamic.sql.insert.render
Methods in org.mybatis.dynamic.sql.insert.render with parameters of type BatchInsertModelModifier 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
Method parameters in org.mybatis.dynamic.sql.util.spring with type arguments of type BatchInsertModelModifier and TypeMethodDescription<T> int[]
NamedParameterJdbcTemplateExtensions.insertBatch
(Buildable<BatchInsertModel<T>> insertStatement)