org.hibernate.collection
Class PersistentListElementHolder
java.lang.Object
   org.hibernate.collection.AbstractPersistentCollection
org.hibernate.collection.AbstractPersistentCollection
       org.hibernate.collection.PersistentIndexedElementHolder
org.hibernate.collection.PersistentIndexedElementHolder
           org.hibernate.collection.PersistentListElementHolder
org.hibernate.collection.PersistentListElementHolder
- All Implemented Interfaces: 
- Serializable, PersistentCollection
- public class PersistentListElementHolder 
- extends PersistentIndexedElementHolder
- Author:
- Gavin King
- See Also:
- Serialized Form
 
 
 
 
 
 
 
 
| Methods inherited from class org.hibernate.collection.PersistentIndexedElementHolder | 
| beforeInitialize, empty, entries, entryExists, equalsSnapshot, getDeletes, getElement, getIndex, getIndex, getIndexAttributeName, getOrphans, getSnapshot, getSnapshotElement, getValue, isDirectlyAccessible, isSnapshotEmpty, isWrapper, needsInserting, needsUpdating, readFrom, setIndex | 
 
| Methods inherited from class org.hibernate.collection.AbstractPersistentCollection | 
| afterInitialize, afterRowInsert, beginRead, clearDirty, dirty, endRead, forceInitialization, getCachedSize, getIdentifier, getKey, getOrphans, getOwner, getQueuedOrphans, getRole, getSession, getSnapshot, getStoredSnapshot, hasQueuedOperations, initialize, isClearQueueEnabled, isDirty, isOperationQueueEnabled, isPutQueueEnabled, isRowUpdatePossible, isUnreferenced, needsRecreate, performQueuedOperations, postAction, preInsert, queuedAdditionIterator, queueOperation, read, readElementByIndex, readElementExistence, readIndexExistence, readSize, setCurrentSession, setDirectlyAccessible, setInitialized, setOwner, setSnapshot, unsetSession, wasInitialized, write | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PersistentListElementHolder
public PersistentListElementHolder(SessionImplementor session,
                                   org.dom4j.Element element)
PersistentListElementHolder
public PersistentListElementHolder(SessionImplementor session,
                                   CollectionPersister persister,
                                   Serializable key)
                            throws HibernateException
- Throws:
- HibernateException
initializeFromCache
public void initializeFromCache(CollectionPersister persister,
                                Serializable disassembled,
                                Object owner)
                         throws HibernateException
- Description copied from interface: PersistentCollection
- Read the state of the collection from a disassembled cached value
 
- 
- Throws:
- HibernateException
 
disassemble
public Serializable disassemble(CollectionPersister persister)
                         throws HibernateException
- Description copied from interface: PersistentCollection
- Disassemble the collection, ready for the cache
 
- 
- Throws:
- HibernateException
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.