Allow Java record as @IdClass
Description
Activity
Show:
Yoann Rodière October 23, 2023 at 3:52 PM
+1 it makes perfect sense.
FWIW, it’s been requested on Quarkus just now: https://github.com/quarkusio/quarkus/issues/36641
Gavin King August 29, 2023 at 6:27 PM
Note that this is required by JPA 3.2.
Currently we cannot use a Java
record
as an@IdClass
, even though that’s a perfect example of a record.