public class PersistentIdentifierBag extends AbstractPersistentCollection implements java.util.List
AbstractPersistentCollection.DelayedOperation| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map |
identifiers |
protected java.util.List |
values |
UNKNOWN| Constructor and Description |
|---|
PersistentIdentifierBag() |
PersistentIdentifierBag(SessionImplementor session) |
PersistentIdentifierBag(SessionImplementor session,
java.util.Collection coll) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
java.lang.Object element) |
boolean |
add(java.lang.Object o) |
boolean |
addAll(java.util.Collection c) |
boolean |
addAll(int index,
java.util.Collection c) |
void |
afterRowInsert(CollectionPersister persister,
java.lang.Object entry,
int i)
Called after inserting a row, to fetch the natively generated id
|
void |
beforeInitialize(CollectionPersister persister,
int anticipatedSize)
Called before any elements are read into the collection,
allowing appropriate initializations to occur.
|
void |
clear() |
boolean |
contains(java.lang.Object o) |
boolean |
containsAll(java.util.Collection c) |
java.io.Serializable |
disassemble(CollectionPersister persister)
Disassemble the collection, ready for the cache
|
boolean |
empty()
Is the initialized collection empty?
|
java.util.Iterator |
entries(CollectionPersister persister)
Iterate all collection entries, during update of the database
|
boolean |
entryExists(java.lang.Object entry,
int i)
Does an element exist at this entry in the collection?
|
boolean |
equalsSnapshot(CollectionPersister persister)
Does the current state exactly match the snapshot?
|
java.lang.Object |
get(int index) |
java.util.Iterator |
getDeletes(CollectionPersister persister,
boolean indexIsFormula)
Get all the elements that need deleting
|
java.lang.Object |
getElement(java.lang.Object entry)
Get the value of the given collection entry
|
java.lang.Object |
getIdentifier(java.lang.Object entry,
int i)
Get the index of the given collection entry
|
java.lang.Object |
getIndex(java.lang.Object entry,
int i,
CollectionPersister persister)
Get the index of the given collection entry
|
java.util.Collection |
getOrphans(java.io.Serializable snapshot,
java.lang.String entityName)
get all "orphaned" elements
|
java.io.Serializable |
getSnapshot(CollectionPersister persister)
Return a new snapshot of the current state of the collection
|
java.lang.Object |
getSnapshotElement(java.lang.Object entry,
int i)
Get the snapshot value of the given collection entry
|
int |
indexOf(java.lang.Object o) |
void |
initializeFromCache(CollectionPersister persister,
java.io.Serializable disassembled,
java.lang.Object owner)
Read the state of the collection from a disassembled cached value
|
boolean |
isEmpty() |
boolean |
isSnapshotEmpty(java.io.Serializable snapshot)
Is the snapshot empty?
|
boolean |
isWrapper(java.lang.Object collection)
Is this the wrapper for the given underlying collection instance?
|
java.util.Iterator |
iterator() |
int |
lastIndexOf(java.lang.Object o) |
java.util.ListIterator |
listIterator() |
java.util.ListIterator |
listIterator(int index) |
boolean |
needsInserting(java.lang.Object entry,
int i,
Type elemType)
Do we need to insert this element?
|
boolean |
needsUpdating(java.lang.Object entry,
int i,
Type elemType)
Do we need to update this element?
|
void |
preInsert(CollectionPersister persister)
Called before inserting rows, to ensure that any surrogate keys
are fully generated
|
java.lang.Object |
readFrom(java.sql.ResultSet rs,
CollectionPersister persister,
CollectionAliases descriptor,
java.lang.Object owner)
Read a row from the JDBC result set
|
java.lang.Object |
remove(int index) |
boolean |
remove(java.lang.Object o) |
boolean |
removeAll(java.util.Collection c) |
boolean |
retainAll(java.util.Collection c) |
java.lang.Object |
set(int index,
java.lang.Object element) |
int |
size() |
java.util.List |
subList(int fromIndex,
int toIndex) |
java.lang.Object[] |
toArray() |
java.lang.Object[] |
toArray(java.lang.Object[] a) |
afterInitialize, beginRead, clearDirty, dirty, endRead, forceInitialization, getCachedSize, getKey, getOrphans, getOwner, getQueuedOrphans, getRole, getSession, getSnapshot, getStoredSnapshot, getValue, hasQueuedOperations, initialize, isClearQueueEnabled, isDirectlyAccessible, isDirty, isOperationQueueEnabled, isPutQueueEnabled, isRowUpdatePossible, isUnreferenced, needsRecreate, performQueuedOperations, postAction, queuedAdditionIterator, queueOperation, read, readElementByIndex, readElementExistence, readIndexExistence, readSize, setCurrentSession, setDirectlyAccessible, setInitialized, setOwner, setSnapshot, unsetSession, wasInitialized, writepublic PersistentIdentifierBag(SessionImplementor session)
public PersistentIdentifierBag()
public PersistentIdentifierBag(SessionImplementor session, java.util.Collection coll)
public void initializeFromCache(CollectionPersister persister, java.io.Serializable disassembled, java.lang.Object owner) throws HibernateException
PersistentCollectioninitializeFromCache in interface PersistentCollectionHibernateExceptionpublic java.lang.Object getIdentifier(java.lang.Object entry,
int i)
PersistentCollectiongetIdentifier in interface PersistentCollectiongetIdentifier in class AbstractPersistentCollectionpublic boolean isWrapper(java.lang.Object collection)
PersistentCollectionisWrapper in interface PersistentCollectionpublic boolean add(java.lang.Object o)
add in interface java.util.Collectionadd in interface java.util.Listpublic void clear()
clear in interface java.util.Collectionclear in interface java.util.Listpublic boolean contains(java.lang.Object o)
contains in interface java.util.Collectioncontains in interface java.util.Listpublic boolean containsAll(java.util.Collection c)
containsAll in interface java.util.CollectioncontainsAll in interface java.util.Listpublic boolean isEmpty()
isEmpty in interface java.util.CollectionisEmpty in interface java.util.Listpublic java.util.Iterator iterator()
iterator in interface java.lang.Iterableiterator in interface java.util.Collectioniterator in interface java.util.Listpublic boolean remove(java.lang.Object o)
remove in interface java.util.Collectionremove in interface java.util.Listpublic boolean removeAll(java.util.Collection c)
removeAll in interface java.util.CollectionremoveAll in interface java.util.Listpublic boolean retainAll(java.util.Collection c)
retainAll in interface java.util.CollectionretainAll in interface java.util.Listpublic int size()
size in interface java.util.Collectionsize in interface java.util.Listpublic java.lang.Object[] toArray()
toArray in interface java.util.CollectiontoArray in interface java.util.Listpublic java.lang.Object[] toArray(java.lang.Object[] a)
toArray in interface java.util.CollectiontoArray in interface java.util.Listpublic 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 java.io.Serializable disassemble(CollectionPersister persister) throws HibernateException
PersistentCollectiondisassemble in interface PersistentCollectionHibernateExceptionpublic boolean empty()
AbstractPersistentCollectionempty in interface PersistentCollectionempty in class AbstractPersistentCollectionpublic java.util.Iterator entries(CollectionPersister persister)
PersistentCollectionentries in interface PersistentCollectionpublic boolean entryExists(java.lang.Object entry,
int i)
PersistentCollectionentryExists in interface PersistentCollectionpublic boolean equalsSnapshot(CollectionPersister persister) throws HibernateException
PersistentCollectionequalsSnapshot in interface PersistentCollectionHibernateExceptionpublic boolean isSnapshotEmpty(java.io.Serializable snapshot)
PersistentCollectionisSnapshotEmpty in interface PersistentCollectionpublic java.util.Iterator getDeletes(CollectionPersister persister, boolean indexIsFormula) throws HibernateException
PersistentCollectiongetDeletes in interface PersistentCollectionHibernateExceptionpublic java.lang.Object getIndex(java.lang.Object entry,
int i,
CollectionPersister persister)
PersistentCollectiongetIndex in interface PersistentCollectionpersister - it was more elegant before we added this...public java.lang.Object getElement(java.lang.Object entry)
PersistentCollectiongetElement in interface PersistentCollectionpublic java.lang.Object getSnapshotElement(java.lang.Object entry,
int i)
PersistentCollectiongetSnapshotElement in interface PersistentCollectionpublic boolean needsInserting(java.lang.Object entry,
int i,
Type elemType)
throws HibernateException
PersistentCollectionneedsInserting in interface PersistentCollectionHibernateExceptionpublic boolean needsUpdating(java.lang.Object entry,
int i,
Type elemType)
throws HibernateException
PersistentCollectionneedsUpdating in interface PersistentCollectionHibernateExceptionpublic java.lang.Object readFrom(java.sql.ResultSet rs,
CollectionPersister persister,
CollectionAliases descriptor,
java.lang.Object owner)
throws HibernateException,
java.sql.SQLException
PersistentCollectionreadFrom in interface PersistentCollectionHibernateExceptionjava.sql.SQLExceptionpublic java.io.Serializable getSnapshot(CollectionPersister persister) throws HibernateException
PersistentCollectiongetSnapshot in interface PersistentCollectionHibernateExceptionpublic java.util.Collection getOrphans(java.io.Serializable snapshot,
java.lang.String entityName)
throws HibernateException
AbstractPersistentCollectiongetOrphans in interface PersistentCollectiongetOrphans in class AbstractPersistentCollectionHibernateExceptionpublic void preInsert(CollectionPersister persister) throws HibernateException
AbstractPersistentCollectionpreInsert in interface PersistentCollectionpreInsert in class AbstractPersistentCollectionHibernateExceptionpublic void add(int index,
java.lang.Object element)
add in interface java.util.Listpublic boolean addAll(int index,
java.util.Collection c)
addAll in interface java.util.Listpublic java.lang.Object get(int index)
get in interface java.util.Listpublic int indexOf(java.lang.Object o)
indexOf in interface java.util.Listpublic int lastIndexOf(java.lang.Object o)
lastIndexOf in interface java.util.Listpublic java.util.ListIterator listIterator()
listIterator in interface java.util.Listpublic java.util.ListIterator listIterator(int index)
listIterator in interface java.util.Listpublic java.lang.Object remove(int index)
remove in interface java.util.Listpublic java.lang.Object set(int index,
java.lang.Object element)
set in interface java.util.Listpublic java.util.List subList(int fromIndex,
int toIndex)
subList in interface java.util.Listpublic boolean addAll(java.util.Collection c)
addAll in interface java.util.CollectionaddAll in interface java.util.Listpublic void afterRowInsert(CollectionPersister persister, java.lang.Object entry, int i) throws HibernateException
AbstractPersistentCollectionafterRowInsert in interface PersistentCollectionafterRowInsert in class AbstractPersistentCollectionHibernateExceptionCopyright © 2013. All Rights Reserved.