Composite-id class must implement Serializable: io.digiwave.entities.StoreEntity #26897
Unanswered
softshipper
asked this question in
Q&A
Replies: 1 comment 2 replies
-
/cc @evanchooly |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I try to use Hibernate in Quarkus with Kotlin.
The entity definition looks as follows:
and the composite key:
Unfortunately the compiler complains:
As you can see the
Serializable
interface is implemented in the composite keys.What am I doing wrong?
Best regards
Beta Was this translation helpful? Give feedback.
All reactions