Class MapProxy
java.lang.Object
org.hibernate.proxy.map.MapProxy
- All Implemented Interfaces:
Serializable, Map, PrimeAmongSecondarySupertypes, HibernateProxy
Proxy for "dynamic-map" entity representations.
- See Also:
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) Set<?> entrySet()Get the lazy initialization handler for this object.booleanisEmpty()Set<?> keySet()voidintsize()Collection<?> values()Perform serialization-time write-replacement of this proxy.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface HibernateProxy
asHibernateProxyMethods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Method Details
-
getHibernateLazyInitializer
Description copied from interface:HibernateProxyGet the lazy initialization handler for this object.- Specified by:
getHibernateLazyInitializerin interfaceHibernateProxy- Returns:
- The associated
LazyInitializer.
-
size
-
clear
-
isEmpty
-
containsKey
- Specified by:
containsKeyin interfaceMap
-
containsValue
- Specified by:
containsValuein interfaceMap
-
values
-
putAll
-
entrySet
-
keySet
-
get
-
remove
-
put
-
writeReplace
Description copied from interface:HibernateProxyPerform serialization-time write-replacement of this proxy.- Specified by:
writeReplacein interfaceHibernateProxy- Returns:
- The serializable proxy replacement.
-