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 GeneralInsertStatementProvider
GeneralInsertModel. 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 class
DefaultGeneralInsertStatementProvider
Methods in org.mybatis.dynamic.sql.insert.render that return GeneralInsertStatementProvider Modifier and Type Method Description GeneralInsertStatementProvider
GeneralInsertRenderer. 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 String
SqlProviderAdapter. 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 GeneralInsertStatementProvider
MyBatis3Utils. generalInsert(SqlTable table, UnaryOperator<GeneralInsertDSL> completer)
Methods in org.mybatis.dynamic.sql.util.mybatis3 with parameters of type GeneralInsertStatementProvider Modifier and Type Method Description int
CommonInsertMapper. 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 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 GeneralInsertStatementProvider Modifier and Type Method Description int
NamedParameterJdbcTemplateExtensions. generalInsert(GeneralInsertStatementProvider insertStatement)
int
NamedParameterJdbcTemplateExtensions. generalInsert(GeneralInsertStatementProvider insertStatement, org.springframework.jdbc.support.KeyHolder keyHolder)
-