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

hbm.one-to-one.hbm.ftl Maven / Gradle / Ivy

There is a newer version: 5.6.15.Final
Show newest version
     
        property-ref="${property.value.referencedPropertyName}"
	
<#if !property.basicPropertyAccessor>
        access="${property.propertyAccessorName}"

<#if property.cascade != "none">
        cascade="${property.cascade}"

<#if property.value.constrained>
        constrained="true"


<#if property.value.hasFormula()>
<#assign formula = c2h.getFormulaForProperty(property)>
<#if formula?exists>
        formula="${formula.text}"


    >
   




© 2015 - 2024 Weber Informatics LLC | Privacy Policy