From: <one...@us...> - 2002-12-28 02:25:51
|
Update of /cvsroot/hibernate/Hibernate In directory sc8-pr-cvs1:/tmp/cvs-serv21213 Modified Files: changelog.txt Log Message: added support for <joined-subclass> to CodeGenerator added Query.getNamedParameters(), Query.setProperties() fixed a bug in Query.getReturnTypes() Index: changelog.txt =================================================================== RCS file: /cvsroot/hibernate/Hibernate/changelog.txt,v retrieving revision 1.290 retrieving revision 1.291 diff -C2 -d -r1.290 -r1.291 *** changelog.txt 27 Dec 2002 11:54:48 -0000 1.290 --- changelog.txt 28 Dec 2002 02:25:47 -0000 1.291 *************** *** 13,17 **** * fixed a bug introduced in 1.2 final where cascade save-update was sometimes ignored for readonly="true" bags * fixed a bug caching null-valued one-to-one associations ! * CodeGenerator now supports <bag> * fixed problem with TimestampType on DB2 (Jonas) * fixed a bug in generated SQL for collections with <joined-subclass> mappings (Robson Miranda) --- 13,17 ---- * fixed a bug introduced in 1.2 final where cascade save-update was sometimes ignored for readonly="true" bags * fixed a bug caching null-valued one-to-one associations ! * CodeGenerator now supports <bag> and <joined-subclass> * fixed problem with TimestampType on DB2 (Jonas) * fixed a bug in generated SQL for collections with <joined-subclass> mappings (Robson Miranda) *************** *** 22,25 **** --- 22,26 ---- * added Query.setTimeout() * setMaxResults() now behaves sensibly on SAPDB (Russel Smyth) + * added Query.setProperties() and Query.getNamedParameters(), fixed a bug in Query.getReturnTypes() Changes in version 1.2 final (7.12.2002) |