Hello,

i use Castor JDO for storing my objects in a DB. It's very useful for me to
have dependent objects. You only have to do one db.create() and all objects
are made persistent. The problem is, that almost in every object i've fields
that refer to one class which holds language dependent strings. These
language dependent strings are stored with JDO and dependent objects, too.
Is it possible to make these objects always depent on every other object
they are referred from? If not, I loose the whole benefit of dependent
objects, because one dependent object does not register when it becomes
persistent, so i could not make persistent the language dependent object,
too, right? How to fill the hole in this queue of dependencies?

Thanks for advice,
Thomas

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to