hbm.primitive-array.hbm.ftl Maven / Gradle / Ivy
<#assign value = property.value>
<#assign table = value.collectionTable.name>
<#assign dependentValue = value.getKey()>
access="${property.propertyAccessorName}"
#if>>
<#assign metaattributable=property>
<#include "meta.hbm.ftl">
<#list dependentValue.selectables as column>
<#include "column.hbm.ftl">
#list>
<#list value.index.selectables as column>
<#include "column.hbm.ftl">
#list>
<#list value.element.selectables as column>
<#include "column.hbm.ftl">
#list>