Re: [JBoss-user] Persistence mechanisms

2002-08-16 Thread Dimitri Pissarenko
On Thu, 15 Aug 2002 20:02:11 -0500, you wrote: Dimitri Pissarenko wrote: For example, I have the following class structure: a) Project class contains several product stages b) A product stage contains several processes c) Each process contains input and output flows d) Each flow contains

Re: [JBoss-user] Persistence mechanisms

2002-08-16 Thread Dain Sundstrom
Dimitri Pissarenko wrote: On Thu, 15 Aug 2002 20:02:11 -0500, you wrote: Dimitri Pissarenko wrote: For example, I have the following class structure: a) Project class contains several product stages b) A product stage contains several processes c) Each process contains input and output

Re: [JBoss-user] Persistence mechanisms

2002-08-15 Thread Dain Sundstrom
Dimitri Pissarenko wrote: For example, I have the following class structure: a) Project class contains several product stages b) A product stage contains several processes c) Each process contains input and output flows d) Each flow contains several child flows Is there are a

[JBoss-user] Persistence mechanisms

2002-08-14 Thread Dimitri Pissarenko
Hello! In my application I use JBoss primarily in store object-oriented data in a relational database. I would like to implement this object-oriented/relational mapping so that changes in the object-oriented part (refactoring, changing the class structure) will imply as least as possible

Re: [JBoss-user] Persistence mechanisms

2002-08-14 Thread Holger Baxmann
PROTECTED] Sent: Wednesday, August 14, 2002 10:09 PM Subject: [JBoss-user] Persistence mechanisms Hello! In my application I use JBoss primarily in store object-oriented data in a relational database. I would like to implement this object-oriented/relational mapping so that changes in the object