public class AbstractReassociateEventListener
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
AbstractReassociateEventListener() |
| Modifier and Type | Method and Description |
|---|---|
protected EntityEntry |
reassociate(AbstractEvent event,
java.lang.Object object,
java.io.Serializable id,
EntityPersister persister)
Associates a given entity (either transient or associated with another session) to
the given session.
|
protected final EntityEntry reassociate(AbstractEvent event, java.lang.Object object, java.io.Serializable id, EntityPersister persister)
event - The event triggering the re-associationobject - The entity to be associatedid - The id of the entity.persister - The entity's persister instance.Copyright © 2013. All Rights Reserved.