[hibernate-commits] Hibernate SVN: r11513 - branches/Branch_3_2/Hibernate3/test/org/hibernate/test/usercollection/parameterized.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed May 9 15:56:43 EDT 2007


Author: steve.ebersole at jboss.com
Date: 2007-05-09 15:56:43 -0400 (Wed, 09 May 2007)
New Revision: 11513

Modified:
   branches/Branch_3_2/Hibernate3/test/org/hibernate/test/usercollection/parameterized/Mapping.hbm.xml
Log:
fixed test mapping issue

Modified: branches/Branch_3_2/Hibernate3/test/org/hibernate/test/usercollection/parameterized/Mapping.hbm.xml
===================================================================
--- branches/Branch_3_2/Hibernate3/test/org/hibernate/test/usercollection/parameterized/Mapping.hbm.xml	2007-05-09 19:56:22 UTC (rev 11512)
+++ branches/Branch_3_2/Hibernate3/test/org/hibernate/test/usercollection/parameterized/Mapping.hbm.xml	2007-05-09 19:56:43 UTC (rev 11513)
@@ -13,7 +13,7 @@
         <id name="name" type="string"/>
         <list name="values" fetch="join" table="ENT_VAL" collection-type="DefaultableList">
             <key column="ENT_ID"/>
-            <list-index column="POSITION"/>
+            <list-index column="POS"/>
             <element type="string" column="VAL"/>
         </list>
     </class>




More information about the hibernate-commits mailing list