What is lazy loading in Java? I don’t understand the process. Can anybody help me to understand the process of lazy loading? 14 Answers 14
This may be a really elementry question but whats a nice way to include multiple children entities when writing a query that spans THREE levels (or more)? i.e. I...
In this application we are developing, we noticed that a view was particularly slow. I profiled the view and noticed that there was one query executed by hibernate which...
What is wrong here is that your session management configuration is set to close session when you commit transaction. Check if you have something like: <property name="current_session_context_class">thread</property> in your...