Why is sessionfactory thread safe?
List some of the database support by hibernate?
What is difference between opensession and getcurrentsession?
What are the key attributes?
What does orm mean?
After which hibernate version, related entities are initialized lazily?
How properties of a class are mapped to the columns of a database table in hibernate?
What does hibernate.hbm2ddl.auto create means?
What is an example of a many to many relationship?
What is the difference between flush and commit in hibernate?
Explain the types of hibernate instance states.
Define the collection types in hibernate?
What is persistence context in hibernate?
What is hibernate 2nd level cache?
Explain the difference between hibernate and spring.