How will you configure Hibernate?

Hi,

How will you configure Hibernate?

Thanks,

View Answers

April 24, 2013 at 12:18 PM

Hi,

To configure Hibernate we require a set of configuration setting that referred to database and other associated parameters. All the information are usually supplied as a standard java properties file called XML file known as hibernate.cfg.xml. To mapping the domain objects to the database tables are also a part of Hibernate configuration file.

For know more related to Hibernate Configure visit this link: http://www.roseindia.net/struts/struts-hibernate/hibernate-configuration-file.shtml

Thanks,









Related Tutorials/Questions & Answers:
Advertisements