Advertisement
Guest User

Untitled

a guest
Apr 17th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE hibernate-configuration PUBLIC
  3. "-//Hibernate/Hibernate Configuration DTD 3.0//EN"
  4. "http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd">
  5.  
  6. <hibernate-configuration>
  7. <session-factory>
  8. <property name="hbm2ddl.auto">create</property>
  9. <mapping resource="ExportedPackage.hbm.xml" />
  10. <mapping resource="ImportedPackage.hbm.xml" />
  11. <mapping resource="ImportedItem.hbm.xml" />
  12. </session-factory>
  13. </hibernate-configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement