Closed fabienfleureau closed 1 year ago
Describe the bug There is an error for entity that contains field of type enum.
Is the bug at startup before you perform any action? Not applicable
@Entity code
@Column(name = "status", nullable = false) @Enumerated(EnumType.STRING) var status: StatusEnum
In case of EnumType.STRING -> print the string itself
Pushed the implementation on the dev branch. Both ORDINAL and STRING types are supported.
dev
Released in 0.1.8.
0.1.8
Describe the bug There is an error for entity that contains field of type enum.
Is the bug at startup before you perform any action? Not applicable
@Entity code
In case of EnumType.STRING -> print the string itself