Uses of Class
io.ebean.annotation.DocStoreMode
-
-
Uses of DocStoreMode in io.ebean.annotation
Methods in io.ebean.annotation that return DocStoreMode Modifier and Type Method Description DocStoreModedelete()Specify the behavior when bean Delete occurs.DocStoreModeinsert()Specify the behavior when bean Insert occurs.DocStoreModepersist()Specify the behavior when bean Insert, Update, Delete events occur.DocStoreModeupdate()Specify the behavior when bean Update occurs.static DocStoreModeDocStoreMode. valueOf(String name)Returns the enum constant of this type with the specified name.static DocStoreMode[]DocStoreMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-