public class CollectionCacheEntry
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
CollectionCacheEntry(PersistentCollection collection,
CollectionPersister persister)
Constructs a CollectionCacheEntry
|
| Modifier and Type | Method and Description |
|---|---|
void |
assemble(PersistentCollection collection,
CollectionPersister persister,
java.lang.Object owner)
Assembles the collection from the cached state.
|
java.io.Serializable[] |
getState()
Retrieve the cached collection state.
|
java.lang.String |
toString() |
public CollectionCacheEntry(PersistentCollection collection, CollectionPersister persister)
collection - The persistent collection instancepersister - The collection persisterpublic java.io.Serializable[] getState()
public void assemble(PersistentCollection collection, CollectionPersister persister, java.lang.Object owner)
collection - The persistent collection instance being assembledpersister - The collection persisterowner - The collection owner instancepublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.