[Hibernate] Using Multiple databases

2003-01-24 Thread Toni Charlot
Is it legal to do the following in order to use multiple databases in the same application? In the second session-factory element, I'm passing a new url/user/pass but using the same dialect. false true net.sf.hibernate.dialect.InterbaseDialect

[Hibernate] Top level collection but need long transaction

2003-01-23 Thread Toni Charlot
Top level collections are what I thought of using at first but I have a need for long transactions. I read in the doc that sess.update(obj) can not be called on objects with top level collection elements Person contains a Collection of Address objects Customer contains a collection of Address obj