Almost at the end of the section, "1.1. Getting started with Hibernate", it states:
 
    A SessionFactory is Hibernate's concept of a single datastore, multiple databases
    can be used by creating mul-tiple XML configuration files and creating multiple
    Configuration and SessionFactory objects in your application.
 
which comes to me that they will have seperate transaction for each data source
if I understand correctly. Then, I have a question regarding on the multiple database:
 
[Q] Does hibernate support the multiple datasources within a single transaction.
 
 
Regards,
 
 
Pae
 

Reply via email to