From: <one...@us...> - 2003-01-03 14:07:33
|
Update of /cvsroot/hibernate/Hibernate2 In directory sc8-pr-cvs1:/tmp/cvs-serv16060 Modified Files: changelog.txt Log Message: collections (except bag) now implement equals(), hashCode() as specified by their collections framework contracts Index: changelog.txt =================================================================== RCS file: /cvsroot/hibernate/Hibernate2/changelog.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** changelog.txt 3 Jan 2003 13:35:59 -0000 1.2 --- changelog.txt 3 Jan 2003 14:07:29 -0000 1.3 *************** *** 11,14 **** --- 11,15 ---- * removed exceptions that occur if an object is saved or deleted multiple times in a session * added <parent> subelement to <composite-element> and <nested-composite-element> + * collections except for <bag>s now implement by-value equals() and hashCode() Changes in version 1.2.1b (1.1.2003) |