public class CollectionCacheEntry extends Object implements Serializable
Constructor and Description |
---|
CollectionCacheEntry(PersistentCollection collection,
CollectionPersister persister)
Constructs a CollectionCacheEntry
|
Modifier and Type | Method and Description |
---|---|
void |
assemble(PersistentCollection collection,
CollectionPersister persister,
Object owner)
Assembles the collection from the cached state.
|
Serializable[] |
getState()
Retrieve the cached collection state.
|
String |
toString() |
public CollectionCacheEntry(PersistentCollection collection, CollectionPersister persister)
collection
- The persistent collection instancepersister
- The collection persisterpublic Serializable[] getState()
public void assemble(PersistentCollection collection, CollectionPersister persister, Object owner)
collection
- The persistent collection instance being assembledpersister
- The collection persisterowner
- The collection owner instanceCopyright © 2019 JBoss by Red Hat. All rights reserved.