org.datanucleus.store.types.sco
Interface SCOList
- All Superinterfaces:
- SCO, SCOCollection, SCOContainer
- All Known Implementing Classes:
- ArrayList, ArrayList, LinkedList, LinkedList, List, List, Stack, Stack, Vector, Vector
public interface SCOList
- extends SCOCollection
Representation of a wrapper for a mutable List SCO type supported.
|
Method Summary |
Object |
set(int index,
Object element,
boolean allowDependentField)
Overload the basic List set() method to allow turning off of the dependent-field
deletion process. |
set
Object set(int index,
Object element,
boolean allowDependentField)
- Overload the basic List set() method to allow turning off of the dependent-field
deletion process.
- Parameters:
index - The index to set the element atelement - The elementallowDependentField - Whether to allow dependent-field deletes
- Returns:
- The previous object at this position
Copyright © 2012. All Rights Reserved.