Steve Ebersole (
https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=557058%...
) *commented* on HHH-16588 (
https://hibernate.atlassian.net/browse/HHH-16588?atlOrigin=eyJpIjoiZTg1Yj...
)
Re: getResultStream() together with join fetch delivers wrong results (
https://hibernate.atlassian.net/browse/HHH-16588?atlOrigin=eyJpIjoiZTg1Yj...
)
One thing we could do though is to mention this in the Javadocs. E.g.
/**
* ...
*
* @apiNote ... Also, when join fetching collections it is expected
* the results are explicitly sorted to group the related rows sequentially.
*/
ScrollableResults<R> scroll();
/**
* Delegates to {@link #scroll} and returns a Stream over the ScrollableResults.
*/
Stream<R> stream();
(
https://hibernate.atlassian.net/browse/HHH-16588#add-comment?atlOrigin=ey...
) Add Comment (
https://hibernate.atlassian.net/browse/HHH-16588#add-comment?atlOrigin=ey...
)
Get Jira notifications on your phone! Download the Jira Cloud app for Android (
https://play.google.com/store/apps/details?id=com.atlassian.android.jira....
) or iOS (
https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=Em...
) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100225- sha1:11e4e77 )