After which hibernate version, related entities are initialized lazily?
Answer / Dharmendra Kumar
Since Hibernate 3.0, all collection associations (List and Set) are initialized lazily by default.
| Is This Answer Correct ? | 0 Yes | 0 No |
How does orm work?
What is difference between save and saveorupdate in hibernate?
What is the purpose of mapping?
What is a hibernate template class?
Hibernate SessionFactory is thread safe?
Which annotation is used to declare a class as a hibernate bean ?
Name some important interfaces of Hibernate framework?
What is disadvantage of hibernate?
What is a sessionfactory?
How does hibernate cache work?
What is n+1 select problem in hibernate?
What are hibernate annotations?