Skip to content
Snippets Groups Projects

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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading