Uses of Interface
org.mybatis.dynamic.sql.insert.render.GeneralInsertStatementProvider
Packages that use GeneralInsertStatementProvider
Package
Description
-
Uses of GeneralInsertStatementProvider in org.mybatis.dynamic.sql.insert
Methods in org.mybatis.dynamic.sql.insert that return GeneralInsertStatementProvider -
Uses of GeneralInsertStatementProvider in org.mybatis.dynamic.sql.insert.render
Classes in org.mybatis.dynamic.sql.insert.render that implement GeneralInsertStatementProviderMethods in org.mybatis.dynamic.sql.insert.render that return GeneralInsertStatementProvider -
Uses of GeneralInsertStatementProvider in org.mybatis.dynamic.sql.util
Methods in org.mybatis.dynamic.sql.util with parameters of type GeneralInsertStatementProviderModifier and TypeMethodDescriptionSqlProviderAdapter.generalInsert
(GeneralInsertStatementProvider insertStatement) -
Uses of GeneralInsertStatementProvider in org.mybatis.dynamic.sql.util.mybatis3
Methods in org.mybatis.dynamic.sql.util.mybatis3 that return GeneralInsertStatementProviderModifier and TypeMethodDescriptionMyBatis3Utils.generalInsert
(SqlTable table, UnaryOperator<GeneralInsertDSL> completer) Methods in org.mybatis.dynamic.sql.util.mybatis3 with parameters of type GeneralInsertStatementProviderModifier and TypeMethodDescriptionint
CommonGeneralInsertMapper.generalInsert
(GeneralInsertStatementProvider insertStatement) Execute an insert statement with input fields supplied directly.Method parameters in org.mybatis.dynamic.sql.util.mybatis3 with type arguments of type GeneralInsertStatementProviderModifier and TypeMethodDescriptionstatic int
MyBatis3Utils.generalInsert
(ToIntFunction<GeneralInsertStatementProvider> mapper, SqlTable table, UnaryOperator<GeneralInsertDSL> completer) -
Uses of GeneralInsertStatementProvider in org.mybatis.dynamic.sql.util.spring
Methods in org.mybatis.dynamic.sql.util.spring with parameters of type GeneralInsertStatementProviderModifier and TypeMethodDescriptionint
NamedParameterJdbcTemplateExtensions.generalInsert
(GeneralInsertStatementProvider insertStatement) int
NamedParameterJdbcTemplateExtensions.generalInsert
(GeneralInsertStatementProvider insertStatement, org.springframework.jdbc.support.KeyHolder keyHolder)