org.datanucleus.store.types.sco
Interface SCOMap
- All Superinterfaces:
- SCO, SCOContainer
- All Known Implementing Classes:
- HashMap, HashMap, Hashtable, Hashtable, LinkedHashMap, LinkedHashMap, Map, Map, Properties, Properties, SortedMap, SortedMap, TreeMap, TreeMap
public interface SCOMap
- extends SCOContainer
Representation of a wrapper for a mutable Map SCO type supported.
updateEmbeddedKey
void updateEmbeddedKey(Object key,
int fieldNumber,
Object newValue)
- Method to update an embedded key stored in the map.
- Parameters:
key - The keyfieldNumber - Number of field in the elementnewValue - the new value for this field
updateEmbeddedValue
void updateEmbeddedValue(Object value,
int fieldNumber,
Object newValue)
- Method to update an embedded value stored in the map.
- Parameters:
value - The valuefieldNumber - Number of field in the elementnewValue - the new value for this field
Copyright © 2012. All Rights Reserved.