public abstract class ProxyVisitor extends AbstractVisitor
Constructor and Description |
---|
ProxyVisitor(EventSource session) |
Modifier and Type | Method and Description |
---|---|
protected static boolean |
isOwnerUnchanged(PersistentCollection snapshot,
CollectionPersister persister,
Serializable id)
Has the owner of the collection changed since the collection
was snapshotted and detached?
|
protected void |
reattachCollection(PersistentCollection collection,
CollectionType type)
Reattach a detached (disassociated) initialized or uninitialized
collection wrapper, using a snapshot carried with the collection
wrapper
|
processEntityPropertyValues
public ProxyVisitor(EventSource session)
protected static boolean isOwnerUnchanged(PersistentCollection snapshot, CollectionPersister persister, Serializable id)
protected void reattachCollection(PersistentCollection collection, CollectionType type) throws HibernateException
HibernateException
Copyright © 2016 JBoss by Red Hat. All rights reserved.