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.
See Also:
API Note:
Incubating in terms of making this non-internal. These contracts will be getting cleaned up in following releases.