What is an example of a many to many relationship?
Why hibernate and how does it help in the programming?
What is id generator in hibernate?
Difference between save() and saveorupdate() in hibernate?
What are the benefits of hibernate over jdbc?
What is hibernate connection pool_size?
State the role of sessionfactory interface plays in hibernate.
Should all the mapping files of hibernate have .hbm.xml extension to work properly?
Explain the criteria object in hibernate?
What is second level caching?
Explain what is a dialect?
What is table per concrete class in hibernate?
What is the difference between save() and persist() methods of session object?
What is transaction management in hibernate? How does it work?
Is hibernate sessionfactory thread safe?