[hibernate-commits] Hibernate SVN: r11512 - trunk/Hibernate3/test/org/hibernate/test/usercollection/parameterized.

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


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

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

Modified: trunk/Hibernate3/test/org/hibernate/test/usercollection/parameterized/Mapping.hbm.xml
===================================================================
--- trunk/Hibernate3/test/org/hibernate/test/usercollection/parameterized/Mapping.hbm.xml	2007-05-09 19:07:03 UTC (rev 11511)
+++ trunk/Hibernate3/test/org/hibernate/test/usercollection/parameterized/Mapping.hbm.xml	2007-05-09 19:56:22 UTC (rev 11512)
@@ -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