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: spring-data-jpa/src/main/java/org/springframework/data/jpa/repository/query/QueryParameterSetterFactory.java
+3-7Lines changed: 3 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -262,16 +262,12 @@ public QueryParameterSetter create(ParameterBinding binding, DeclaredQuery decla
262
262
263
263
Assert.notNull(binding, "Binding must not be null");
264
264
265
-
JpaParameterparameter;
266
265
if (!(binding.getOrigin() instanceofMethodInvocationArgumentmia)) {
267
-
returnQueryParameterSetter.NOOP;
268
-
}
269
-
270
-
if (binding.getOrigin() instanceofParameterBinding.Synthetic) {
0 commit comments