Mapping Files in Hibernate
By Ramakrishna on Sep 17, 2008 in Hibernate Tutorial
Create the mapping files
Create a new file named ?hibernate.cfg.xml? in your root directory if it is not already created.
Insert the following in your hibernate file. Do not forget to change the username and the password to suit your database configuration.
PostgreSQL Version:
"-//Hibernate/Hibernate Configuration DTD 3.0//EN"
"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
