package it.valueteam.obj.dao.db.hb; //${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}