From: <max...@us...> - 2003-04-21 11:43:18
|
Update of /cvsroot/hibernate/Hibernate2 In directory sc8-pr-cvs1:/tmp/cvs-serv4088 Modified Files: changelog.txt Log Message: added hbm2java contributions to changelog Index: changelog.txt =================================================================== RCS file: /cvsroot/hibernate/Hibernate2/changelog.txt,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** changelog.txt 21 Apr 2003 07:04:09 -0000 1.15 --- changelog.txt 21 Apr 2003 11:43:15 -0000 1.16 *************** *** 27,30 **** --- 27,32 ---- * removed support for hibernate.query.imports and added <import> mapping element * fixed problem in DBCP connection validation and added new config properties + * hbm2java can now generate finder methods for persistent objects (Matt Hall) + * hbm2java small fixes/refactorings to support generating more than one file per persistent object (Max Andersen) Changes in version 2.0 beta 4 (22.3.2003) |