Submitted Questions

  • how to implement hibernate

    Arun K Rajput

    • Dec 1st, 2006

    following things needed1. put hibernate3.jar in project lib2. write hibernate configuration file (ie) hibernate.cfg3. write hibernate mapping file (say) student.hbm.xml4. get hibernate session and begin transaction5 endbye