From: <hib...@li...> - 2006-03-07 15:05:13
|
Author: ste...@jb... Date: 2006-03-07 10:05:08 -0500 (Tue, 07 Mar 2006) New Revision: 9566 Modified: branches/Branch_3_1/Hibernate3/test/org/hibernate/test/propertyref/Person.hbm.xml Log: test for HHH-1531 Modified: branches/Branch_3_1/Hibernate3/test/org/hibernate/test/propertyref/Person.hbm.xml =================================================================== --- branches/Branch_3_1/Hibernate3/test/org/hibernate/test/propertyref/Person.hbm.xml 2006-03-07 14:29:16 UTC (rev 9565) +++ branches/Branch_3_1/Hibernate3/test/org/hibernate/test/propertyref/Person.hbm.xml 2006-03-07 15:05:08 UTC (rev 9566) @@ -72,7 +72,7 @@ <class name="Group" table="`Group`"> <id name="name"/> - <set name="users" table="UserGroup"> + <set name="users" table="UserGroup" cascade="save-update"> <key column="groupName"/> <many-to-many column="userId" class="Person" property-ref="userId"/> </set> |