[hibernate-issues] [Hibernate-JIRA] Resolved: (HHH-2410) Bag no longer allows element additions without initializing the colection

Emmanuel Bernard (JIRA) noreply at atlassian.com
Thu Feb 8 10:01:40 EST 2007


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-2410?page=all ]
     
Emmanuel Bernard resolved HHH-2410:
-----------------------------------

    Resolution: Cannot Reproduce

Stupid me
I looked at PersistentBag.add(int,Object) instead of PersistentBag.add(Object)

> Bag no longer allows element additions without initializing the colection
> -------------------------------------------------------------------------
>
>          Key: HHH-2410
>          URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2410
>      Project: Hibernate3
>         Type: Bug

>   Components: documentation
>     Versions: 3.2.2
>     Reporter: Emmanuel Bernard

>
>
> Seems that contrary to older version of Hibernate,
> http://www.hibernate.org/hib_docs/v3/reference/en/html_single/#performance-collections-mostefficentinverse
> is no longer true (haven't tested, but from my understanding of the code)
> Anybody knows why? At least the doc should be updated

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