Max « HQL « JPA Q&A





1. HQL Min Max, how to    stackoverflow.com

I have two object : "Mother" and "Child". Mother have many Children, How can i get from the DB a Mother with only 2 Children (or less), the younger and the older. Thanks edit: The mother ...

2. JPQL: sum of sub aggregates and then min/max    stackoverflow.com

How do I determine minimum and maximum points scored (per player in a season) when your points data is structured like this (team, season, and player data omitted - not really ...