[hibernate-issues] [JIRA] (HHH-13174) L1 Cache object updating issue

Stefan Möller (JIRA) jira at hibernate.atlassian.net
Sat Jul 18 21:34:22 EDT 2020


Stefan Möller ( https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=5caa8b8361c2276e1bd53369 ) *commented* on HHH-13174 ( https://hibernate.atlassian.net/browse/HHH-13174?atlOrigin=eyJpIjoiMzQ1YTBmZjYwYmVjNDk4YmJmN2JiMDA4MTNhNWNkMGQiLCJwIjoiaiJ9 )

Re: L1 Cache object updating issue ( https://hibernate.atlassian.net/browse/HHH-13174?atlOrigin=eyJpIjoiMzQ1YTBmZjYwYmVjNDk4YmJmN2JiMDA4MTNhNWNkMGQiLCJwIjoiaiJ9 )

Not a solution but a simple workaround:
Instead of
SELECT u from User u LEFT JOIN FETCH u.childrenList as s WHERE s.id = 1
the query must be
SELECT u from User u LEFT JOIN u.childrenList as s JOIN FETCH u.childrenList WHERE s.id = 1

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

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#100133- sha1:d093d11 )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/hibernate-issues/attachments/20200719/127eaa95/attachment.html 


More information about the hibernate-issues mailing list