After which hibernate version, related entities are initialized lazily?



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

Post New Answer

More Hibernate Interview Questions

How does orm work?

1 Answers  


What is difference between save and saveorupdate in hibernate?

1 Answers  


What is the purpose of mapping?

1 Answers  


What is a hibernate template class?

1 Answers  


Hibernate SessionFactory is thread safe?

1 Answers  


Which annotation is used to declare a class as a hibernate bean ?

1 Answers  


Name some important interfaces of Hibernate framework?

1 Answers  


What is disadvantage of hibernate?

1 Answers  


What is a sessionfactory?

1 Answers  


How does hibernate cache work?

1 Answers  


What is n+1 select problem in hibernate?

1 Answers  


What are hibernate annotations?

1 Answers  


Categories