All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hbm.nested-composite-element.hbm.ftl Maven / Gradle / Ivy

There is a newer version: 7.0.0.Beta1
Show newest version

	<#assign metaattributable=property>
	<#include "meta.hbm.ftl">
	<#list elementValue.properties as property>
		<#assign tag=c2h.getTag(property)>
		<#if tag="component">
			<#assign tag="nested-composite-element">
			<#assign elementValue = property.value>
		
		<#include "${tag}.hbm.ftl"/>
	





© 2015 - 2024 Weber Informatics LLC | Privacy Policy