Interface JPAEnumerationAttribute


public interface JPAEnumerationAttribute
  • Method Summary

    Modifier and Type
    Method
    Description
    convert​(List<String> values)
    Converts a list of string representations either into an array of enumerations, if a converter is given, or otherwise the first value into an enumeration
    <T extends Enum<?>>
    T
    enumOf​(String value)
     
    <T extends Number,​ E extends Enum<E>>
    E
    enumOf​(T value)
     
    boolean
     
    <T extends Number>
    T
    valueOf​(String value)
     
    <T extends Number>
    T
    valueOf​(List<String> value)