[jboss-cvs] JBossAS SVN: r96732 - projects/snowdrop/trunk/documentation/samples/sportsclub/sportsclub-hibernate-dao/src/main/resources/hibernate.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Nov 23 07:21:23 EST 2009


Author: lvlcek at redhat.com
Date: 2009-11-23 07:21:23 -0500 (Mon, 23 Nov 2009)
New Revision: 96732

Modified:
   projects/snowdrop/trunk/documentation/samples/sportsclub/sportsclub-hibernate-dao/src/main/resources/hibernate/hibernate.cfg.xml
Log:
added missing entity beans

Modified: projects/snowdrop/trunk/documentation/samples/sportsclub/sportsclub-hibernate-dao/src/main/resources/hibernate/hibernate.cfg.xml
===================================================================
--- projects/snowdrop/trunk/documentation/samples/sportsclub/sportsclub-hibernate-dao/src/main/resources/hibernate/hibernate.cfg.xml	2009-11-23 12:20:35 UTC (rev 96731)
+++ projects/snowdrop/trunk/documentation/samples/sportsclub/sportsclub-hibernate-dao/src/main/resources/hibernate/hibernate.cfg.xml	2009-11-23 12:21:23 UTC (rev 96732)
@@ -26,8 +26,10 @@
     <mapping class="org.jboss.snowdrop.samples.sportsclub.domain.entity.Address"/>
     <mapping class="org.jboss.snowdrop.samples.sportsclub.domain.entity.Equipment"/>
     <mapping class="org.jboss.snowdrop.samples.sportsclub.domain.entity.Name"/>
+    <mapping class="org.jboss.snowdrop.samples.sportsclub.domain.entity.Invoice"/>
+    <mapping class="org.jboss.snowdrop.samples.sportsclub.domain.entity.Membership"/>
     <mapping class="org.jboss.snowdrop.samples.sportsclub.domain.entity.Person"/>
-    <mapping class="org.jboss.snowdrop.samples.sportsclub.domain.entity.Membership"/>
+    <mapping class="org.jboss.snowdrop.samples.sportsclub.domain.entity.Reservation"/>
 
 </session-factory>
 </hibernate-configuration>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list