Uses of Enum
io.ebeaninternal.server.persist.DeleteMode
Packages that use DeleteMode
Package
Description
Core implementation objects
Bean description
Persistence Implementation
-
Uses of DeleteMode in io.ebeaninternal.server.core
Methods in io.ebeaninternal.server.core that return DeleteModeModifier and TypeMethodDescriptionPersistRequestBean.deleteMode()Return the delete mode - Soft or Hard. -
Uses of DeleteMode in io.ebeaninternal.server.deploy
Methods in io.ebeaninternal.server.deploy with parameters of type DeleteModeModifier and TypeMethodDescriptionIntersectionRow.createDelete(SpiEbeanServer server, DeleteMode deleteMode) BeanDescriptor.deleteById(Object id, List<Object> idList, DeleteMode mode) -
Uses of DeleteMode in io.ebeaninternal.server.persist
Methods in io.ebeaninternal.server.persist that return DeleteModeModifier and TypeMethodDescriptionstatic DeleteModeReturns the enum constant of this type with the specified name.static DeleteMode[]DeleteMode.values()Returns an array containing the constants of this enum type, in the order they are declared.