[hibernate-commits] Hibernate SVN: r16038 - branches/Branch_3_2/HibernateExt/tools/src/templates/hbm.
hibernate-commits at lists.jboss.org
hibernate-commits at lists.jboss.org
Thu Feb 26 02:06:43 EST 2009
Author: max.andersen at jboss.com
Date: 2009-02-26 02:06:43 -0500 (Thu, 26 Feb 2009)
New Revision: 16038
Modified:
branches/Branch_3_2/HibernateExt/tools/src/templates/hbm/persistentclass.hbm.ftl
Log:
JBIDE-3712 various fixes to make hbm.xml more complete
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 07:02:45 UTC (rev 16037)
+++ branches/Branch_3_2/HibernateExt/tools/src/templates/hbm/persistentclass.hbm.ftl 2009-02-26 07:06:43 UTC (rev 16038)
@@ -108,7 +108,7 @@
<#include "${c2h.getTag(property)}.hbm.ftl"/>
</#if>
-<#foreach property in c2h.getProperties(clazz)>
+<#foreach property in clazz.getUnjoinedPropertyIterator()>
<#if c2h.getTag(property)!="version" && c2h.getTag(property)!="timestamp">
<#include "${c2h.getTag(property)}.hbm.ftl"/>
</#if>
More information about the hibernate-commits
mailing list