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