Skip to content

GroupBy + optional Join logic HQL, JsonB -> Jackson serialization

Enables GROUP BY clause and updates joins. New method of generating joins will add additional clauses to FROM, and add an equality check into the WHERE clause. When Hibernate reads this it transforms it into a cross join, which while not perfect, will allow for joins without defining associative entities in the DTO.

Also includes update to switch from JsonB to Jackson (which works with autovalue)

Merge request reports