|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.store.types.queued.SetOperation
public class SetOperation
Set operation for a list.
| Constructor Summary | |
|---|---|
SetOperation(ObjectProvider op,
ListStore store,
int index,
Object value,
boolean allowCascadeDelete)
|
|
| Method Summary | |
|---|---|
ObjectProvider |
getObjectProvider()
The object provider that this operation is performed on. |
Store |
getStore()
The backing store that this queued operation relates to. |
void |
perform()
Perform the set(int, Object) operation to the backing store. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SetOperation(ObjectProvider op,
ListStore store,
int index,
Object value,
boolean allowCascadeDelete)
| Method Detail |
|---|
public void perform()
perform in interface QueuedOperationpublic Store getStore()
QueuedOperation
getStore in interface QueuedOperationpublic ObjectProvider getObjectProvider()
QueuedOperation
getObjectProvider in interface QueuedOperation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||