Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • E eclipsefdn-api-common
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 14
    • Issues 14
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 2
    • Merge requests 2
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Eclipse FoundationEclipse Foundation
  • IT
  • APIs
  • eclipsefdn-api-common
  • Merge requests
  • !18

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

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Martin Lowe requested to merge malowe/eclipsefdn-api-common:malowe/master/groupby-join-update into master Sep 28, 2021
  • Overview 0
  • Commits 5
  • Changes 14

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)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: malowe/master/groupby-join-update

Copyright © Eclipse Foundation, Inc. All Rights Reserved.     Privacy Policy | Terms of Use | Copyright Agent