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
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
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
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
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;
- 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
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
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