Re: [Hibernate] Query.setComment() backport

2004-05-26 Thread Matt Hall
Sure, I finished the v2.1.3 patch and uploaded them both to a new JIRA at http://opensource.atlassian.com/projects/hibernate/browse/HB-984 Emmanuel Bernard wrote: Provide you patchs on JIRA. It's the best place to keep those evolutions. Matt Hall wrote: Well, I wrote a version of the setCo

Re: [Hibernate] Query.setComment() backport

2004-05-25 Thread Matt Hall
related Session interface methods that I didn't want to get involved. If anyone is interested (although it looks like not many are) I can provide a patch against v2.03. I'm working on v2.1 now. Matt Matt Hall wrote: Hi everyone, Due to my database being a bit weak on the query optimiza

[Hibernate] Query.setComment() backport

2004-05-24 Thread Matt Hall
Hi everyone, Due to my database being a bit weak on the query optimization front (Oracle 8i) I would really like to have the Query.setComment() support currently residing on the v22branch, but I'd like to remain on the otherwise stable 2.1 version. So I want to backport that feature to 2.1 for

Re: [Hibernate] Possible hbm2java generated equals() bug

2003-11-07 Thread Matt Hall
ation of equals/hashcode generation that consider all the imporant aspects ;) /max Matt Hall wrote: Hey All, My apologies if this has been covered, but I couldn't find it anywhere in the list or the forums. My concern is that hbm2java generates an equals() method that looks something like

[Hibernate] Possible hbm2java generated equals() bug

2003-11-07 Thread Matt Hall
Hey All, My apologies if this has been covered, but I couldn't find it anywhere in the list or the forums. My concern is that hbm2java generates an equals() method that looks something like: public boolean equals(Object other) { if ( !(other instanceof MyObject) ) return false;

Re: [Hibernate] Patch to automatically load hibernate objects from an HttpRequest submitted

2003-09-24 Thread Matt Hall
- Original Message ----- From: "Matt Hall" <[EMAIL PROTECTED]> To: "Hibernate mailingList" <[EMAIL PROTECTED]> Sent: Tuesday, September 23, 2003 11:58 AM Subject: [Hibernate] Patch to automatically load hibernate objects from an HttpRequest submitted I

[Hibernate] Patch for reference docs

2003-09-23 Thread Matt Hall
I wrote an example section for ordered lists in the Collections Mapping chapter and submitted it as a patch ( http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-359 ) against the source XML file. Could you let me know if these sorts of patches are needed/welcome, an

[Hibernate] Patch to automatically load hibernate objects from an HttpRequest submitted

2003-09-23 Thread Matt Hall
I've submitted a patch to JIRA ( http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-357 ) to alleviate some of the drudgery of web work with hibernate, specifically the need to set all of your fields in an object from an HttpRequest coming back from a form. I do th