From: <one...@us...> - 2002-11-10 03:46:25
|
Update of /cvsroot/hibernate/Hibernate In directory usw-pr-cvs1:/tmp/cvs-serv14120 Modified Files: changelog.txt Log Message: changelog Index: changelog.txt =================================================================== RCS file: /cvsroot/hibernate/Hibernate/changelog.txt,v retrieving revision 1.260 retrieving revision 1.261 diff -C2 -d -r1.260 -r1.261 *** changelog.txt 7 Nov 2002 16:14:00 -0000 1.260 --- changelog.txt 10 Nov 2002 03:46:21 -0000 1.261 *************** *** 10,14 **** * 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() ! * finished work on normalized table mappings using <joined-subclass> declaration * deprecated hibernate-mapping.dtd in favor of hibernate-mapping-1.1.dtd * reworked unmapped class / interface / table-per-concrete-class query functionality, fixing several problems --- 10,14 ---- * 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() ! * finished work on normalized table mappings using <joined-subclass> declaration (only for databases with ANSI OUTER JOIN and CASE) * deprecated hibernate-mapping.dtd in favor of hibernate-mapping-1.1.dtd * reworked unmapped class / interface / table-per-concrete-class query functionality, fixing several problems *************** *** 17,20 **** --- 17,22 ---- * fixed some problems with embedded composite identifiers * fixed a bug cascading deletes to one-to-one associations + * CodeGenerator now generates isFoo() style getters for boolean properties (patch by Aapo Laakkonen) + * components may now have a nonpublic constructor (patch by Jon Lipsky) Changes in version 1.1.8 (30.10.2002) |