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
|
- [Hibernate] A single Transaction with multiple datasou... Pae Choi
- Re: [Hibernate] A single Transaction with multipl... Emmanuel Bernard
- Re: [Hibernate] A single Transaction with mul... Pae Choi
- [Hibernate] ClassMetadata.getLength(Strin... Filipe
- Re: [Hibernate] ClassMetadata.getLeng... Max Rydahl Andersen
- RE: [Hibernate] A single Transaction with multipl... Steve Ebersole