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-1
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,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/ExpressionBasedStringQuery.java
+8-2
Original file line number
Diff line number
Diff line change
@@ -59,9 +59,15 @@ class ExpressionBasedStringQuery extends StringQuery {
59
59
* @param parser must not be {@literal null}.
60
60
* @param nativeQuery is a given query is native or not
0 commit comments