GRAILS-1019: Allowing expressions to be used with the 'disabled' attribute for g...
[grails.git] / test / persistence / hibernate.cfg.xml
blobb519fce52663a5137e76535bb5e95af76ac4bc0e
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE hibernate-configuration PUBLIC
3         "-//Hibernate/Hibernate Configuration DTD 3.0//EN"
4         "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
5         
6 <hibernate-configuration>
8         <!-- a SessionFactory instance listed as /jndi/name -->
9         <session-factory>
10                 <!-- mapping files -->
11                 <mapping resource="org/codehaus/groovy/grails/orm/hibernate/HibernateMappedClass.hbm.xml"/>
12         </session-factory>
14 </hibernate-configuration>