public class PersistentBag extends AbstractPersistentCollection implements List
AbstractPersistentCollection.DelayedOperation, AbstractPersistentCollection.IteratorProxy, AbstractPersistentCollection.ListIteratorProxy, AbstractPersistentCollection.ListProxy, AbstractPersistentCollection.SetProxy| Modifier and Type | Field and Description | 
|---|---|
| protected List | bag | 
UNKNOWN| Constructor and Description | 
|---|
| PersistentBag() | 
| PersistentBag(SessionImplementor session) | 
| PersistentBag(SessionImplementor session,
             Collection coll) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | add(int i,
   Object o) | 
| boolean | add(Object object) | 
| boolean | addAll(Collection values) | 
| boolean | addAll(int i,
      Collection c) | 
| void | beforeInitialize(CollectionPersister persister,
                int anticipatedSize)Called before any elements are read into the collection,
 allowing appropriate initializations to occur. | 
| void | clear() | 
| boolean | contains(Object object) | 
| boolean | containsAll(Collection c) | 
| Serializable | disassemble(CollectionPersister persister)Disassemble the collection, ready for the cache | 
| boolean | empty()Is the initialized collection empty? | 
| Iterator | entries(CollectionPersister persister)Iterate all collection entries, during update of the database | 
| boolean | entryExists(Object entry,
           int i)Does an element exist at this entry in the collection? | 
| boolean | equals(Object obj)Bag does not respect the collection API and do an
 JVM instance comparison to do the equals. | 
| boolean | equalsSnapshot(CollectionPersister persister)Does the current state exactly match the snapshot? | 
| Object | get(int i) | 
| Iterator | getDeletes(CollectionPersister persister,
          boolean indexIsFormula)Get all the elements that need deleting | 
| Object | getElement(Object entry)Get the value of the given collection entry | 
| Object | getIndex(Object entry,
        int i,
        CollectionPersister persister)Get the index of the given collection entry | 
| Collection | getOrphans(Serializable snapshot,
          String entityName)get all "orphaned" elements | 
| Serializable | getSnapshot(CollectionPersister persister)Return a new snapshot of the current state of the collection | 
| Object | getSnapshotElement(Object entry,
                  int i)Get the snapshot value of the given collection entry | 
| int | hashCode() | 
| int | indexOf(Object o) | 
| void | initializeFromCache(CollectionPersister persister,
                   Serializable disassembled,
                   Object owner)Read the state of the collection from a disassembled cached value | 
| boolean | isEmpty() | 
| boolean | isRowUpdatePossible() | 
| boolean | isSnapshotEmpty(Serializable snapshot)Is the snapshot empty? | 
| boolean | isWrapper(Object collection)Is this the wrapper for the given underlying collection instance? | 
| Iterator | iterator() | 
| int | lastIndexOf(Object o) | 
| ListIterator | listIterator() | 
| ListIterator | listIterator(int i) | 
| boolean | needsInserting(Object entry,
              int i,
              Type elemType)Do we need to insert this element? | 
| boolean | needsRecreate(CollectionPersister persister)Do we need to completely recreate this collection when it changes? | 
| boolean | needsUpdating(Object entry,
             int i,
             Type elemType)Do we need to update this element? | 
| int | occurrences(Object o) | 
| Object | readFrom(ResultSet rs,
        CollectionPersister persister,
        CollectionAliases descriptor,
        Object owner)Read a row from the JDBC result set | 
| Object | remove(int i) | 
| boolean | remove(Object o) | 
| boolean | removeAll(Collection c) | 
| boolean | retainAll(Collection c) | 
| Object | set(int i,
   Object o) | 
| int | size() | 
| List | subList(int start,
       int end) | 
