-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Is it possible to use more than one template with hbm2java
PostPosted: Wed Sep 28, 2005 12:28 pm 
Beginner
Beginner

Joined: Mon Jun 07, 2004 4:31 pm
Posts: 45
Location: France
Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp

Hibernate version:
hibernate-3.0.5 - tools 3.1 alpha 5

I want to cutom templates in order to have an Interface of pojo and its implemenation

interface Foo
class FooImpl

I want to do it into an ant task to plug it into a maven process

Problems :
- Name of template must be javaclass.vm
- I cannot put more than one vm file
- The name of the output file is always foo.java

Is there a way to do this or must i developp my own engine how parse
a hbm file ?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Sep 28, 2005 3:10 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
this has always been possible by wrtiing your own exporter, but now in the current cvs version it has been made much more user friendly since you can do <hbm2x template="pojoif.vm" filepattern="{package}/I{class}.java"/>

_________________
Max
Don't forget to rate


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.