Hibernate Interview Questions Series Part 4

This is the Series four of Hibernate Interview Questions 31.What are the Collection types in Hibernate ? · Bag · Set · List · Array · Map 32.What are the ways to express joins in HQL? HQL provides four ways of expressing (inner and outer) joins:- · An implicit association join · An ordinary join … Read more

Hibernate Interview Questions Series Part 3

This is the Series three of Hibernate Interview Questions 21.How do you invoke Stored Procedures? { ? = call selectAllEmployees() } 22.Explain Criteria API Criteria is a simplified API for retrieving entities by composing Criterion objects. This is a very convenient approach for functionality like “search” screens where there is a variable number of conditions … Read more