Annotation Type EnumValue

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value
      Specify the value to persist for a specific enum value.
    • Element Detail

      • value

        String value
        Specify the value to persist for a specific enum value.

        If all the values are parsable as Integers then Ebean will persist and fetch them as integers rather than strings.