public class

PersistentListElementHolder

extends PersistentIndexedElementHolder
java.lang.Object
   ↳ org.hibernate.collection.AbstractPersistentCollection
     ↳ org.hibernate.collection.PersistentIndexedElementHolder
       ↳ org.hibernate.collection.PersistentListElementHolder

Summary

[Expand]
Inherited Fields
From class org.hibernate.collection.PersistentIndexedElementHolder
From class org.hibernate.collection.AbstractPersistentCollection
Public Constructors
PersistentListElementHolder(SessionImplementor session, Element element)
PersistentListElementHolder(SessionImplementor session, CollectionPersister persister, Serializable key)
Public Methods
Serializable disassemble(CollectionPersister persister)
void initializeFromCache(CollectionPersister persister, Serializable disassembled, Object owner)
[Expand]
Inherited Methods
From class org.hibernate.collection.PersistentIndexedElementHolder
From class org.hibernate.collection.AbstractPersistentCollection
From class java.lang.Object
From interface org.hibernate.collection.PersistentCollection

Public Constructors

public PersistentListElementHolder (SessionImplementor session, Element element)

public PersistentListElementHolder (SessionImplementor session, CollectionPersister persister, Serializable key)

Public Methods

public Serializable disassemble (CollectionPersister persister)

public void initializeFromCache (CollectionPersister persister, Serializable disassembled, Object owner)