have you tried to store the ordinal value. Store the string value works fine if you don’t have an associated String to the value:
@Enumerated(EnumType.ORDINAL)
have you tried to store the ordinal value. Store the string value works fine if you don’t have an associated String to the value:
@Enumerated(EnumType.ORDINAL)