96 reputation
16
bio website kai-waehner.de/blog
location Munich, Germany
age
visits member for 2 years, 6 months
seen Apr 21 '11 at 4:07
stats profile views 32

I am an IT-Consultant in the Java / JEE / SOA world working in Munich, Germany for MaibornWolff et al (www.mwea.de)


Nov
19
awarded  Notable Question
Jul
3
awarded  Popular Question
May
22
awarded  Nice Question
Dec
1
awarded  Popular Question
Apr
17
asked When to use Akka (Scala Actors) instead of “older” messaging solutions such as WebSphere MQ or Tibco Rendevous?
Mar
23
awarded  Supporter
Dec
23
revised Hibernate session.flush() --> How to update just dirty objects instead of everything?
added 25818 characters in body
Dec
23
answered Hibernate session.flush() --> How to update just dirty objects instead of everything?
Dec
22
comment Hibernate session.flush() --> How to update just dirty objects instead of everything?
Thank you. Of course I have to analyse the whole code a lot more by myself. One more thought: I think I should use more sessions? In "Hibernate in Action" I read, that SessionFactory is expensive, but that you can use many Sessions. In this applications, the Persistence Context is very large I think... And am I right: Further changes after the first one are not persisted (if I use session.clear), because probably then all objects are in detached state - probably nowhere in the code the objects are reattached / merged again. And thus, after the second change is not persisted?
Dec
22
awarded  Editor
Dec
22
revised Hibernate session.flush() --> How to update just dirty objects instead of everything?
deleted 14 characters in body; edited tags; edited title
Dec
22
asked Hibernate session.flush() --> How to update just dirty objects instead of everything?
Dec
22
awarded  Student
Dec
22
asked Should I upgrade / migrate Hibernate 2.5 to Hibernate 3.0 or directly to the newest stable release?