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 ?