Joined: Tue Jun 02, 2009 7:08 am Posts: 2
|
Hi,
Hibernate took 3 seconds to execute - org.hibernate.cfg.Configuration.Configure("/hibernate.cfg.xml");
Note: 35 mapping entries are there in the file hibernate.cfg.xml.
hibernate.cfg.xml::
<?xml version='1.0' encoding='utf-8'?> <!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd"> <hibernate-configuration> <session-factory> <property name="connection.driver_class"> com.mysql.jdbc.Driver </property> ...... ...... <mapping resource="orm/City.hbm.xml" /> .... </session-factory> </hibernate-configuration>
Please let me the know issue
Thanks
|
|