Commit 356bcad
DATAJPA-1827 - Polishing.
Use ClassUtils.isAssignable(…) to simplify boxed/primitive assignability checks.
Original pull request: #438.1 parent 0f365e8 commit 356bcad
File tree
1 file changed
+5
-4
lines changed- src/main/java/org/springframework/data/jpa/repository/query
1 file changed
+5
-4
lines changedLines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
222 | | - | |
| 221 | + | |
| 222 | + | |
223 | 223 | | |
224 | | - | |
| 224 | + | |
| 225 | + | |
225 | 226 | | |
226 | 227 | | |
227 | 228 | | |
| |||
0 commit comments