Class PersistentMap<K,E>

java.lang.Object
org.hibernate.collection.spi.AbstractPersistentCollection<E>
org.hibernate.collection.spi.PersistentMap<K,E>
All Implemented Interfaces:
Serializable, Map<K,E>, LazyInitializable, PersistentCollection<E>
Direct Known Subclasses:
PersistentSortedMap

@Incubating public class PersistentMap<K,E> extends AbstractPersistentCollection<E> implements Map<K,E>
A persistent wrapper for a Map. Underlying collection is a HashMap.
See Also:
API Note:
Incubating in terms of making this non-internal. These contracts will be getting cleaned up in following releases.