[hibernate-issues] [JIRA] (HHH-14121) Params from main orderBy query are trying to be inserted to subselect query ->parameter index out of range

Raman Kreidzich (JIRA) jira at hibernate.atlassian.net
Mon Jul 27 15:46:08 EDT 2020


Raman Kreidzich ( https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=5cbe15fe2675f70e50cd54f5 ) *updated* an issue

Hibernate ORM ( https://hibernate.atlassian.net/browse/HHH?atlOrigin=eyJpIjoiOGJjYmI5ODM0OTk4NGI1MTllNWMxMjBlOGEyMzQzNDYiLCJwIjoiaiJ9 ) / Bug ( https://hibernate.atlassian.net/browse/HHH-14121?atlOrigin=eyJpIjoiOGJjYmI5ODM0OTk4NGI1MTllNWMxMjBlOGEyMzQzNDYiLCJwIjoiaiJ9 ) HHH-14121 ( https://hibernate.atlassian.net/browse/HHH-14121?atlOrigin=eyJpIjoiOGJjYmI5ODM0OTk4NGI1MTllNWMxMjBlOGEyMzQzNDYiLCJwIjoiaiJ9 ) Params from main orderBy query are trying to be inserted to subselect query ->parameter index out of range ( https://hibernate.atlassian.net/browse/HHH-14121?atlOrigin=eyJpIjoiOGJjYmI5ODM0OTk4NGI1MTllNWMxMjBlOGEyMzQzNDYiLCJwIjoiaiJ9 )

Change By: Raman Kreidzich ( https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=5cbe15fe2675f70e50cd54f5 )

There are two entities: Post and Comment.
Post has collection of comments that are selected in subselect query:
{{    @OneToMany(mappedBy = "post", fetch = FetchType.EAGER, cascade = CascadeType.MERGE) }}
{{ @Fetch(value = FetchMode.SUBSELECT) }}
{{ private List<Comment> comments;}}
When Post entities are selected by CriteriaQuery with specific 'orderBy' expression that contains params (see fragment below), exception ' SQLException _SQLException : Parameter index out of range (1 > number of parameters, which is 0). _ ' is thrown.
{{Order order = builder.desc(builder.coalesce(root.get("name"), "default_name")); }}
{{ query.orderBy(order);}}
ORMUnitTestCase: [ https://github.com/hibernate/hibernate-test-case-templates/pull/35 |https://github.com/hibernate/hibernate-test-case-templates/pull/35]

( https://hibernate.atlassian.net/browse/HHH-14121#add-comment?atlOrigin=eyJpIjoiOGJjYmI5ODM0OTk4NGI1MTllNWMxMjBlOGEyMzQzNDYiLCJwIjoiaiJ9 ) Add Comment ( https://hibernate.atlassian.net/browse/HHH-14121#add-comment?atlOrigin=eyJpIjoiOGJjYmI5ODM0OTk4NGI1MTllNWMxMjBlOGEyMzQzNDYiLCJwIjoiaiJ9 )

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.core&referrer=utm_source%3DNotificationLink%26utm_medium%3DEmail ) or iOS ( https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=EmailNotificationLink&mt=8 ) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100140- sha1:fbb0377 )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/hibernate-issues/attachments/20200727/c2fc1daa/attachment.html 


More information about the hibernate-issues mailing list