1. Can we execute native sql query in hibernate?
2. What is the benefit of native sql query support in hibernate?
3. What is Named SQL Query?
4. What are the benefits of Named SQL Query?
5. What is the benefit of Hibernate Criteria API?
6. How to log hibernate generated sql queries in log files?
7. What is Hibernate Proxy and how it helps in lazy loading?
8. How to implement Inheritance in hibernate?
9. Types of inheritance mapping?
10. When we have to use Table per class?