Uses of Interface
org.mybatis.dynamic.sql.insert.render.InsertStatementProvider
-
-
Uses of InsertStatementProvider in org.mybatis.dynamic.sql.insert
Methods in org.mybatis.dynamic.sql.insert that return InsertStatementProvider Modifier and Type Method Description InsertStatementProvider<T>InsertModel. render(RenderingStrategy renderingStrategy) -
Uses of InsertStatementProvider in org.mybatis.dynamic.sql.insert.render
Classes in org.mybatis.dynamic.sql.insert.render that implement InsertStatementProvider Modifier and Type Class Description classDefaultInsertStatementProvider<T>Methods in org.mybatis.dynamic.sql.insert.render that return InsertStatementProvider Modifier and Type Method Description InsertStatementProvider<T>InsertRenderer. render()Methods in org.mybatis.dynamic.sql.insert.render that return types with arguments of type InsertStatementProvider Modifier and Type Method Description List<InsertStatementProvider<T>>BatchInsert. insertStatements()Returns a list of InsertStatement objects. -
Uses of InsertStatementProvider in org.mybatis.dynamic.sql.util
Methods in org.mybatis.dynamic.sql.util with parameters of type InsertStatementProvider Modifier and Type Method Description StringSqlProviderAdapter. insert(InsertStatementProvider<?> insertStatement) -
Uses of InsertStatementProvider in org.mybatis.dynamic.sql.util.mybatis3
Methods in org.mybatis.dynamic.sql.util.mybatis3 that return InsertStatementProvider Modifier and Type Method Description static <R> InsertStatementProvider<R>MyBatis3Utils. insert(R row, SqlTable table, UnaryOperator<InsertDSL<R>> completer)Methods in org.mybatis.dynamic.sql.util.mybatis3 with parameters of type InsertStatementProvider Modifier and Type Method Description intCommonInsertMapper. insert(InsertStatementProvider<T> insertStatement)Execute an insert statement with input fields mapped to values in a POJO.Method parameters in org.mybatis.dynamic.sql.util.mybatis3 with type arguments of type InsertStatementProvider Modifier and Type Method Description static <R> intMyBatis3Utils. insert(ToIntFunction<InsertStatementProvider<R>> mapper, R row, SqlTable table, UnaryOperator<InsertDSL<R>> completer) -
Uses of InsertStatementProvider in org.mybatis.dynamic.sql.util.spring
Methods in org.mybatis.dynamic.sql.util.spring with parameters of type InsertStatementProvider Modifier and Type Method Description <T> intNamedParameterJdbcTemplateExtensions. insert(InsertStatementProvider<T> insertStatement)<T> intNamedParameterJdbcTemplateExtensions. insert(InsertStatementProvider<T> insertStatement, org.springframework.jdbc.support.KeyHolder keyHolder)
-