[hibernate-commits] Hibernate SVN: r16041 - branches/Branch_3_2/HibernateExt/tools/src/templates/hbm.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Feb 26 05:37:00 EST 2009


Author: max.andersen at jboss.com
Date: 2009-02-26 05:36:59 -0500 (Thu, 26 Feb 2009)
New Revision: 16041

Modified:
   branches/Branch_3_2/HibernateExt/tools/src/templates/hbm/many-to-any-element.hbm.ftl
Log:
bump version numbers

Modified: branches/Branch_3_2/HibernateExt/tools/src/templates/hbm/many-to-any-element.hbm.ftl
===================================================================
--- branches/Branch_3_2/HibernateExt/tools/src/templates/hbm/many-to-any-element.hbm.ftl	2009-02-26 07:09:54 UTC (rev 16040)
+++ branches/Branch_3_2/HibernateExt/tools/src/templates/hbm/many-to-any-element.hbm.ftl	2009-02-26 10:36:59 UTC (rev 16041)
@@ -1,5 +1,5 @@
 <many-to-any id-type="${elementValue.getIdentifierType()}" meta-type="${elementValue.getMetaType()}">
-	<#if value.metaValues?exists>
+	<#if elementValue.metaValues?exists>
 	<#foreach entry in elementValue.metaValues.entrySet()>
         	<meta-value value="${entry.key}" class="${entry.value}"/>
         </#foreach>




More information about the hibernate-commits mailing list