[hibernate-dev] Conversion of XML-based mappings to Annotation-based

2007-09-27 Thread Viktor Klang
Greetings! I'm wondering if there are any hbm-to-annotation applications out there? I'm sitting with a large portion of hbm-files for an old project and would like to have the mappings moved to use annotations on the pojos. Does that exist? Best regards /Viktor _

[hibernate-dev] Dependency injection through a constructor?

2007-09-27 Thread Fabio Patricio
Hi, I have a situation where i don't have a default constructor. It would be complicated to implement dependency injection through a constructor? Somebody could give a light to me if it is possible and for where to start to see the source? Regards -- Fabio Patricio http://www.wansoft.com.br ___

Re: [hibernate-dev] Conversion of XML-based mappings to Annotation-based

2007-09-27 Thread Max Rydahl Andersen
http://tools.hibernate.org /max Greetings! I'm wondering if there are any hbm-to-annotation applications out there? I'm sitting with a large portion of hbm-files for an old project and would like to have the mappings moved to use annotations on the pojos. Does that exist? Best regards /Vi