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

hbm.primitive-array.hbm.ftl Maven / Gradle / Ivy

There is a newer version: 5.6.15.Final
Show newest version
<#assign value = property.value>
<#assign table = value.collectionTable.name>
<#assign dependentValue = value.getKey()>


    access="${property.propertyAccessorName}"
>
 <#assign metaattributable=property>
 <#include "meta.hbm.ftl">
 
       <#foreach column in dependentValue.getColumnIterator()>
        <#include "column.hbm.ftl">
       
 
 
       <#foreach column in value.getIndex().getColumnIterator()>
         <#include "column.hbm.ftl">   
       
 
 
       <#foreach column in value.getElement().getColumnIterator()>         
         <#include "column.hbm.ftl">   
       
 




© 2015 - 2024 Weber Informatics LLC | Privacy Policy