Hi, I am looking for a way to create or modify existing template. I would like to see a couple of things happen:
1. I would like data access objects named *Repository rather than *DAO
2. I would like to ommit schema and catalog properties that are added to mapping files. I think mappingxml.vm supposed to control that, however I dont see those properties in there so I am wrong 🙂
3. And finally instead of just creating DAO (Repository) I would like to generate an interface and have its implementation. Just wondering if anyone created a template like that or, well, I gonna have to dig in to *.vm files 🙂
Also, is there any documentation for Hibernate template creation/manipulation ?
Thanks,
Oleg