Hi all, with Max help, finally, I retrieved tables and generated *.hbm.xml files from ORACLE DB.
But another problem appeared, I can not do any Java property/class completion in the *.hbm.xml files as the "Hibernate Tools Reference Guide"(see URL http://www.hibernate.org/hib_docs/tools/reference/en/html_single/) said.
My environment is described as below:
Code:
Eclipse : eclipse-SDK-3.2.1-win32
Hiberante tools : HibernateTools-3.2.0.beta8
WTP : wtp-R-1.5.2-200610261841
emf-sdo-runtime-2.2.1
GEF-SDK-3.2.1
JEM-SDK-1.2.1
xsd-runtime-2.2.1
I can open the *.hbm.xml files with xml editor in my eclipse tool, then I can navigate from the hbm.xml files to the relevant class/field in java code,
BUT CAN NOT DO ANY AUTOMATED CODE COMPLETION, IS THERE ANY STEPS I MISSED HERE?