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/AbstractStringBasedJpaQuery.java
+1-3
Original file line number
Diff line number
Diff line change
@@ -92,9 +92,7 @@ public AbstractStringBasedJpaQuery(JpaQueryMethod method, EntityManager em, Stri
Copy file name to clipboardExpand all lines: spring-data-jpa/src/main/java/org/springframework/data/jpa/repository/query/ParameterMetadataProvider.java
+6-11
Original file line number
Diff line number
Diff line change
@@ -273,17 +273,12 @@ public Object prepare(@Nullable Object value) {
273
273
274
274
if (String.class.equals(parameterType) && !noWildcards) {
Copy file name to clipboardExpand all lines: spring-data-jpa/src/main/java/org/springframework/data/jpa/repository/query/QueryParameterSetterFactory.java
caseIN -> (identifier) -> newInParameterBinding(identifier, origin); // fall-through we don't need a special parameter queryParameter for the given parameter.
Copy file name to clipboardExpand all lines: spring-data-jpa/src/main/java/org/springframework/data/jpa/support/ClasspathScanningPersistenceUnitPostProcessor.java
0 commit comments