appfusepojo.PojoExtraClassCode.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of appfuse-maven-plugin Show documentation
Show all versions of appfuse-maven-plugin Show documentation
This plugin is used with Maven to generate source or resource artifacts for extending the
functionality of your AppFuse application.
<#if pojo.hasMetaAttribute("class-code")> // The following is extra code specified in the hbm.xml files
${pojo.getExtraClassCode()}
// end of extra code specified in the hbm.xml files
#if>