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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira