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 Detail

onPreRemoveCollection

void onPreRemoveCollection(PreCollectionRemoveEvent event)