First Commit - Source Code from Reply
This commit is contained in:
32
dbcmnpsrc/FE/mnpdev/dbcgo/dbcgoEar/hibernate/genLib/Pojo.ftl
Normal file
32
dbcmnpsrc/FE/mnpdev/dbcgo/dbcgoEar/hibernate/genLib/Pojo.ftl
Normal file
@@ -0,0 +1,32 @@
|
||||
package it.valueteam.dbcgo.hb.dto;
|
||||
|
||||
|
||||
//${pojo.getPackageDeclaration()}
|
||||
// Generated ${date} by Hibernate Tools ${version} - Carmelo A.
|
||||
|
||||
<#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"/>
|
||||
|
||||
</#if>
|
||||
<#include "PojoExtraClassCode.ftl"/>
|
||||
|
||||
}
|
||||
</#assign>
|
||||
|
||||
${pojo.generateImports()}
|
||||
${classbody}
|
||||
|
||||
Reference in New Issue
Block a user