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: 7.0.0.Beta1
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>
		    <#list value.metaValues.entrySet() as entry>
              		
           	
        
        <#list property.columns as column>
            <#include "column.hbm.ftl">
        
	
	




© 2015 - 2024 Weber Informatics LLC | Privacy Policy