@java.lang.SuppressWarnings({"rawtypes", "unchecked"})
public class PersistentList
extends AbstractPersistentCollection
    A lazy loaded list.
| Fields inherited from class | Fields | 
|---|---|
| class AbstractPersistentCollection | associationKey, childType, collection, dirty, indexer, initialized, initializing, keys, originalSize, proxyEntities, session | 
| Constructor and description | 
|---|
| PersistentList
                                (java.lang.Class childType, Session session, java.util.List collection) | 
| PersistentList
                                (java.util.Collection keys, java.lang.Class childType, Session session) | 
| PersistentList
                                (java.io.Serializable associationKey, Session session, AssociationQueryExecutor indexer) | 
| PersistentList
                                (Association association, java.io.Serializable associationKey, Session session) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | void | add(int index, java.lang.Object element) | 
|  | boolean | addAll(int index, java.util.Collection c) | 
|  | java.lang.Object | get(int index) | 
|  | int | indexOf(java.lang.Object o) | 
|  | int | lastIndexOf(java.lang.Object o) | 
|  | java.util.ListIterator | listIterator() | 
|  | java.util.ListIterator | listIterator(int index) | 
|  | java.lang.Object | remove(int index) | 
|  | java.lang.Object | set(int index, java.lang.Object element) | 
|  | java.util.List | subList(int fromIndex, int toIndex) | 
| Methods inherited from class | Name | 
|---|---|
| class AbstractPersistentCollection | add, addAll, clear, contains, containsAll, currentlyInitializing, equals, getOriginalSize, hasChanged, hasChangedSize, hasGrown, hasShrunk, hashCode, initialize, isDirty, isEmpty, isInitialized, iterator, loadInverseChildKeys, markDirty, remove, removeAll, resetDirty, retainAll, setProxyEntities, size, toArray, toArray, toString |