| java.lang.Object org.jpox.sco.queued.SetOperation
SetOperation | public class SetOperation implements QueuedOperation(Code) | | Set operation for a list.
version: $Revision: 1.4 $ |
Constructor Summary | |
public | SetOperation(int index, Object value, boolean allowCascadeDelete) Constructor. |
allowCascadeDelete | boolean allowCascadeDelete(Code) | | Whether to allow cascade-delete checks.
|
index | int index(Code) | | The position to set the value at.
|
SetOperation | public SetOperation(int index, Object value, boolean allowCascadeDelete)(Code) | | Constructor.
Parameters: index - The position to set Parameters: value - The value to use |
perform | public void perform(Store store, StateManager sm)(Code) | | Perform the add(Object) operation to the backing store.
Parameters: store - The backing store to perform it on Parameters: sm - StateManager for the owner of the map |
|
|