[hibernate-commits] Hibernate SVN: r16042 - 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:52:09 EST 2009


Author: max.andersen at jboss.com
Date: 2009-02-26 05:52:09 -0500 (Thu, 26 Feb 2009)
New Revision: 16042

Modified:
   branches/Branch_3_2/HibernateExt/tools/src/templates/hbm/persistentclass.hbm.ftl
Log:
backref fix for JBIDE-3712

Modified: branches/Branch_3_2/HibernateExt/tools/src/templates/hbm/persistentclass.hbm.ftl
===================================================================
--- branches/Branch_3_2/HibernateExt/tools/src/templates/hbm/persistentclass.hbm.ftl	2009-02-26 10:36:59 UTC (rev 16041)
+++ branches/Branch_3_2/HibernateExt/tools/src/templates/hbm/persistentclass.hbm.ftl	2009-02-26 10:52:09 UTC (rev 16042)
@@ -108,7 +108,7 @@
 <#include "${c2h.getTag(property)}.hbm.ftl"/>
 </#if>
 
-<#foreach property in clazz.getUnjoinedPropertyIterator()>
+<#foreach property in c2h.getProperties(clazz)>
 <#if c2h.getTag(property)!="version" && c2h.getTag(property)!="timestamp">
 <#include "${c2h.getTag(property)}.hbm.ftl"/>
 </#if>




More information about the hibernate-commits mailing list