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 TypeMethodDescriptionintCommonGeneralInsertMapper.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 intMyBatis3Utils.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 TypeMethodDescriptionintNamedParameterJdbcTemplateExtensions.generalInsert(GeneralInsertStatementProvider insertStatement) intNamedParameterJdbcTemplateExtensions.generalInsert(GeneralInsertStatementProvider insertStatement, org.springframework.jdbc.support.KeyHolder keyHolder)