org.hibernate.event

Interface PostInsertEventListener

All Superinterfaces:
Serializable

public interface PostInsertEventListener
extends Serializable

Called after insterting an item in the datastore
Author:
Gavin King

Method Summary

void
onPostInsert(PostInsertEvent event)

Method Details

onPostInsert

public void onPostInsert(PostInsertEvent event)