public class MapProxy extends Object implements HibernateProxy, Map, Serializable
| Modifier and Type | Method and Description | 
|---|---|
void | 
clear()  | 
boolean | 
containsKey(Object key)  | 
boolean | 
containsValue(Object value)  | 
Set | 
entrySet()  | 
Object | 
get(Object key)  | 
LazyInitializer | 
getHibernateLazyInitializer()
Get the underlying lazy initialization handler. 
 | 
boolean | 
isEmpty()  | 
Set | 
keySet()  | 
Object | 
put(Object key,
   Object value)  | 
void | 
putAll(Map t)  | 
Object | 
remove(Object key)  | 
int | 
size()  | 
Collection | 
values()  | 
Object | 
writeReplace()
Perform serialization-time write-replacement of this proxy. 
 | 
public Object writeReplace()
HibernateProxywriteReplace in interface HibernateProxypublic LazyInitializer getHibernateLazyInitializer()
HibernateProxygetHibernateLazyInitializer in interface HibernateProxypublic boolean containsKey(Object key)
containsKey in interface Mappublic boolean containsValue(Object value)
containsValue in interface Mappublic Collection values()
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.