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
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