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.
Author:
Gavin King
See Also: