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 Details

onPostUpdate

public void onPostUpdate(PostUpdateEvent event)