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 126126 <dependency >
127127 <groupId >org.mybatis</groupId >
128128 <artifactId >mybatis</artifactId >
129- <version >3.5.1 </version >
129+ <version >3.5.2 </version >
130130 <scope >test</scope >
131131 </dependency >
132132 <dependency >
133133 <groupId >org.mybatis</groupId >
134134 <artifactId >mybatis-spring</artifactId >
135- <version >2.0.1 </version >
135+ <version >2.0.2 </version >
136136 <scope >test</scope >
137137 </dependency >
138138 <dependency >
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ public interface GeneratedAlwaysAnnotatedMapper {
5858 @ InsertProvider (type =SqlProviderAdapter .class , method ="insertMultiple" )
5959 int insertMultiple (MultiRowInsertStatementProvider <GeneratedAlwaysRecord > multiInsert );
6060
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
6262 // when returning generated keys.
6363 // So we need to do this silliness and decompose the multi row insert into its component parts
6464 // for the actual MyBatis call
You can’t perform that action at this time.
0 commit comments