[Hibernate] Query by Criteria ..

2005-09-27 Thread sergiu gordea
Hi all, I'm new to Hibernate, and maybe I shouldn't post this question here, but I also don't think that the user-list may answer to it. Until now I used Torque, and I found very usefull the generated constants for Table and Column-names. Does Hibernate provide such a functionality? In

Re: [Hibernate] Query by Criteria ..

2005-09-27 Thread Max Rydahl Andersen
go to the user forum. thanks, -max Hi all, I'm new to Hibernate, and maybe I shouldn't post this question here, but I also don't think that the user-list may answer to it. Until now I used Torque, and I found very usefull the generated constants for Table and Column-names.

RE: [Hibernate] sessionfactoryimpl.close()

2005-09-27 Thread Gavin King
I think it would be perfectly reasonable to clear the internal collections. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Max Rydahl Andersen Sent: Monday, 26 September 2005 3:20 PM To: Emmanuel Bernard Cc: Hibernate development Subject: Re:

Re: [Hibernate] sessionfactoryimpl.close()

2005-09-27 Thread Max Rydahl Andersen
Hi, We tried to do this but it requires us to un-final stuff and that is not worth it. Instead I added a comment to sf.close() about the importance of actually not keeping a reference to the sf when it is not wanted anymore. /max I think it would be perfectly reasonable to clear the internal

RE: [Hibernate] sessionfactoryimpl.close()

2005-09-27 Thread Steve Ebersole
Why? You can call clear() on collections marked as final. Obviously you could not null them out... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Max Rydahl Andersen Sent: Tuesday, September 27, 2005 8:44 AM To: Gavin King; Emmanuel Bernard Cc:

[Hibernate] unsubscribe

2005-09-27 Thread Fikri
Hi, There is NO information on the page mailing list page (https://lists.sourceforge.net/lists/listinfo/hibernate-devel) on how to UNsubscribe Gavin King wrote: They are wrapped in UnmodifiableBlahBlah -Original Message- From: Steve Ebersole Sent: Tuesday, 27 September 2005

Re: [Hibernate] sessionfactoryimpl.close()

2005-09-27 Thread Max Rydahl Andersen
On Tue, 27 Sep 2005 15:48:59 +0200, Steve Ebersole [EMAIL PROTECTED] wrote: Why? You can call clear() on collections marked as final. Obviously you could not null them out... collectionmetadata and classmetadata are unmodifiable and thus cannot be cleared and they contain all the