org.hibernate.proxy.map
Class MapProxy
java.lang.Object
   org.hibernate.proxy.map.MapProxy
org.hibernate.proxy.map.MapProxy
- All Implemented Interfaces: 
- Serializable, Map, HibernateProxy
- public class MapProxy 
- extends Object- implements HibernateProxy, Map, Serializable
Proxy for "dynamic-map" entity representations.
- Author:
- Gavin King
- See Also:
- Serialized Form
 
| Nested classes/interfaces inherited from interface java.util.Map | 
| Map.Entry<K,V> | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
writeReplace
public Object writeReplace()
- Description copied from interface: HibernateProxy
- Perform serialization-time write-replacement of this proxy.
 
- 
- Specified by:
- writeReplacein interface- HibernateProxy
 
- 
- Returns:
- The serializable proxy replacement.
 
getHibernateLazyInitializer
public LazyInitializer getHibernateLazyInitializer()
- Description copied from interface: HibernateProxy
- Get the underlying lazy initialization handler.
 
- 
- Specified by:
- getHibernateLazyInitializerin interface- HibernateProxy
 
- 
- Returns:
- The lazy initializer.
 
size
public int size()
- 
- Specified by:
- sizein interface- Map
 
- 
 
clear
public void clear()
- 
- Specified by:
- clearin interface- Map
 
- 
 
isEmpty
public boolean isEmpty()
- 
- Specified by:
- isEmptyin interface- Map
 
- 
 
containsKey
public boolean containsKey(Object key)
- 
- Specified by:
- containsKeyin interface- Map
 
- 
 
containsValue
public boolean containsValue(Object value)
- 
- Specified by:
- containsValuein interface- Map
 
- 
 
values
public Collection values()
- 
- Specified by:
- valuesin interface- Map
 
- 
 
putAll
public void putAll(Map t)
- 
- Specified by:
- putAllin interface- Map
 
- 
 
entrySet
public Set entrySet()
- 
- Specified by:
- entrySetin interface- Map
 
- 
 
keySet
public Set keySet()
- 
- Specified by:
- keySetin interface- Map
 
- 
 
get
public Object get(Object key)
- 
- Specified by:
- getin interface- Map
 
- 
 
remove
public Object remove(Object key)
- 
- Specified by:
- removein interface- Map
 
- 
 
put
public Object put(Object key,
                  Object value)
- 
- Specified by:
- putin interface- Map
 
- 
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.