Uses of Enum Class
st.orm.UpdateMode

Packages that use UpdateMode
Package
Description
 
  • Uses of UpdateMode in st.orm

    Methods in st.orm that return UpdateMode
    Modifier and Type
    Method
    Description
    static UpdateMode
    UpdateMode.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static UpdateMode[]
    UpdateMode.values()
    Returns an array containing the constants of this enum class, in the order they are declared.