Re: [hibernate-dev] Hibernate extension points

2008-02-29 Thread Ali H. Ibrahim
Hi, Sorry about being presumptuous there. I think there are only 3 external classes, plus a bunch of inner classes which refer to HbmBinder. The inner classes could be converted to non-static inner classes and we would just have to pass an instance of HbmBinder to the 3 external classes that

Re: [hibernate-dev] Hibernate extension points

2008-02-28 Thread Emmanuel Bernard
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 issues for the points below. I assumed you meant forget #7 as that seems to be one t

Re: [hibernate-dev] Hibernate extension points

2008-02-28 Thread Ali H. Ibrahim
Hi, I have opened some JIRA improvement issues for the points below. I assumed you meant forget #7 as that seems to be one that requires a lot of work. I mistakenly marked one of the issues as major when I meant minor, but it seems I don't have permission to fix that. Regards, Ali Emmanuel

Re: [hibernate-dev] Hibernate extension points

2008-02-28 Thread Emmanuel Bernard
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 some pain points

[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