|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.collection.AbstractPersistentCollection
org.hibernate.collection.PersistentIndexedElementHolder
org.hibernate.collection.PersistentMapElementHolder
public class PersistentMapElementHolder
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.hibernate.collection.PersistentIndexedElementHolder |
|---|
PersistentIndexedElementHolder.IndexedValue |
| Nested classes/interfaces inherited from class org.hibernate.collection.AbstractPersistentCollection |
|---|
AbstractPersistentCollection.DelayedOperation |
| Field Summary |
|---|
| Fields inherited from class org.hibernate.collection.PersistentIndexedElementHolder |
|---|
element |
| Fields inherited from class org.hibernate.collection.AbstractPersistentCollection |
|---|
UNKNOWN |
| Constructor Summary | |
|---|---|
PersistentMapElementHolder(SessionImplementor session,
CollectionPersister persister,
java.io.Serializable key)
|
|
PersistentMapElementHolder(SessionImplementor session,
org.dom4j.Element element)
|
|
| Method Summary | |
|---|---|
java.io.Serializable |
disassemble(CollectionPersister persister)
Disassemble the collection, ready for the cache |
void |
initializeFromCache(CollectionPersister persister,
java.io.Serializable disassembled,
java.lang.Object owner)
Read the state of the collection from a disassembled cached value |
| 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 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PersistentMapElementHolder(SessionImplementor session,
org.dom4j.Element element)
public PersistentMapElementHolder(SessionImplementor session,
CollectionPersister persister,
java.io.Serializable key)
throws HibernateException
HibernateException| Method Detail |
|---|
public void initializeFromCache(CollectionPersister persister,
java.io.Serializable disassembled,
java.lang.Object owner)
throws HibernateException
PersistentCollection
HibernateException
public java.io.Serializable disassemble(CollectionPersister persister)
throws HibernateException
PersistentCollection
HibernateException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||