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

hbm.any.hbm.ftl Maven / Gradle / Ivy

There is a newer version: 5.6.15.Final
Show newest version
<#assign value = property.value>
	
        cascade="${property.cascade}"
		
		<#if !property.basicPropertyAccessor>
        access="${property.propertyAccessorName}"
		>
	    	<#assign metaattributable=property>
		<#include "meta.hbm.ftl">
		<#if value.metaValues?exists>
		 <#foreach entry in value.metaValues.entrySet()>
              		
           	
           	
           	<#foreach column in property.columnIterator>
              		<#include "column.hbm.ftl">
          	 
	
	




© 2015 - 2024 Weber Informatics LLC | Privacy Policy