[hibernate-commits] Hibernate SVN: r11232 - branches/Branch_3_2/HibernateExt/annotations/src/test/org/hibernate/test/annotations/loader.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Feb 22 15:07:09 EST 2007


Author: epbernard
Date: 2007-02-22 15:07:09 -0500 (Thu, 22 Feb 2007)
New Revision: 11232

Modified:
   branches/Branch_3_2/HibernateExt/annotations/src/test/org/hibernate/test/annotations/loader/Loader.hbm.xml
Log:
style

Modified: branches/Branch_3_2/HibernateExt/annotations/src/test/org/hibernate/test/annotations/loader/Loader.hbm.xml
===================================================================
--- branches/Branch_3_2/HibernateExt/annotations/src/test/org/hibernate/test/annotations/loader/Loader.hbm.xml	2007-02-22 19:58:31 UTC (rev 11231)
+++ branches/Branch_3_2/HibernateExt/annotations/src/test/org/hibernate/test/annotations/loader/Loader.hbm.xml	2007-02-22 20:07:09 UTC (rev 11232)
@@ -14,8 +14,8 @@
 <hibernate-mapping package="org.hibernate.test.annotations.loader">
 
     <sql-query name="loadByTeam">
-		<load-collection alias="p" role="Team.players"/>
-		select {p.*} from Player p where p.team_id =  ?
-	</sql-query>
+        <load-collection alias="p" role="Team.players"/>
+        select {p.*} from Player p where p.team_id = ?
+    </sql-query>
 
 </hibernate-mapping>
\ No newline at end of file




More information about the hibernate-commits mailing list