Uses of Class
io.ebean.annotation.ChangeLogInsertMode
-
-
Uses of ChangeLogInsertMode in io.ebean.annotation
Methods in io.ebean.annotation that return ChangeLogInsertMode Modifier and Type Method Description ChangeLogInsertModeinserts()Specify if inserts should be explicitly Included or Excluded.static ChangeLogInsertModeChangeLogInsertMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ChangeLogInsertMode[]ChangeLogInsertMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-