Java Persistence/Ebean/Aggregation - Group By
There are 3 main ways you can do "Aggregation" type queries (with GROUP BY and HAVING clauses).
- SQL
- @SqlSelect - Report Bean
- @SqlSelect - Normal Bean
- @Formula
There are 3 main ways you can do "Aggregation" type queries (with GROUP BY and HAVING clauses).