Uses of Class
org.mybatis.dynamic.sql.insert.MultiRowInsertModel
-
Packages that use MultiRowInsertModel Package Description org.mybatis.dynamic.sql.insert org.mybatis.dynamic.sql.insert.render org.mybatis.dynamic.sql.util.spring -
-
Uses of MultiRowInsertModel in org.mybatis.dynamic.sql.insert
Methods in org.mybatis.dynamic.sql.insert that return MultiRowInsertModel Modifier and Type Method Description MultiRowInsertModel<T>MultiRowInsertDSL. build()MultiRowInsertModel<T>MultiRowInsertModel.Builder. build() -
Uses of MultiRowInsertModel in org.mybatis.dynamic.sql.insert.render
Methods in org.mybatis.dynamic.sql.insert.render with parameters of type MultiRowInsertModel Modifier and Type Method Description MultiRowInsertRenderer.Builder<T>MultiRowInsertRenderer.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 MultiRowInsertModel Modifier and Type Method Description <T> intNamedParameterJdbcTemplateExtensions. insertMultiple(Buildable<MultiRowInsertModel<T>> insertStatement)<T> intNamedParameterJdbcTemplateExtensions. insertMultiple(Buildable<MultiRowInsertModel<T>> insertStatement, org.springframework.jdbc.support.KeyHolder keyHolder)
-