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

hbm.set.hbm.ftl Maven / Gradle / Ivy

There is a newer version: 5.6.15.Final
Show newest version
<#assign value = property.value>
<#assign keyValue = value.getKey()>
<#assign elementValue = value.getElement()>
<#assign elementTag = c2h.getCollectionElementTag(property)>

	 
	inverse="${value.inverse?string}"
	lazy="${c2h.getCollectionLazy(value)}"	 		
	<#if property.cascade != "none">
        cascade="${property.cascade}"
	
	<#if !property.basicPropertyAccessor>
        access="${property.propertyAccessorName}"
	
	<#if c2h.hasFetchMode(property)> fetch="${c2h.getFetchMode(property)}"
	>
		<#assign metaattributable=property>
		<#include "meta.hbm.ftl">
		<#include "key.hbm.ftl">
		<#include "${elementTag}-element.hbm.ftl">
	




© 2015 - 2024 Weber Informatics LLC | Privacy Policy