[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-4993) Updates to read-only entity associations made while in persistent state are ignored by flush

Gail Badner (JIRA) noreply at atlassian.com
Wed Mar 10 05:24:47 EST 2010


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-4993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=35777#action_35777 ] 

Gail Badner commented on HHH-4993:
----------------------------------

Once the flush issues are corrected, optimistic locking for read-only entities is still broken because the update SQL is not generated properly. This will also be fixed.

> Updates to read-only entity associations made while in persistent state are ignored by flush
> --------------------------------------------------------------------------------------------
>
>                 Key: HHH-4993
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4993
>             Project: Hibernate Core
>          Issue Type: Bug
>          Components: core
>            Reporter: Gail Badner
>            Assignee: Gail Badner
>             Fix For: 3.5.0.Next
>
>
> Flush does not cascade save-update to read-only entities or dirty-check read-only collection associations, so changes made after the entity is made persistent (and read-only) are not flushed to the database.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list