Uses of Class
org.mybatis.dynamic.sql.insert.InsertModel
Package
Description
-
Uses of InsertModel in org.mybatis.dynamic.sql.insert
-
Uses of InsertModel in org.mybatis.dynamic.sql.insert.render
Modifier and TypeMethodDescriptionInsertRenderer.Builder.withInsertModel
(InsertModel<T> model) static <T> InsertRenderer.Builder
<T> InsertRenderer.withInsertModel
(InsertModel<T> model) -
Uses of InsertModel in org.mybatis.dynamic.sql.util.spring
Modifier and TypeMethodDescription<T> int
NamedParameterJdbcTemplateExtensions.insert
(Buildable<InsertModel<T>> insertStatement) <T> int
NamedParameterJdbcTemplateExtensions.insert
(Buildable<InsertModel<T>> insertStatement, org.springframework.jdbc.support.KeyHolder keyHolder)