Uses of Interface
org.mybatis.dynamic.sql.insert.render.GeneralInsertStatementProvider
Package
Description
-
Uses of GeneralInsertStatementProvider in org.mybatis.dynamic.sql.insert
-
Uses of GeneralInsertStatementProvider in org.mybatis.dynamic.sql.insert.render
-
Uses of GeneralInsertStatementProvider in org.mybatis.dynamic.sql.util
Modifier and TypeMethodDescriptionSqlProviderAdapter.generalInsert
(GeneralInsertStatementProvider insertStatement) -
Uses of GeneralInsertStatementProvider in org.mybatis.dynamic.sql.util.mybatis3
Modifier and TypeMethodDescriptionMyBatis3Utils.generalInsert
(SqlTable table, UnaryOperator<GeneralInsertDSL> completer) Modifier and TypeMethodDescriptionint
CommonGeneralInsertMapper.generalInsert
(GeneralInsertStatementProvider insertStatement) Execute an insert statement with input fields supplied directly.Modifier and TypeMethodDescriptionstatic int
MyBatis3Utils.generalInsert
(ToIntFunction<GeneralInsertStatementProvider> mapper, SqlTable table, UnaryOperator<GeneralInsertDSL> completer) -
Uses of GeneralInsertStatementProvider in org.mybatis.dynamic.sql.util.spring
Modifier and TypeMethodDescriptionint
NamedParameterJdbcTemplateExtensions.generalInsert
(GeneralInsertStatementProvider insertStatement) int
NamedParameterJdbcTemplateExtensions.generalInsert
(GeneralInsertStatementProvider insertStatement, org.springframework.jdbc.support.KeyHolder keyHolder)