posted 13 years ago
Hi All,
We currently have a Hibernate ORM implementation using the earlier approach of (cfg+hbm xml) files. We are now planning to move towards annotations. I understand for tables all the declarations in the hbm xml files will go as annotations in the POJO class. How are the cfg settings moved to annotations.
Also are annotations alternative available for all tasks earlier executed through xml based files.
Do post your thoughts
Regards,