Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.hibernate.collection.AbstractPersistentCollection
org.hibernate.collection.PersistentList
java.util.ArrayList
Nested Class Summary |
Nested classes/interfaces inherited from class org.hibernate.collection.AbstractPersistentCollection | |
AbstractPersistentCollection.DelayedOperation |
Field Summary | |
protected List |
Fields inherited from class org.hibernate.collection.AbstractPersistentCollection | |
UNKNOWN |
Constructor Summary | |
| |
|
Method Summary | |
boolean |
|
void |
|
boolean |
|
boolean |
|
void |
|
void |
|
boolean |
|
boolean |
|
Serializable |
|
boolean |
|
Iterator |
|
boolean |
|
boolean |
|
boolean |
|
Object |
|
Iterator |
|
Object |
|
Object |
|
Collection |
|
Serializable |
|
Object |
|
int |
|
int |
|
void |
|
boolean |
|
boolean |
|
boolean |
|
Iterator |
|
int |
|
ListIterator | |
ListIterator |
|
boolean |
|
boolean |
|
Object |
|
boolean |
|
Object |
|
boolean |
|
boolean |
|
Object |
|
int |
|
List |
|
Object[] |
|
Object[] |
|
String |
|
public boolean add(Object object)
- See Also:
java.util.List.add(Object)
public void add(int index, Object value)
- See Also:
java.util.List.add(int, Object)
public boolean addAll(Collection values)
- See Also:
java.util.List.addAll(Collection)
public boolean addAll(int index, Collection coll)
- See Also:
java.util.List.addAll(int, Collection)
public void beforeInitialize(CollectionPersister persister, int anticipatedSize)
- Specified by:
- beforeInitialize in interface PersistentCollection
public void clear()
- See Also:
java.util.List.clear()
public boolean contains(Object object)
- See Also:
java.util.List.contains(Object)
public boolean containsAll(Collection coll)
- See Also:
java.util.List.containsAll(Collection)
public Serializable disassemble(CollectionPersister persister) throws HibernateException
- Specified by:
- disassemble in interface PersistentCollection
public boolean empty()
- Specified by:
- empty in interface PersistentCollection
- Overrides:
- empty in interface AbstractPersistentCollection
public Iterator entries(CollectionPersister persister)
- Specified by:
- entries in interface PersistentCollection
public boolean entryExists(Object entry, int i)
- Specified by:
- entryExists in interface PersistentCollection
public boolean equals(Object other)
public boolean equalsSnapshot(CollectionPersister persister) throws HibernateException
- Specified by:
- equalsSnapshot in interface PersistentCollection
public Object get(int index)
- See Also:
java.util.List.get(int)
public Iterator getDeletes(CollectionPersister persister, boolean indexIsFormula) throws HibernateException
- Specified by:
- getDeletes in interface PersistentCollection
public Object getElement(Object entry)
- Specified by:
- getElement in interface PersistentCollection
public Object getIndex(Object entry, int i, CollectionPersister persister)
- Specified by:
- getIndex in interface PersistentCollection
public Collection getOrphans(Serializable snapshot, String entityName) throws HibernateException
- Specified by:
- getOrphans in interface PersistentCollection
- Overrides:
- getOrphans in interface AbstractPersistentCollection
public Serializable getSnapshot(CollectionPersister persister) throws HibernateException
- Specified by:
- getSnapshot in interface PersistentCollection
public Object getSnapshotElement(Object entry, int i)
- Specified by:
- getSnapshotElement in interface PersistentCollection
public int hashCode()
public int indexOf(Object value)
- See Also:
java.util.List.indexOf(Object)
public void initializeFromCache(CollectionPersister persister, Serializable disassembled, Object owner) throws HibernateException
- Specified by:
- initializeFromCache in interface PersistentCollection
public boolean isEmpty()
- See Also:
java.util.List.isEmpty()
public boolean isSnapshotEmpty(Serializable snapshot)
- Specified by:
- isSnapshotEmpty in interface PersistentCollection
public boolean isWrapper(Object collection)
- Specified by:
- isWrapper in interface PersistentCollection
public Iterator iterator()
- See Also:
java.util.List.iterator()
public int lastIndexOf(Object value)
- See Also:
java.util.List.lastIndexOf(Object)
public ListIterator listIterator()
- See Also:
java.util.List.listIterator()
public ListIterator listIterator(int index)
- See Also:
java.util.List.listIterator(int)
public boolean needsInserting(Object entry, int i, Type elemType) throws HibernateException
- Specified by:
- needsInserting in interface PersistentCollection
public boolean needsUpdating(Object entry, int i, Type elemType) throws HibernateException
- Specified by:
- needsUpdating in interface PersistentCollection
public Object readFrom(ResultSet rs, CollectionPersister persister, CollectionAliases descriptor, Object owner) throws HibernateException, SQLException
- Specified by:
- readFrom in interface PersistentCollection
public boolean remove(Object value)
- See Also:
java.util.List.remove(Object)
public Object remove(int index)
- See Also:
java.util.List.remove(int)
public boolean removeAll(Collection coll)
- See Also:
java.util.List.removeAll(Collection)
public boolean retainAll(Collection coll)
- See Also:
java.util.List.retainAll(Collection)
public Object set(int index, Object value)
- See Also:
java.util.List.set(int, Object)
public int size()
- See Also:
java.util.List.size()
public List subList(int from, int to)
- See Also:
java.util.List.subList(int, int)
public Object[] toArray()
- See Also:
java.util.List.toArray()
public Object[] toArray(Object[] array)
- See Also:
java.util.List.toArray(Object[])
public String toString()