Hi All,

I am new in hibernate and I would like to ask some link for using hbmtemplate. 
I know it is engined by freemarker, but what variables can I using offering by 
plugin? 
Are there any examples for this?

I get an example (below), but I don't have includes which is referenced:(

${pojo.getPackageDeclaration()}
        
        <#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}

-- 
 thx,
 ----------------------------------
 Zoltan Zidarics programmer
 PTE-PMMFK H-7621 Pecs, Boszorkany u. 2. Hungary
 E-Mail: [EMAIL PROTECTED]
 ----------------------------------

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to