Groovy, thanks for the quick response Michael.

On 3/30/06, Michael Bayer <[EMAIL PROTECTED]> wrote:

should be, establish the corresponding Table objects against their
appropriate engine....then proceed normally.  the objectstore should
commit to each DB as appropriate.

hasnt been tested, though, and obviously eager loading is out the window.

also theres some proposed options on Session that may allow even
finer-graned control of database connections, so if the above is not good
enough theres still hope.


Tim Van Steenburgh wrote:
> Is it possible to use a different database for part of an object?
>
> Example:
>
> I have a Policy object. All the data for it lives in DBPolicy.  I want
> this
> object to have a 'documents' property.  The rows of documents for the
> Policy
> live in a different database, DBDocs.  Possible?
>
> Thanks,
> Tim
>


Reply via email to