<#if c2h.getClassName(clazz).indexOf("Ccrm")!=-1> package mnp.database.hb.dto.ccrm; <#else> package mnp.database.hb.dto; //${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}