[hibernate-dev] Adding fetch joins to HQL queries programatically

2008-02-29 Thread Ali H. Ibrahim
Hi, I would like to be able to extend the functionality of org.hibernate.Query in two ways: 1. Have a method on Query that returns the result aliases and their position in the resulting object array. I think this information is already available at the QueryImpl level, but just not exposed t

Re: [hibernate-dev] Hibernate extension points

2008-02-29 Thread Ali H. Ibrahim
use it. Shouldn't be too bad. Regards, Ali Ibrahim Emmanuel Bernard wrote: I mean 6. HBMBinder is essentially static, there is no real way around that without rewriting a lot of boring code. On Feb 28, 2008, at 17:26, Ali H. Ibrahim wrote: Hi, I have opened some JIRA improvement i

Re: [hibernate-dev] Hibernate extension points

2008-02-28 Thread Ali H. Ibrahim
Ali Emmanuel Bernard wrote: Nice work Can you open a JIRA issue for each point (forget #6 though, too much work) and explain the reason for the need briefly? Emmanuel On Feb 26, 2008, at 14:10, Ali H. Ibrahim wrote: Hi, I have been working on an extension to Hibernate called Autofetch. I ran into

[hibernate-dev] Hibernate extension points

2008-02-26 Thread Ali H. Ibrahim
Hi, I have been working on an extension to Hibernate called Autofetch. I ran into some pain points and although I have worked around them for now, I was wondering which of these I could help make better either through patches or JIRA issues. Most of these are pretty selfish in that they would hav