Guest User

hibernate.cfg.xml

a guest
May 25th, 2012
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <!-- NOTE: If you're working offline, you might have to change the DOCTYPE to the following:
  2. <!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD 3.0//EN"
  3. "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">-->
  4. <!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD 3.0//EN"
  5. "http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd">
  6.  
  7. <hibernate-configuration>
  8. <session-factory>
  9. <mapping class="org.openmrs.contrib.model.User"/>
  10. <mapping class="org.openmrs.contrib.model.Role"/>
  11. </session-factory>
  12. </hibernate-configuration>
Advertisement
Add Comment
Please, Sign In to add comment