Advertisement
Guest User

Untitled

a guest
Aug 9th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD 3.0//EN"
  3. "http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd">
  4. <hibernate-configuration>
  5. <session-factory name="ConexionHibernate">
  6. <property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
  7. <property name="hibernate.connection.password">hr</property>
  8. <property name="hibernate.connection.url">jdbc:mysql://localhost:1521/xe</property>
  9. <property name="hibernate.connection.username">hr</property>
  10. <property name="hibernate.dialect">org.hibernate.dialect.Oracle10gDialect</property>
  11. </session-factory>
  12. </hibernate-configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement