hey kotliners quick question, kotlin enum and jpa ...
# announcements
d
hey kotliners quick question, kotlin enum and jpa @Enumerated annotation I can't seem to find any information on this. In normal Java I use it to specify storing the string value and not ordinal value, but hibernate seems to not like it with kotlin enum
k
d
I wonder if I'm missing a dependancy somewhere because it complains about it not being a java enum
k
Where does it complain? What's the full error message?
d
Not at my pc just now but it complains when sprint context is building and hibernate is validating the db