Joined: Fri Jul 27, 2007 12:31 pm Posts: 1 Location: New York, NY, USA
|
I'm working on a Spring / Hibernate application and because of the way the server side processes requests, I need to set the session's flush mode to COMMIT.
This works perfectly if I set the flush mode programatically (i.e. in Java at runtime).
I was looking for a way to set this property in the configuration, to keep these details out of the code. I don't see a way to do this.
Is this property only set-able at runtime on the Session?
Thanks.
|
|