Christian Beikov (
https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=557058%...
) *commented* on HHH-15593 (
https://hibernate.atlassian.net/browse/HHH-15593?atlOrigin=eyJpIjoiMmNjYz...
)
Re: Illegal Update-Statement generated (
https://hibernate.atlassian.net/browse/HHH-15593?atlOrigin=eyJpIjoiMmNjYz...
)
This is due to your use of not-found=”ignore” for your many-to-one which tells Hibernate,
that the value in the LSENDERID column might not point to an actual row in the
PORTALNUTZER table.
Either remove the not-found attribute or change your query to... where fk(sender) =
:pnutzerid.
(
https://hibernate.atlassian.net/browse/HHH-15593#add-comment?atlOrigin=ey...
) Add Comment (
https://hibernate.atlassian.net/browse/HHH-15593#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#100208- sha1:38b2e23 )