Re: [Hibernate] Suggested Patch To (Abstract)Query Class

2003-12-24 Thread Gavin King
Please submit this to JIRA, so that it doesn't get lost... Thanks, Gavin Nick Heudecker wrote: Sorry for the resend, but were there any thoughts on this, or should I request an enhancement through JIRA? I would like to make the setProperties(Object) method in the Query class a bit smarter by ad

[Hibernate] Suggested Patch To (Abstract)Query Class

2003-12-23 Thread Nick Heudecker
Sorry for the resend, but were there any thoughts on this, or should I request an enhancement through JIRA? > I would like to make the setProperties(Object) method in the Query class a bit > smarter by adding a patch looking something like this: > > public Query setProperties(Object bean) throw