org.datanucleus.store.types.sco.queued
Class ClearCollectionOperation
java.lang.Object
org.datanucleus.store.types.sco.queued.ClearCollectionOperation
- All Implemented Interfaces:
- QueuedOperation<CollectionStore>
public class ClearCollectionOperation
- extends Object
- implements QueuedOperation<CollectionStore>
Clear operation for a collection or map.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClearCollectionOperation
public ClearCollectionOperation()
perform
public void perform(CollectionStore store,
ObjectProvider sm)
- Perform the clear() operation on the specified backing store.
- Specified by:
perform in interface QueuedOperation<CollectionStore>
- Parameters:
store - The backing store to perform it onsm - StateManager for the owner of the container
Copyright © 2012. All Rights Reserved.