type="${property.value.typeName}Type" <#else> type="${property.value.typeName}" <#if !property.updateable> update="false" <#if property.name?matches("oraCutOver") || property.name?matches("ipotesiRifiuto")> generated="insert" <#if !property.insertable> insert="false" <#if !property.basicPropertyAccessor> access="${property.propertyAccessorName}" <#if property.lazy> lazy="true" <#if !property.optimisticLocked> optimistic-lock="false" <#if property.value.hasFormula()> <#assign formula = c2h.getFormulaForProperty(property)> <#if formula?has_content> formula="${formula.text}" > <#assign metaattributable=property> <#include "meta.hbm.ftl"> <#foreach column in property.columnIterator> <#include "column.hbm.ftl">