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

pojo.Pojo.ftl Maven / Gradle / Ivy

There is a newer version: 5.6.15.Final
Show newest version
${pojo.getPackageDeclaration()}
// Generated ${date} by Hibernate Tools ${version}

<#assign classbody>
<#include "PojoTypeDeclaration.ftl"/> {

<#if !pojo.isInterface()>
<#include "PojoFields.ftl"/>

<#include "PojoConstructors.ftl"/>
   
<#include "PojoPropertyAccessors.ftl"/>

<#include "PojoToString.ftl"/>

<#include "PojoEqualsHashcode.ftl"/>

<#else>
<#include "PojoInterfacePropertyAccessors.ftl"/>


<#include "PojoExtraClassCode.ftl"/>

}


${pojo.generateImports()}
${classbody}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy