From: <one...@us...> - 2003-01-18 09:57:39
|
Update of /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate/test In directory sc8-pr-cvs1:/tmp/cvs-serv8629/sf/hibernate/test Modified Files: FooBar.hbm.xml Log Message: fixed some problems with aliases conflicting and outer joins appearing in wrong place Index: FooBar.hbm.xml =================================================================== RCS file: /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate/test/FooBar.hbm.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** FooBar.hbm.xml 18 Jan 2003 09:03:55 -0000 1.3 --- FooBar.hbm.xml 18 Jan 2003 09:57:36 -0000 1.4 *************** *** 61,66 **** <property name="locale" column="locale_"/> <property name="custom" type="net.sf.hibernate.test.DoubleStringType"> ! <column name="first_name"/> ! <column name="surname"/> </property> <many-to-one name="dependent" class="net.sf.hibernate.test.Fee" cascade="all" not-null="true"/> --- 61,66 ---- <property name="locale" column="locale_"/> <property name="custom" type="net.sf.hibernate.test.DoubleStringType"> ! <column name="first_name" length="66"/> ! <column name="surname" length="66"/> </property> <many-to-one name="dependent" class="net.sf.hibernate.test.Fee" cascade="all" not-null="true"/> |