Class ListRemoveAtOperation<E>

java.lang.Object
org.datanucleus.flush.CollectionRemoveOperation<E>
org.datanucleus.flush.ListRemoveAtOperation<E>
All Implemented Interfaces:
Operation, SCOOperation

public class ListRemoveAtOperation<E> extends CollectionRemoveOperation<E>
Remove operation for a list at a particular index where we have a backing store.