Update of /cvsroot/hibernate/Hibernate2
In directory sc8-pr-cvs1:/tmp/cvs-serv19699
Modified Files:
changelog.txt
Log Message:
2.0 beta 4
Index: changelog.txt
===================================================================
RCS file: /cvsroot/hibernate/Hibernate2/changelog.txt,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** changelog.txt 17 Mar 2003 07:25:12 -0000 1.13
--- changelog.txt 22 Mar 2003 05:39:56 -0000 1.14
***************
*** 2,7 ****
===================
! Changes in version 2.0 beta 4 (x.x.2003)
! ----------------------------------------
* Major HQL improvements
- from "Foo as foo join foo.bars as bar" instead of "from foo in class Foo, bar in elements(foo.bars)"
--- 2,7 ----
===================
! Changes in version 2.0 beta 4 (22.3.2003)
! -----------------------------------------
* Major HQL improvements
- from "Foo as foo join foo.bars as bar" instead of "from foo in class Foo, bar in elements(foo.bars)"
***************
*** 23,26 ****
--- 23,27 ----
* Query.setEntity(), etc, now aware of proxies (also improved hueristics for guessing Type)
* added Hibernate.isInitialized()
+ * detect changes made directly to newly-wrapped collection (ie. not via the wrapper)
* added Hibernate.refresh(Object, LockMode)
* update(), saveOrUpdate() no longer initialize a proxy
***************
*** 28,31 ****
--- 29,33 ----
* added force attribute to <discriminator>
* improved handling of null discriminator-value
+ * support SQL-style '' escape for HQL strings
Changes in version 2.0 beta 3 (24.2.2003)
|