You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/kotlin/org/domaframework/doma/intellij/inspection/dao/processor/paramtype/BatchParamTypeCheckProcessor.kt
+13-2Lines changed: 13 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -86,8 +86,19 @@ class BatchParamTypeCheckProcessor(
86
86
87
87
val iterableClassType = param.type as?PsiClassType
<errordescr="Cannotresolvesymbol'BatchResult'">BatchResult</error><Salary> <errordescr="The return type must be \"int[]\"">batchUpdateSalaryWithSql2</error>(List<Salary> salary);
53
+
54
+
@BatchInsert
55
+
@Sql("INSERT INTO salary (val) VALUES (/*salary.value*/0)")
@Sql("INSERT INTO salary (val) VALUES (/*salary.value*/0)")
60
+
<errordescr="Cannot resolve symbol 'BatchResult'">BatchResult</error><Salary> <errordescr="The return type must be \"int[]\"">batchInsertSalaryWithSql2</error>(List<Salary> salary);
61
+
62
+
@BatchDelete
63
+
@Sql("DELETE FROM salary WHERE val = /*salary.value*/0 ")
@Sql("DELETE FROM salary WHERE val = /*salary.value*/0 ")
68
+
<errordescr="Cannot resolve symbol 'BatchResult'">BatchResult</error><Salary> <errordescr="The return type must be \"int[]\"">batchDeleteSalaryWithSql2</error>(List<Salary> salary);
0 commit comments