Gavin King (
https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=557058%...
) *commented* on HHH-16815 (
https://hibernate.atlassian.net/browse/HHH-16815?atlOrigin=eyJpIjoiNGFkNT...
)
Re: add methods to SelectionQuery to add order by items (
https://hibernate.atlassian.net/browse/HHH-16815?atlOrigin=eyJpIjoiNGFkNT...
)
So the question is, which is the least worst of:
.setOrder(List.of(asc(Book_.isbn), desc(Book_.title)))
And:
.setOrder(by().asc(Book_.isbn).desc(Book_.title))
The first uses a regular Java List. The second uses a special-purpose linked list.
(
https://hibernate.atlassian.net/browse/HHH-16815#add-comment?atlOrigin=ey...
) Add Comment (
https://hibernate.atlassian.net/browse/HHH-16815#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#100227- sha1:9e449c4 )