| Object[] | toArray() | 
| Object[] | toArray(Object[] a) | 
| String | toString() | 
afterInitialize, afterRowInsert, beginRead, clearDirty, dirty, endRead, forceInitialization, getCachedSize, getIdentifier, getKey, getOrphans, getOwner, getQueuedOrphans, getRole, getSession, getSnapshot, getStoredSnapshot, getValue, hasQueuedOperations, identityRemove, initialize, isClearQueueEnabled, isDirectlyAccessible, isDirty, isOperationQueueEnabled, isPutQueueEnabled, isUnreferenced, performQueuedOperations, postAction, preInsert, queuedAdditionIterator, queueOperation, read, readElementByIndex, readElementExistence, readIndexExistence, readSize, setCurrentSession, setDirectlyAccessible, setInitialized, setOwner, setSnapshot, unsetSession, wasInitialized, writeprotected List bag
public PersistentBag(SessionImplementor session)
public PersistentBag(SessionImplementor session, Collection coll)
public PersistentBag()
public boolean isWrapper(Object collection)
PersistentCollectionisWrapper in interface PersistentCollectionpublic boolean empty()
AbstractPersistentCollectionempty in interface PersistentCollectionempty in class AbstractPersistentCollectionpublic Iterator entries(CollectionPersister persister)
PersistentCollectionentries in interface PersistentCollectionpublic Object readFrom(ResultSet rs, CollectionPersister persister, CollectionAliases descriptor, Object owner) throws HibernateException, SQLException
PersistentCollectionreadFrom in interface PersistentCollectionHibernateExceptionSQLExceptionpublic void beforeInitialize(CollectionPersister persister, int anticipatedSize)
PersistentCollectionbeforeInitialize in interface PersistentCollectionpersister - The underlying collection persister.anticipatedSize - The anticipated size of the collection after initilization is complete.public boolean equalsSnapshot(CollectionPersister persister) throws HibernateException
PersistentCollectionequalsSnapshot in interface PersistentCollectionHibernateExceptionpublic boolean isSnapshotEmpty(Serializable snapshot)
PersistentCollectionisSnapshotEmpty in interface PersistentCollectionpublic Serializable getSnapshot(CollectionPersister persister) throws HibernateException
PersistentCollectiongetSnapshot in interface PersistentCollectionHibernateExceptionpublic Collection getOrphans(Serializable snapshot, String entityName) throws HibernateException
AbstractPersistentCollectiongetOrphans in interface PersistentCollectiongetOrphans in class AbstractPersistentCollectionHibernateExceptionpublic Serializable disassemble(CollectionPersister persister) throws HibernateException
PersistentCollectiondisassemble in interface PersistentCollectionHibernateExceptionpublic void initializeFromCache(CollectionPersister persister, Serializable disassembled, Object owner) throws HibernateException
PersistentCollectioninitializeFromCache in interface PersistentCollectionHibernateExceptionpublic boolean needsRecreate(CollectionPersister persister)
AbstractPersistentCollectionneedsRecreate in interface PersistentCollectionneedsRecreate in class AbstractPersistentCollectionpublic Iterator getDeletes(CollectionPersister persister, boolean indexIsFormula) throws HibernateException
PersistentCollectiongetDeletes in interface PersistentCollectionHibernateExceptionpublic boolean needsInserting(Object entry, int i, Type elemType) throws HibernateException
PersistentCollectionneedsInserting in interface PersistentCollectionHibernateExceptionpublic boolean isRowUpdatePossible()
isRowUpdatePossible in interface PersistentCollectionisRowUpdatePossible in class AbstractPersistentCollectionpublic boolean needsUpdating(Object entry, int i, Type elemType)
PersistentCollectionneedsUpdating in interface PersistentCollectionpublic int size()
size in interface Collectionsize in interface ListCollection.size()public boolean isEmpty()
isEmpty in interface CollectionisEmpty in interface ListCollection.isEmpty()public boolean contains(Object object)
contains in interface Collectioncontains in interface ListCollection.contains(Object)public Iterator iterator()
iterator in interface Iterableiterator in interface Collectioniterator in interface ListCollection.iterator()public Object[] toArray()
toArray in interface CollectiontoArray in interface ListCollection.toArray()public Object[] toArray(Object[] a)
toArray in interface CollectiontoArray in interface ListCollection.toArray(Object[])public boolean add(Object object)
add in interface Collectionadd in interface ListCollection.add(Object)public boolean remove(Object o)
remove in interface Collectionremove in interface ListCollection.remove(Object)public boolean containsAll(Collection c)
containsAll in interface CollectioncontainsAll in interface ListCollection.containsAll(Collection)public boolean addAll(Collection values)
addAll in interface CollectionaddAll in interface ListCollection.addAll(Collection)public boolean removeAll(Collection c)
removeAll in interface CollectionremoveAll in interface ListCollection.removeAll(Collection)public boolean retainAll(Collection c)
retainAll in interface CollectionretainAll in interface ListCollection.retainAll(Collection)public void clear()
clear in interface Collectionclear in interface ListCollection.clear()public Object getIndex(Object entry, int i, CollectionPersister persister)
PersistentCollectiongetIndex in interface PersistentCollectionpersister - it was more elegant before we added this...public Object getElement(Object entry)
PersistentCollectiongetElement in interface PersistentCollectionpublic Object getSnapshotElement(Object entry, int i)
PersistentCollectiongetSnapshotElement in interface PersistentCollectionpublic int occurrences(Object o)
public void add(int i,
       Object o)
add in interface ListList.add(int, Object)public boolean addAll(int i,
             Collection c)
addAll in interface ListList.addAll(int, Collection)public Object get(int i)
get in interface ListList.get(int)public int indexOf(Object o)
indexOf in interface ListList.indexOf(Object)public int lastIndexOf(Object o)
lastIndexOf in interface ListList.lastIndexOf(Object)public ListIterator listIterator()
listIterator in interface ListList.listIterator()public ListIterator listIterator(int i)
listIterator in interface ListList.listIterator(int)public Object remove(int i)
remove in interface ListList.remove(int)public Object set(int i, Object o)
set in interface ListList.set(int, Object)public List subList(int start, int end)
subList in interface ListList.subList(int, int)public boolean entryExists(Object entry, int i)
PersistentCollectionentryExists in interface PersistentCollectionpublic boolean equals(Object obj)
equals in interface Collectionequals in interface Listequals in class ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in interface CollectionhashCode in interface ListhashCode in class ObjectObject.hashCode()Copyright © 2012 JBoss by Red Hat. All Rights Reserved.