|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.event.def.AbstractReassociateEventListener
public class AbstractReassociateEventListener
A convenience base class for listeners that respond to requests to reassociate an entity to a session ( such as through lock() or update() ).
| Constructor Summary | |
|---|---|
AbstractReassociateEventListener()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractReassociateEventListener()
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||