Class PersistentSet<E>

java.lang.Object
org.hibernate.collection.spi.AbstractPersistentCollection<E>
org.hibernate.collection.spi.PersistentSet<E>
All Implemented Interfaces:
Serializable, Iterable<E>, Collection<E>, Set<E>, LazyInitializable, PersistentCollection<E>
Direct Known Subclasses:
PersistentSortedSet

@Incubating public class PersistentSet<E> extends AbstractPersistentCollection<E> implements Set<E>
A persistent wrapper for a Set. The underlying collection is a HashSet.
Author:
Gavin King
See Also: