[hibernate-issues] [Hibernate-JIRA] Resolved: (HHH-5716) PersistentSet.clear() is not invoked on Lazy set when it is called before initialization of the set.

Gail Badner (JIRA) noreply at atlassian.com
Mon Jan 10 16:44:05 EST 2011


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-5716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gail Badner resolved HHH-5716.
------------------------------

      Assignee: Gail Badner
    Resolution: Rejected

Please use the user forum for help.

> PersistentSet.clear() is not invoked on Lazy set when it is called before initialization of the set.
> ----------------------------------------------------------------------------------------------------
>
>                 Key: HHH-5716
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5716
>             Project: Hibernate Core
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 3.6.0
>         Environment: 3.6.0.Final
>            Reporter: Pavol Zibrita
>            Assignee: Gail Badner
>         Attachments: HHH5716_test_project.zip
>
>
> When an entity is loaded which has a set of inverse elements with no orphan delete and .clear() is called on the lazy collection before the collection is initialized, than the collection is not cleared correctly. The PersistentSet.endRead() method discards any queued requests.

-- 
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