Solved: What is the purpose of the criteria query and Root class in hibernate
Question The following is a code that is written to execute a criteria query in hibernate, which will return all the rows with marks > 90: What exactly this Root class is for. I read somewhere that a criteria query forms a tree with nodes. But what are those nodes, how does it form a …