|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.store.types.sco.queued.RemoveCollectionOperation
public class RemoveCollectionOperation
Remove operation for a collection or map.
| Constructor Summary | |
|---|---|
RemoveCollectionOperation(Object value,
boolean allowCascadeDelete)
Constructor, specifying whether cascade delete should be allowed. |
|
| Method Summary | |
|---|---|
Object |
getValue()
Accessor for the value being removed. |
void |
perform(CollectionStore store,
ObjectProvider sm)
Perform the remove(Object) operation on the specified container. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemoveCollectionOperation(Object value,
boolean allowCascadeDelete)
value - The value to removeallowCascadeDelete - Whether to allow cascade delete| Method Detail |
|---|
public Object getValue()
public void perform(CollectionStore store,
ObjectProvider sm)
perform in interface QueuedOperation<CollectionStore>store - The backing store to perform it onsm - StateManager for the owner of the container
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||