Uses of Interface
org.mybatis.dynamic.sql.insert.render.GeneralInsertStatementProvider
-
-
Uses of GeneralInsertStatementProvider in org.mybatis.dynamic.sql.insert
Methods in org.mybatis.dynamic.sql.insert that return GeneralInsertStatementProvider Modifier and Type Method Description GeneralInsertStatementProviderGeneralInsertModel. render(RenderingStrategy renderingStrategy) -
Uses of GeneralInsertStatementProvider in org.mybatis.dynamic.sql.insert.render
Classes in org.mybatis.dynamic.sql.insert.render that implement GeneralInsertStatementProvider Modifier and Type Class Description classDefaultGeneralInsertStatementProviderMethods in org.mybatis.dynamic.sql.insert.render that return GeneralInsertStatementProvider Modifier and Type Method Description GeneralInsertStatementProviderGeneralInsertRenderer. render() -
Uses of GeneralInsertStatementProvider in org.mybatis.dynamic.sql.util
Methods in org.mybatis.dynamic.sql.util with parameters of type GeneralInsertStatementProvider Modifier and Type Method Description StringSqlProviderAdapter. generalInsert(GeneralInsertStatementProvider insertStatement) -
Uses of GeneralInsertStatementProvider in org.mybatis.dynamic.sql.util.mybatis3
Methods in org.mybatis.dynamic.sql.util.mybatis3 that return GeneralInsertStatementProvider Modifier and Type Method Description static GeneralInsertStatementProviderMyBatis3Utils. generalInsert(SqlTable table, UnaryOperator<GeneralInsertDSL> completer)Methods in org.mybatis.dynamic.sql.util.mybatis3 with parameters of type GeneralInsertStatementProvider Modifier and Type Method Description intCommonInsertMapper. 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 GeneralInsertStatementProvider Modifier and Type Method Description static 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 GeneralInsertStatementProvider Modifier and Type Method Description intNamedParameterJdbcTemplateExtensions. generalInsert(GeneralInsertStatementProvider insertStatement)intNamedParameterJdbcTemplateExtensions. generalInsert(GeneralInsertStatementProvider insertStatement, org.springframework.jdbc.support.KeyHolder keyHolder)
-