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.PersistentIdentifierBag
Nested Class Summary |
Nested classes/interfaces inherited from class org.hibernate.collection.AbstractPersistentCollection | |
AbstractPersistentCollection.DelayedOperation |
Field Summary | |
protected Map | |
protected List |
Fields inherited from class org.hibernate.collection.AbstractPersistentCollection | |
UNKNOWN |
Constructor Summary | |
|
Method Summary | |
boolean |
|
void |
|
boolean |
|
boolean |
|
void |
|
void |
|
void |
|
boolean |
|
boolean |
|
Serializable |
|
boolean |
|
Iterator |
|
boolean |
|
boolean |
|
Object |
|
Iterator |
|
Object |
|
Object |
|
Object |
|
Collection |
|
Serializable |
|
Object |
|
int |
|
void |
|
boolean |
|
boolean |
|
boolean |
|
Iterator |
|
int |
|
ListIterator | |
ListIterator |
|
boolean |
|
boolean |
|
void |
|
Object |
|
boolean |
|
Object |
|
boolean |
|
boolean |
|
Object |
|
int |
|
List |
|
Object[] |
|
Object[] |
|
public boolean add(Object o)
public void add(int index, Object element)
public boolean addAll(Collection c)
public boolean addAll(int index, Collection c)
public void afterRowInsert(CollectionPersister persister, Object entry, int i) throws HibernateException
- Specified by:
- afterRowInsert in interface PersistentCollection
- Overrides:
- afterRowInsert in interface AbstractPersistentCollection
public void beforeInitialize(CollectionPersister persister, int anticipatedSize)
- Specified by:
- beforeInitialize in interface PersistentCollection
public void clear()
public boolean contains(Object o)
public boolean containsAll(Collection c)
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 equalsSnapshot(CollectionPersister persister) throws HibernateException
- Specified by:
- equalsSnapshot in interface PersistentCollection
public Object get(int index)
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 getIdentifier(Object entry, int i)
- Specified by:
- getIdentifier in interface PersistentCollection
- Overrides:
- getIdentifier in interface AbstractPersistentCollection
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 indexOf(Object o)
public void initializeFromCache(CollectionPersister persister, Serializable disassembled, Object owner) throws HibernateException
- Specified by:
- initializeFromCache in interface PersistentCollection
public boolean 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()
public int lastIndexOf(Object o)
public ListIterator listIterator()
public ListIterator listIterator(int index)
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 void preInsert(CollectionPersister persister) throws HibernateException
- Specified by:
- preInsert in interface PersistentCollection
- Overrides:
- preInsert in interface AbstractPersistentCollection
public Object readFrom(ResultSet rs, CollectionPersister persister, CollectionAliases descriptor, Object owner) throws HibernateException, SQLException
- Specified by:
- readFrom in interface PersistentCollection
public boolean remove(Object o)
public Object remove(int index)
public boolean removeAll(Collection c)
public boolean retainAll(Collection c)
public Object set(int index, Object element)
public int size()
public List subList(int fromIndex, int toIndex)
public Object[] toArray()
public Object[] toArray(Object[] a)