Re: [Xdoclet-user] Hibernate cascade element

2004-09-21 Thread Andrew Stevens
On Tue, 2004-09-21 at 07:57, Daniel Or wrote: > Does anyone knows why the cascade element in the various tags > (@hibernate.array, @hibernate.bag, @hibernate.set etc) > > does not support “all-delete-orphan”. What version of XDoclet? According to the CVS logs it looks like it's been in the hiber

RE: [Xdoclet-user] Hibernate cascade element

2004-09-21 Thread Rupp, Heiko
Ah, ok        

RE: [Xdoclet-user] Hibernate cascade element

2004-09-21 Thread Rupp, Heiko
Daniel,   is there only an additional value of the cascade attribute needed or more?   Heiko From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Daniel OrSent: Tuesday, September 21, 2004 8:58 AMTo: [EMAIL PROTECTED]Subject: [Xdoclet-user] Hibernate cascade

Re: [Xdoclet-user] Hibernate cascade element

2004-09-21 Thread Konstantin Priblouda
--- Daniel Or <[EMAIL PROTECTED]> wrote: > Hi all. > > > > Does anyone knows why the cascade element in the > various tags > (@hibernate.array, @hibernate.bag, @hibernate.set > etc) > > does not support "all-delete-orphan". because it is not implemented yet in xdoclet 1.2.x ( but in 2 ) r

[Xdoclet-user] Hibernate cascade element

2004-09-20 Thread Daniel Or
Hi all.   Does anyone knows why the cascade element in the various tags (@hibernate.array, @hibernate.bag, @hibernate.set etc) does not support “all-delete-orphan”.   Daniel