org.hibernate.event

Interface PreCollectionRemoveEventListener

All Superinterfaces:
Serializable

public interface PreCollectionRemoveEventListener
extends Serializable

Called before removing a collection
Author:
Gail Badner

Method Summary

void
onPreRemoveCollection(PreCollectionRemoveEvent event)

Method Details

onPreRemoveCollection

public void onPreRemoveCollection(PreCollectionRemoveEvent event)