adspace


How create hibernate cfg xml in eclipse?

Answer Posted / Mohammad Sajid Husain

To create a Hibernate configuration XML file (hibernate.cfg.xml) in Eclipse, follow these steps:
1. Create a new file under the project src/main/resources directory.
2. Set the filename as hibernate.cfg.xml.
3. Configure the properties such as dialect, connection URL, username, and password.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is latest hibernate version?

493