Re: [Hibernate] Is it worth contributing this code or posting it somewhere?

2005-02-10 Thread Christian Bauer
On Feb 10, 2005, at 8:45 AM, Jordan Laughlin wrote: return only one row (criteria does this as well). The cartesian product would show its ugly head if we instead attempted to load multiple collections per query, which is not what we are doing: instead we are doing one query per collection. As

RE: [Hibernate] Is it worth contributing this code or posting it somewhere?

2005-02-10 Thread Gavin King
There is a difference between multiple collection roles that are "parallel" to each other, and when they are in "series". Series Good. Parallel Bad. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christian Bauer Sent: Thursday, 10 February 2005 7:03 PM

RE: [Hibernate] Is it worth contributing this code or posting it somewhere?

2005-02-10 Thread Gavin King
Correct. This is a current limitation that will be solved “soon”. Meaning right after 3.0 final release. Its fairly straightforward. *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Jordan Laughlin *Sent:

Re: [Hibernate] Is it worth contributing this code or posting it somewhere?

2005-02-10 Thread Christian Bauer
On Feb 10, 2005, at 9:05 AM, Gavin King wrote: There is a difference between multiple collection roles that are "parallel" to each other, and when they are in "series". Series Good. Parallel Bad. OK, got it now :) -- Christian Bauer callto://christian-bauer Hibernate [EMAIL PROTECTED] http://hibern

[Hibernate] Be Amazed and Delighted by the Wondrous SpecialOneToOneType

2005-02-10 Thread Gavin King
This is something I've wanted for months: name 'HOME' name 'MAILING' check="addressType in ('MAILING', 'HOME', 'BUSINESS')"> column="personName"/>

Re: [Hibernate] Be Amazed and Delighted by the Wondrous SpecialOneToOneType

2005-02-10 Thread Christian Bauer
On Feb 10, 2005, at 1:35 PM, Gavin King wrote: Isn't that great, huh? See how flexible our product is! Who needs expert groups and specifications when you have us open source developers to design such intuitive syntax? Ugh. I took me about 30 seconds to understand it, weird stuff. I'll file this