JPA Enum Mapping

  • Mapping Enums with @Enumerated.EnumType(
    • When renaming the enum, how does the db deal with that?
    • With ORDINAL reordering Enums breaks Data Model
    • With STRING renaming Enums breaks Data Model