From: <one...@us...> - 2002-11-05 08:04:29
|
Update of /cvsroot/hibernate/Hibernate In directory usw-pr-cvs1:/tmp/cvs-serv24191 Modified Files: changelog.txt Log Message: links page Index: changelog.txt =================================================================== RCS file: /cvsroot/hibernate/Hibernate/changelog.txt,v retrieving revision 1.256 retrieving revision 1.257 diff -C2 -d -r1.256 -r1.257 *** changelog.txt 3 Nov 2002 06:32:49 -0000 1.256 --- changelog.txt 5 Nov 2002 08:03:55 -0000 1.257 *************** *** 8,11 **** --- 8,13 ---- * Hibernate.initialize() allows the user to force initialization of a proxy or persistent collection * fix to minor bug in CodeGenerator by Max Andersen + * fixed a problem with outerjoin fetching of one-to-one associations defined on subclasses + * fixed a minor problem with proxies of classes that override finalize() Changes in version 1.1.8 (30.10.2002) |