
public class OObjectCustomSerializerMap<TYPE> extends HashMap<Object,Object> implements Serializable, OObjectLazyCustomSerializer<Map<Object,TYPE>>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
OObjectCustomSerializerMap(Class<?> iDeserializeClass,
ORecord iSourceRecord,
Map<Object,Object> iRecordMap) |
OObjectCustomSerializerMap(Class<?> iDeserializeClass,
ORecord iSourceRecord,
Map<Object,Object> iRecordMap,
Map<Object,Object> iSourceMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object k) |
boolean |
containsValue(Object o) |
protected void |
convertAll()
Converts all the items
|
void |
detach() |
void |
detach(boolean nonProxiedInstance) |
void |
detachAll(boolean nonProxiedInstance,
Map<Object,Object> alreadyDetached,
Map<Object,Object> lazyObjects) |
Set<Map.Entry<Object,Object>> |
entrySet() |
Object |
get(Object iKey) |
Map<Object,TYPE> |
getNonOrientInstance() |
Object |
getUnderlying() |
boolean |
isConverted() |
boolean |
isEmpty() |
Set<Object> |
keySet() |
Object |
put(Object iKey,
Object e) |
void |
putAll(Map<? extends Object,? extends Object> iMap) |
Object |
remove(Object iKey) |
void |
setDirty() |
int |
size() |
String |
toString() |
Collection<Object> |
values() |
clone, compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllequals, hashCodepublic OObjectCustomSerializerMap(Class<?> iDeserializeClass, ORecord iSourceRecord, Map<Object,Object> iRecordMap)
public int size()
public boolean isEmpty()
public boolean containsKey(Object k)
containsKey in interface Map<Object,Object>containsKey in class HashMap<Object,Object>public boolean containsValue(Object o)
containsValue in interface Map<Object,Object>containsValue in class HashMap<Object,Object>public void clear()
public boolean isConverted()
public String toString()
toString in class AbstractMap<Object,Object>public Collection<Object> values()
public void setDirty()
public void detach()
public void detach(boolean nonProxiedInstance)
detach in interface OObjectLazyMultivalueElement<Map<Object,TYPE>>public void detachAll(boolean nonProxiedInstance,
Map<Object,Object> alreadyDetached,
Map<Object,Object> lazyObjects)
detachAll in interface OObjectLazyMultivalueElement<Map<Object,TYPE>>public Map<Object,TYPE> getNonOrientInstance()
getNonOrientInstance in interface OObjectLazyMultivalueElement<Map<Object,TYPE>>public Object getUnderlying()
getUnderlying in interface OObjectLazyMultivalueElement<Map<Object,TYPE>>protected void convertAll()
Copyright © 2009–2025 OrientDB. All rights reserved.