jakartaee / persistence

https://jakartaee.github.io/persistence/
Other
191 stars 55 forks source link

JPQL union, intersect, and except #398

Closed gavinking closed 11 months ago

gavinking commented 1 year ago

It would be nice if JPQL supported:

for combining query results.

gavinking commented 12 months ago

@beikov has pointed out that both EclipseLink and Hibernate already support this, so this one might be low-hanging fruit.

gavinking commented 11 months ago

Please review #457.