| java.lang.Object org.jpox.sco.queued.RemoveOperation
RemoveOperation | public class RemoveOperation implements QueuedOperation(Code) | | Remove operation for a collection or map.
version: $Revision: 1.4 $ |
Method Summary | |
public void | perform(Store store, StateManager sm) Perform the remove(Object) operation on the specified container. |
allowCascadeDelete | boolean allowCascadeDelete(Code) | | Whether to allow cascade-delete checks.
|
RemoveOperation | public RemoveOperation(Object value)(Code) | | Constructor.
Parameters: value - The value to remove |
RemoveOperation | public RemoveOperation(Object value, boolean allowCascadeDelete)(Code) | | Constructor, specifying whether cascade delete should be allowed.
Parameters: value - The value to remove Parameters: allowCascadeDelete - Whether to allow cascade delete |
perform | public void perform(Store store, StateManager sm)(Code) | | Perform the remove(Object) operation on the specified container.
Parameters: store - The backing store to perform it on Parameters: sm - StateManager for the owner of the container |
|
|