I’m using Hibernate Criteria API in my web project. Currently I got stuck in a serious problem. I’ve following scenario.

I want to get all students of a particular school (say with S_ID=1), but unable to do so. The problem is that I don’t know what restriction to add to criteria.
Try: