Class PersistentList<E>

java.lang.Object
org.hibernate.collection.spi.AbstractPersistentCollection<E>
org.hibernate.collection.spi.PersistentList<E>
All Implemented Interfaces:
Serializable, Iterable<E>, Collection<E>, List<E>, LazyInitializable, PersistentCollection<E>

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