@Deprecated public class PersistentElementHolder extends AbstractPersistentCollection
AbstractPersistentCollection.DelayedOperation, AbstractPersistentCollection.IteratorProxy, AbstractPersistentCollection.LazyInitializationWork<T>, AbstractPersistentCollection.ListIteratorProxy, AbstractPersistentCollection.ListProxy, AbstractPersistentCollection.SetProxy| Modifier and Type | Field and Description |
|---|---|
protected org.dom4j.Element |
element
Deprecated.
|
UNKNOWN| Constructor and Description |
|---|
PersistentElementHolder(SessionImplementor session,
CollectionPersister persister,
Serializable key)
Deprecated.
|
PersistentElementHolder(SessionImplementor session,
org.dom4j.Element element)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
beforeInitialize(CollectionPersister persister,
int anticipatedSize)
Deprecated.
Called before any elements are read into the collection,
allowing appropriate initializations to occur.
|
Serializable |
disassemble(CollectionPersister persister)
Deprecated.
Disassemble the collection, ready for the cache
|
boolean |
empty()
Deprecated.
Is the initialized collection empty?
|
Iterator |
entries(CollectionPersister persister)
Deprecated.
Iterate all collection entries, during update of the database
|
boolean |
entryExists(Object entry,
int i)
Deprecated.
Does an element exist at this entry in the collection?
|
boolean |
equalsSnapshot(CollectionPersister persister)
Deprecated.
Does the current state exactly match the snapshot?
|
Iterator |
getDeletes(CollectionPersister persister,
boolean indexIsFormula)
Deprecated.
Get all the elements that need deleting
|
Object |
getElement(Object entry)
Deprecated.
Get the value of the given collection entry
|
Object |
getIndex(Object entry,
int i,
CollectionPersister persister)
Deprecated.
Get the index of the given collection entry
|
Collection |
getOrphans(Serializable snapshot,
String entityName)
Deprecated.
get all "orphaned" elements
|
Serializable |
getSnapshot(CollectionPersister persister)
Deprecated.
Return a new snapshot of the current state of the collection
|
Object |
getSnapshotElement(Object entry,
int i)
Deprecated.
Get the snapshot value of the given collection entry
|
Object |
getValue()
Deprecated.
return the user-visible collection (or array) instance
|
void |
initializeFromCache(CollectionPersister persister,
Serializable disassembled,
Object owner)
Deprecated.
Read the state of the collection from a disassembled cached value
|
boolean |
isDirectlyAccessible()
Deprecated.
Could the application possibly have a direct reference to
the underlying collection implementation?
|
boolean |
isSnapshotEmpty(Serializable snapshot)
Deprecated.
Is the snapshot empty?
|
boolean |
isWrapper(Object collection)
Deprecated.
Is this the wrapper for the given underlying collection instance?
|
boolean |
needsInserting(Object entry,
int i,
Type elementType)
Deprecated.
Do we need to insert this element?
|
boolean |
needsUpdating(Object entry,
int i,
Type elementType)
Deprecated.
Do we need to update this element?
|
Object |
readFrom(ResultSet rs,
CollectionPersister persister,
CollectionAliases descriptor,
Object owner)
Deprecated.
Read a row from the JDBC result set
|
afterInitialize, afterRowInsert, beginRead, clearDirty, dirty, endRead, forceInitialization, getCachedSize, getIdentifier, getKey, getOrphans, getOwner, getQueuedOrphans, getRole, getSession, getSnapshot, getStoredSnapshot, hasQueuedOperations, identityRemove, initialize, isClearQueueEnabled, isDirty, isOperationQueueEnabled, isPutQueueEnabled, isRowUpdatePossible, isUnreferenced, needsRecreate, performQueuedOperations, postAction, preInsert, prepareForPossibleLoadingOutsideTransaction, queuedAdditionIterator, queueOperation, read, readElementByIndex, readElementExistence, readIndexExistence, readSize, setCurrentSession, setDirectlyAccessible, setInitialized, setOwner, setSnapshot, unsetSession, wasInitialized, writepublic PersistentElementHolder(SessionImplementor session, org.dom4j.Element element)
public PersistentElementHolder(SessionImplementor session, CollectionPersister persister, Serializable key) throws HibernateException
HibernateExceptionpublic Serializable getSnapshot(CollectionPersister persister) throws HibernateException
PersistentCollectionHibernateExceptionpublic Collection getOrphans(Serializable snapshot, String entityName) throws HibernateException
AbstractPersistentCollectiongetOrphans in interface PersistentCollectiongetOrphans in class AbstractPersistentCollectionHibernateExceptionpublic boolean isWrapper(Object collection)
PersistentCollectionpublic boolean equalsSnapshot(CollectionPersister persister) throws HibernateException
PersistentCollectionHibernateExceptionpublic boolean isSnapshotEmpty(Serializable snapshot)
PersistentCollectionpublic boolean empty()
AbstractPersistentCollectionempty in interface PersistentCollectionempty in class AbstractPersistentCollectionpublic Object readFrom(ResultSet rs, CollectionPersister persister, CollectionAliases descriptor, Object owner) throws HibernateException, SQLException
PersistentCollectionHibernateExceptionSQLExceptionpublic Iterator entries(CollectionPersister persister)
PersistentCollectionpublic void beforeInitialize(CollectionPersister persister, int anticipatedSize)
PersistentCollectionpersister - The underlying collection persister.anticipatedSize - The anticipated size of the collection after initilization is complete.public boolean isDirectlyAccessible()
AbstractPersistentCollectionisDirectlyAccessible in interface PersistentCollectionisDirectlyAccessible in class AbstractPersistentCollectionpublic void initializeFromCache(CollectionPersister persister, Serializable disassembled, Object owner) throws HibernateException
PersistentCollectionHibernateExceptionpublic Serializable disassemble(CollectionPersister persister) throws HibernateException
PersistentCollectionHibernateExceptionpublic Object getValue()
AbstractPersistentCollectiongetValue in interface PersistentCollectiongetValue in class AbstractPersistentCollectionpublic Iterator getDeletes(CollectionPersister persister, boolean indexIsFormula) throws HibernateException
PersistentCollectionHibernateExceptionpublic boolean needsInserting(Object entry, int i, Type elementType) throws HibernateException
PersistentCollectionHibernateExceptionpublic boolean needsUpdating(Object entry, int i, Type elementType) throws HibernateException
PersistentCollectionHibernateExceptionpublic Object getIndex(Object entry, int i, CollectionPersister persister)
PersistentCollectionpersister - it was more elegant before we added this...public Object getElement(Object entry)
PersistentCollectionpublic Object getSnapshotElement(Object entry, int i)
PersistentCollectionpublic boolean entryExists(Object entry, int i)
PersistentCollectionCopyright © 2018 JBoss by Red Hat. All rights reserved.