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