| Issue 9: | Collection joins should return member type | |
| 1 person starred this issue and may be notified of changes. | Back to list |
when joining over a collection (or using the IN(...) syntax), the returned type should actually be of the member type. Exemple : select p from Person as p inner join p.children as c where c.name = "Smith" select p from Person as p, in(p.children) as c where c.name = "Smith"
Sep 8, 2008
Project Member
#2
eric.bot...@gmail.com
Status:
Started
|