quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.35k stars 2.56k forks source link

Support `@NamedNativeQuery` in ORM/HR with Panache #34136

Open FroMage opened 1 year ago

FroMage commented 1 year ago

Description

As mentioned in https://github.com/quarkusio/quarkus/issues/34040 we don't support @NamedNativeQuery in either ORM nor HR with Panache. We should.

Note that in HR they both require a call to createNamedQuery.

Implementation ideas

No response

quarkus-bot[bot] commented 1 year ago

/cc @loicmathieu (panache)

eduleon commented 8 months ago

please, support :)