We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ccf0c commit 3c4d63cCopy full SHA for 3c4d63c
src/main/java/org/mybatis/dynamic/sql/util/spring/SpringUtils.java
@@ -51,7 +51,8 @@ public static <T> InsertStatementProvider<T> buildInsert(Buildable<InsertModel<T
51
return insertStatement.build().render(RenderingStrategies.SPRING_NAMED_PARAMETER);
52
}
53
54
- public static <T> MultiRowInsertStatementProvider<T> buildMultiRowInsert(Buildable<MultiRowInsertModel<T>> insertStatement) {
+ public static <T> MultiRowInsertStatementProvider<T> buildMultiRowInsert(
55
+ Buildable<MultiRowInsertModel<T>> insertStatement) {
56
57
58
0 commit comments