What is called lazy fetching from hibernate?
What is the use of hibernate session merge() call?
What is the need for hibernating tools when orm tools can be used?
What is a session in hibernate?
What is lazy loading in hibernate and how is it done?
What is the difference between sorted collection and ordered collection, which one is better?
What is the difference between open session and get current session?
What is the difference between hibernate session get() and load() method?
What is transaction in hibernate?
Explain the mechanism by which you can distinguish between transient (i.e. Newly instantiated) and detached objects in hibernate?
What are the best practices to follow with hibernate framework?
Why do you need orm tools like hibernate?
What is the difference between save() and persist() method in hibernate?
What is the hibernatetemplate class?
What is the role played by the sessionfactory interface in hibernate?