Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- NOTE: If you're working offline, you might have to change the DOCTYPE to the following:
- <!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD 3.0//EN"
- "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">-->
- <!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD 3.0//EN"
- "http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd">
- <hibernate-configuration>
- <session-factory>
- <mapping class="org.openmrs.contrib.model.User"/>
- <mapping class="org.openmrs.contrib.model.Role"/>
- </session-factory>
- </hibernate-configuration>
Advertisement
Add Comment
Please, Sign In to add comment