File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/test/java/examples/generated/always/mybatis Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 126
126
<dependency >
127
127
<groupId >org.mybatis</groupId >
128
128
<artifactId >mybatis</artifactId >
129
- <version >3.5.1 </version >
129
+ <version >3.5.2 </version >
130
130
<scope >test</scope >
131
131
</dependency >
132
132
<dependency >
133
133
<groupId >org.mybatis</groupId >
134
134
<artifactId >mybatis-spring</artifactId >
135
- <version >2.0.1 </version >
135
+ <version >2.0.2 </version >
136
136
<scope >test</scope >
137
137
</dependency >
138
138
<dependency >
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ public interface GeneratedAlwaysAnnotatedMapper {
58
58
@ InsertProvider (type =SqlProviderAdapter .class , method ="insertMultiple" )
59
59
int insertMultiple (MultiRowInsertStatementProvider <GeneratedAlwaysRecord > multiInsert );
60
60
61
- // TODO - this is kludgy. Currently MyBatis does not support nested lists in parameter objects
61
+ // This is kludgy. Currently MyBatis does not support nested lists in parameter objects
62
62
// when returning generated keys.
63
63
// So we need to do this silliness and decompose the multi row insert into its component parts
64
64
// for the actual MyBatis call
You can’t perform that action at this time.
0 commit comments