Hibernate Querying 102 : The Criteria API magine the case of an online shop which sells shirts. Each shirt model comes in a certain number of available sizes. You want a query to find all the shirt models with sizes over 40. In HQL, the query might be the following : from Shirt shirt join shirt.a in Public bookmarkswith hibernateby 2 users