-
Notifications
You must be signed in to change notification settings - Fork 38.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include Hibernate's Query.scroll()
in SharedEntityManagerCreator
's queryTerminatingMethods
set
#31682
Comments
Query.scroll()
in SharedEntityManagerCreator
's queryTerminatingMethods
set
Hi @soosue, Congratulations on reporting your first issue for Spring Framework! 👍
Yes. We'll add that support in |
Since the detection of Only the immediate result operations actually work outside of a transaction, whereas In any case, this closes the gap with our 5.3-intended detection of Hibernate query termination methods, with all such methods treated consistently now. |
Similar to the issue #29886
The
org.springframework.orm.jpa.SharedEntityManagerCreator.queryTerminatingMethods
does not contain the "scroll
" method:Would it be possible to add
scroll
?The text was updated successfully, but these errors were encountered: