Advertisement
karolziom22

Untitled

Jan 20th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 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="">
  6. <property name="hibernate.connection.driver_class">org.gjt.mm.mysql.Driver</property>
  7. <property name="hibernate.connection.password">sbd12345678</property>
  8. <property name="hibernate.connection.url">jdbc:mysql://kazimierz.bialystok.pl:3306/ministrant_SBD</property>
  9. <property name="hibernate.connection.username">ministrant_SBD</property>
  10. <property name="hibernate.dialect">org.hibernate.dialect.MySQL5InnoDBDialect</property>
  11. <property name="show_sql">true</property>
  12. <property name="current_session_context_class">thread</property>
  13. <mapping resource="com/mest/hibernate/app/entity/Pracownik.hbm.xml"/>
  14. <mapping resource="com/mest/hibernate/app/entity/PracZm.hbm.xml"/>
  15. <mapping resource="com/mest/hibernate/app/entity/Cennik.hbm.xml"/>
  16. <mapping resource="com/mest/hibernate/app/entity/Wybieg.hbm.xml"/>
  17. <mapping resource="com/mest/hibernate/app/entity/Zakup.hbm.xml"/>
  18. <mapping resource="com/mest/hibernate/app/entity/Zmiany.hbm.xml"/>
  19. <mapping resource="com/mest/hibernate/app/entity/Zwierze.hbm.xml"/>
  20. <mapping resource="com/mest/hibernate/app/entity/Kasa.hbm.xml"/>
  21.  
  22. </session-factory>
  23. </hibernate-configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement