|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.ejb.event.EJB3PostUpdateEventListener
public class EJB3PostUpdateEventListener
Implementation of the post update listeners.
Constructor Summary | |
---|---|
EJB3PostUpdateEventListener()
|
|
EJB3PostUpdateEventListener(EntityCallbackHandler callbackHandler)
|
Method Summary | |
---|---|
void |
onPostRecreateCollection(PostCollectionRecreateEvent event)
|
void |
onPostRemoveCollection(PostCollectionRemoveEvent event)
|
void |
onPostUpdate(PostUpdateEvent event)
|
void |
onPostUpdateCollection(PostCollectionUpdateEvent event)
|
void |
setCallbackHandler(EntityCallbackHandler callbackHandler)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EJB3PostUpdateEventListener()
public EJB3PostUpdateEventListener(EntityCallbackHandler callbackHandler)
Method Detail |
---|
public void setCallbackHandler(EntityCallbackHandler callbackHandler)
setCallbackHandler
in interface CallbackHandlerConsumer
public void onPostUpdate(PostUpdateEvent event)
onPostUpdate
in interface PostUpdateEventListener
public void onPostRecreateCollection(PostCollectionRecreateEvent event)
onPostRecreateCollection
in interface PostCollectionRecreateEventListener
public void onPostRemoveCollection(PostCollectionRemoveEvent event)
onPostRemoveCollection
in interface PostCollectionRemoveEventListener
public void onPostUpdateCollection(PostCollectionUpdateEvent event)
onPostUpdateCollection
in interface PostCollectionUpdateEventListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |