Hibernate Team |
|
Joined: Tue Aug 26, 2003 6:10 am Posts: 8615 Location: Neuchatel, Switzerland (Danish)
|
witht the beta1 (which is being built as a write this) you can do the following in ant:
<hbmtemplate template="pojo/generic-class.vm" filepattern="{package-name}/{class-name}.quote"/>
note this will generate per class/component.
<hbmtemplate template="pojo/generic-class.vm" filepattern="main.txt"/>
this will generate per configuraiton ($cfg) from which you can extract whatever you want ;)
_________________ Max
Don't forget to rate
|
|