org.hibernate.event
Interface PostUpdateEventListener

All Superinterfaces:
Serializable

public interface PostUpdateEventListener
extends Serializable

Called after updating the datastore

Author:
Gavin King

Method Summary
 void onPostUpdate(PostUpdateEvent event)
           
 

Method Detail

onPostUpdate

public void onPostUpdate(PostUpdateEvent event)