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

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


	<#assign metaattributable=property>
	<#include "meta.hbm.ftl">
	<#foreach property in elementValue.getPropertyIterator()>
		<#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