Update of /cvsroot/hibernate/Hibernate
In directory sc8-pr-cvs1:/tmp/cvs-serv31825
Modified Files:
changelog.txt
Log Message:
Query.setEntity(), etc, now aware of proxies (also improved hueristics for guessing types)
Index: changelog.txt
===================================================================
RCS file: /cvsroot/hibernate/Hibernate/changelog.txt,v
retrieving revision 1.298
retrieving revision 1.299
diff -C2 -d -r1.298 -r1.299
*** changelog.txt 5 Mar 2003 09:50:04 -0000 1.298
--- changelog.txt 12 Mar 2003 12:40:52 -0000 1.299
***************
*** 9,12 ****
--- 9,13 ----
* support [] quoted identifiers
* added Ant Tasks for SchemaExport and SchemaUpdater (Cameron Braid)
+ * Query.setEntity(), etc, now aware of proxies (also improved hueristics for guessing Type)
Changes in version 1.2.3 (28.1.2003)
|