Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <hibernate-configuration>
  2.  <session-factory name="">
  3.   <property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
  4.   <property name="hibernate.connection.url">jdbc:mysql://localhost:3306/frameworks</property>
  5.   <property name="hibernate.connection.username">root</property>
  6.   <property name="hibernate.dialect">org.hibernate.dialect.MySQLDialect</property>
  7.   <property name="hibernate.hbm2ddl.auto">update</property>
  8.   <mapping class="org.santi.entity.Persona"/>
  9.  </session-factory>
  10. </hibernate-configuration>