are the databases on the same server (MS SQL or Oracle) if so then you can 
map the domain to multiple tables/schemas within on session factory. if the 
databases are on separate servers and/or different vendors then you will 
need to use 2 session factories. using the second approach you will also 
need to merge the employee into the 2nd session.

Personally i would try to handle this completely differently so that an 
given operation only has knowledge of a single session. the information is 
then either transient, or references the session.

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en.

Reply via email to