hbm.one-to-one.hbm.ftl Maven / Gradle / Ivy
property-ref="${property.value.referencedPropertyName}"
#if>
<#if !property.basicPropertyAccessor>
access="${property.propertyAccessorName}"
#if>
<#if property.cascade != "none">
cascade="${property.cascade}"
#if>
<#if property.value.constrained>
constrained="true"
#if>
<#if property.value.hasFormula()>
<#assign formula = c2h.getFormulaForProperty(property)>
<#if formula?exists>
formula="${formula.text}"
#if>
#if>
>