Class ListRemoveAtOperation<E>
java.lang.Object
org.datanucleus.flush.CollectionRemoveOperation<E>
org.datanucleus.flush.ListRemoveAtOperation<E>
- All Implemented Interfaces:
Operation, SCOOperation
Remove operation for a list at a particular index where we have a backing store.
-
Field Summary
FieldsFields inherited from class CollectionRemoveOperation
allowCascadeDelete, fieldNumber, sm, store, value -
Constructor Summary
ConstructorsConstructorDescriptionListRemoveAtOperation(DNStateManager sm, int fieldNum, int index, E value) ListRemoveAtOperation(DNStateManager sm, ListStore<E> store, int index) -
Method Summary
Modifier and TypeMethodDescriptionAccessor for the metadata for the member that this operation is for.Accessor for StateManager of the object that this operation is performed on.getStore()Accessor for the backing store for this operation.voidperform()Perform the remove(int) operation on the specified container.toString()Methods inherited from class CollectionRemoveOperation
getValue
-
Field Details
-
index
final int indexThe index to remove.
-
-
Constructor Details
-
ListRemoveAtOperation
-
ListRemoveAtOperation
-
-
Method Details
-
getMemberMetaData
Description copied from interface:SCOOperationAccessor for the metadata for the member that this operation is for.- Specified by:
getMemberMetaDatain interfaceSCOOperation- Overrides:
getMemberMetaDatain classCollectionRemoveOperation<E>- Returns:
- The member metadata
-
perform
public void perform()Perform the remove(int) operation on the specified container.- Specified by:
performin interfaceOperation- Overrides:
performin classCollectionRemoveOperation<E>
-
getStore
Description copied from interface:SCOOperationAccessor for the backing store for this operation.- Specified by:
getStorein interfaceSCOOperation- Overrides:
getStorein classCollectionRemoveOperation<E>- Returns:
- The backing store
-
getStateManager
Description copied from interface:OperationAccessor for StateManager of the object that this operation is performed on.- Specified by:
getStateManagerin interfaceOperation- Overrides:
getStateManagerin classCollectionRemoveOperation<E>- Returns:
- StateManager
-
toString
- Overrides:
toStringin classCollectionRemoveOperation<E>
-