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

2005-02-09 Thread Jordan Laughlin
Hello, I just wanted to jump in because I'm really not clear on how the queries produced could result in a cartesian product. Since every level of the graph contains an on clause that references the table before it, each level of the tree is limited (by its particular join type) and the amo

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

2005-02-09 Thread Christian Bauer
On Feb 10, 2005, at 5:16 AM, Adrian Ridner wrote: Thanks for the reply. Sorry I didn't see it before, it got lost in my mailbox. I appreciate your feedback. I guess that answers my original question. We'll read up the docs more to see if we find anything. I am wondering if I didn't communicate

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

2005-02-09 Thread Adrian Ridner
On Feb 7, 2005, at 9:17 PM, Christian Bauer wrote: On Feb 7, 2005, at 11:08 PM, Adrian Ridner wrote: Did we miss something? I'll be optimistic and hope we didn't reinvent the wheel, but if we did, it was a fun exercise :) Read up on the docs some more. What you try to do would create a Cartesian

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

2005-02-09 Thread Adrian Ridner
(Sorry if this is a duplicate email, but I did not see it in the list, and it's been a few days...) Gavin, Thanks for the reply. When we looked at the docs and HiA (and experimented) we didn't see a way to load multiple collections for an object and any properties and collections of those collect

Re: [Hibernate] My first Hibernate App,.. got some question, appreciate ur help

2005-02-09 Thread Christian Bauer
On Feb 10, 2005, at 1:27 AM, [EMAIL PROTECTED] wrote: well, i thought let me try working on some example using Hibernate ORM... There is a user forum, this is the developer list. -- Christian Bauer callto://christian-bauer Hibernate [EMAIL PROTECTED] http://hibernate.org JBoss Inc [EMAIL PROTECTED

[Hibernate] My first Hibernate App,.. got some question, appreciate ur help

2005-02-09 Thread pkaka2
Hi everybody, well, i thought let me try working on some example using Hibernate ORM... I somehow made it work.. part of the code: conn=ds.getConnection(uname,passwd); Configuration cfg=new Configuration(); cfg.addClass(testing.Department.class); cfg.setProperties(System.getPro

Re: [Hibernate] HB3 docs

2005-02-09 Thread Emmanuel Bernard
Done. I've started a paragraph on metrics analysis (eg wrong cache hit ratio etc). Feel free to contribute from experience. Emmanuel Bernard wrote: Gavin King wrote: I’ve spent the last three days rewriting much of the user manual. It’s much improved. There are still two small tasks left: *