From: <one...@us...> - 2002-11-05 13:40:56
|
Update of /cvsroot/hibernate/Hibernate In directory usw-pr-cvs1:/tmp/cvs-serv22899 Modified Files: changelog.txt todo.txt Log Message: updates to hibernate-mapping-1.1.dtd and documentation Index: changelog.txt =================================================================== RCS file: /cvsroot/hibernate/Hibernate/changelog.txt,v retrieving revision 1.257 retrieving revision 1.258 diff -C2 -d -r1.257 -r1.258 *** changelog.txt 5 Nov 2002 08:03:55 -0000 1.257 --- changelog.txt 5 Nov 2002 13:40:53 -0000 1.258 *************** *** 10,13 **** --- 10,15 ---- * 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 Changes in version 1.1.8 (30.10.2002) Index: todo.txt =================================================================== RCS file: /cvsroot/hibernate/Hibernate/todo.txt,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** todo.txt 31 Oct 2002 14:02:18 -0000 1.25 --- todo.txt 5 Nov 2002 13:40:53 -0000 1.26 *************** *** 1,10 **** TODO ==== - * normalized table-per-subclass mapping style * immediate deep fetching for queries * allow version numbers to be tracked by persistence layer, not persistent objects (make property optional) - - * Getting started documentation - Feature Requests: http://sourceforge.net/tracker/?atid=428711&group_id=40712&func=browse --- 1,6 ---- |