Hello. I have some questions about myeclipse IDE, and I hope someone can help me.
1. Is it possible to do forward enigneering from POJOs to database in myeclipse?
2. If there isn’t option for forward engineering, can anyone explain to me why is that case in almost every IDE out there, is it really right way to create database first, and then generate model based on underlying database. As far as i know, the right way to develop some project is first design object model, then everything else, not vice versa.
3. Is there any option to auto generate hibernate *.hbm.xml mapping files from POJOs?