Hi,
How will you configure Hibernate?
Thanks,
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,
Ads