Re: Inner class as persistent. Is it possible?

2003-10-23 Thread Armin Waibel
Hi,

(don't know if I understand your question)

no problem. Many junit tests use
static inner persistence cabable
classes.

...
PersistentA is a static inner class of ComplexMultiMapped
class.
Or don you mean nested objects?
http://db.apache.org/ojb/tutorial3.html#nested objects
regards,
Armin
[EMAIL PROTECTED] wrote:

Hi all,

When i use LiDO CE (JDO implementation), some of my persistent classes was 
implemented as inner.
Can I use this approach with OJB?

Thanks.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Inner class as persistent. Is it possible?

2003-10-23 Thread Eremiychuk
Hi all,

When i use LiDO CE (JDO implementation), some of my persistent classes was 
implemented as inner.
Can I use this approach with OJB?

Thanks.