[hibernate-issues] [Hibernate-JIRA] Created: (ANN-564) Support for native query loading collections

Emmanuel Bernard (JIRA) noreply at atlassian.com
Thu Feb 22 15:03:32 EST 2007


Support for native query loading collections
--------------------------------------------

         Key: ANN-564
         URL: http://opensource.atlassian.com/projects/hibernate/browse/ANN-564
     Project: Hibernate Annotations
        Type: New Feature

  Components: binder  
    Reporter: Emmanuel Bernard
    Priority: Minor


<sql-query name="loadByTeam">
		<load-collection alias="p" role="Team.players"/>
		select {p.*} from Player p where p.team_id =  ?
	</sql-query>


See org.hibernate.test.annotations.loader

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira




More information about the hibernate-issues mailing list