How would I use hibernate in the case where I insert/update to a master DB and read from one of many slaves? Can I select from a read slave database, then update those objects on the master? Would I need to force each object into the session of the master then do an update, if so how can I do this and would this make sense?
Thanks for any help.
Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:
3.1
Mapping documents:
Code between sessionFactory.openSession() and session.close():
Full stack trace of any exception that occurs:
Name and version of the database you are using:
The generated SQL (show_sql=true):
Debug level Hibernate log excerpt: