How to implement hibernate

Questions by saeed4java

Showing Answers 1 - 6 of 6 Answers

Arun K Rajput

  • Dec 1st, 2006
 

following things needed

1. put hibernate3.jar in project lib

2. write hibernate configuration file (ie) hibernate.cfg

3. write hibernate mapping file (say) student.hbm.xml

4. get hibernate session and begin transaction

5 end

bye

  Was this answer useful?  Yes

drjava72

  • Mar 16th, 2010
 

Rather creating mapping file try Annotations they are best and they take less time and they are efficient. You can reverse engineer them using net beans.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions