RE: [Andromda-user] Hibernate Lazy initialization

2004-11-25 Thread Chad Brandon
ehalf Of Wouter Zoons Sent: Thursday, November 25, 2004 6:35 AM To: Frederic Chapuis Cc: [EMAIL PROTECTED] Subject: Re: [Andromda-user] Hibernate Lazy initialization I agree with Frederic here, we don't have this but I think it should be possible to control lazy/eager instantiation through the

RE: [Andromda-user] Hibernate Lazy initialization

2004-11-25 Thread Chad Brandon
That sounds like a good idea to me. -Original Message- From: Frederic Chapuis [mailto:[EMAIL PROTECTED] Sent: Thursday, November 25, 2004 8:09 AM To: Chad Brandon; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [Andromda-user] Hibernate Lazy initialization Yes, I also think it

Re: [Andromda-user] Hibernate Lazy initialization

2004-11-25 Thread Frederic Chapuis
OTECTED]>; "'Frederic Chapuis'" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, November 25, 2004 3:58 PM Subject: RE: [Andromda-user] Hibernate Lazy initialization I agree as well, however it shouldn't be automatic, but should be able to be turned o

Re: [Andromda-user] Hibernate Lazy initialization

2004-11-25 Thread Wouter Zoons
I agree with Frederic here, we don't have this but I think it should be possible to control lazy/eager instantiation through the UML model by means of the aggregation kind (composite/aggregation) if nobody objects I'm going to implement this, I need it too at work :-) -- Wouter > Hello, > > For

[Andromda-user] Hibernate Lazy initialization

2004-11-24 Thread Frederic Chapuis
Hello, For composite aggregations it would be nice to be able to switch off lazy initialization, don't you think ? However, how can I initialize an entity Collection member (of entities, resulting from a composite aggregation) ? I ask this because I get entities (having that kind of member) throu