Uses of Class
io.ebean.annotation.ConstraintMode
-
-
Uses of ConstraintMode in io.ebean.annotation
Methods in io.ebean.annotation that return ConstraintMode Modifier and Type Method Description ConstraintModeonDelete()Specify the onDelete mode.ConstraintModeonUpdate()Do NOT change this - seriously, don't do it.static ConstraintModeConstraintMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ConstraintMode[]ConstraintMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-