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

2005-02-07 Thread Adrian Ridner
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 collections, n levels deep. We could have totally missed it, but as an example: Criteria crit = sess.create

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

2005-02-07 Thread Adrian Ridner
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 collections, n levels deep. We could have totally missed it, but as an example: Criteria crit = sess.create

Re: [Hibernate] HB3 docs

2005-02-07 Thread Emmanuel Bernard
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: * finish rewriting transaction chapter (Christian is doing this) * document Statistics and JMX monitoring (Emmanuel, can you spare some time to

[Hibernate] Problem configuring Hibernate with mappings via an InputStream

2005-02-07 Thread Safdar Kureishy
Hi,   I have an InputStream object that is constructed from a hibernate XML config file (in some other place) and I am trying to get the mappings contained within it read into the Hibernate Configuration object.   Ideally I could use the method configure(File file), but since I don’t ha

RE: [Hibernate] Problem configuring Hibernate with mappings via an InputStream

2005-02-07 Thread Steve Ebersole
This is a usage question and has no relevance to the furthering development of Hibernate.  Please use the user forums.   Thank you.     From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Safdar Kureishy Sent: Monday, February 07, 2005 9:02 PM To: hibernate-devel@lis

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

2005-02-07 Thread Christian Bauer
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 product and be slower than two queries (which is wh