Enum Class OnDeleteAction

java.lang.Object
java.lang.Enum<OnDeleteAction>
com.landawn.abacus.jdbc.dao.OnDeleteAction
All Implemented Interfaces:
Serializable, Comparable<OnDeleteAction>, Constable

@Beta @Deprecated public enum OnDeleteAction extends Enum<OnDeleteAction>
Deprecated.
won't & should not be implemented.
It should be defined and done in DB server side.
  • Enum Constant Details

    • NO_ACTION

      public static final OnDeleteAction NO_ACTION
      Deprecated.
      Field NO_ACTION.
    • SET_NULL

      public static final OnDeleteAction SET_NULL
      Deprecated.
      Field SET_NULL.
    • CASCADE

      public static final OnDeleteAction CASCADE
      Deprecated.
      Field CASCADE.
  • Method Details

    • values

      public static OnDeleteAction[] values()
      Deprecated.
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static OnDeleteAction valueOf(String name)
      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • value

      public int value()
      Deprecated.
      Returns:
      int
    • get

      public static OnDeleteAction get(String name)
      Deprecated.
      Parameters:
      name -
      Returns:
      ConstraintType