public class

PersistentMapElementHolder

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

Summary

[Expand]
Inherited Fields
From class org.hibernate.collection.PersistentIndexedElementHolder
From class org.hibernate.collection.AbstractPersistentCollection
Public Constructors
PersistentMapElementHolder(SessionImplementor session, Element element)
PersistentMapElementHolder(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 PersistentMapElementHolder (SessionImplementor session, Element element)

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

Public Methods

public Serializable disassemble (CollectionPersister persister)

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