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: mapper/orm/src/main/java/org/hibernate/search/mapper/orm/search/query/impl/HibernateOrmSearchQueryAdapter.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@
45
45
importjakarta.persistence.PersistenceException;
46
46
importjakarta.persistence.QueryTimeoutException;
47
47
48
-
@SuppressForbiddenApis(reason = "We need to extend the internal AbstractProducedQuery"
48
+
@SuppressForbiddenApis(reason = "We need to use the internal QueryOptionsImpl"
49
49
+ " in order to implement a org.hibernate.query.Query")
50
50
@SuppressWarnings("unchecked") // For some reason javac issues warnings for all methods returning this; IDEA doesn't.
0 commit comments