org.hibernate.event
Interface PreCollectionRemoveEventListener

All Superinterfaces:
java.io.Serializable

public interface PreCollectionRemoveEventListener
extends java.io.Serializable

Called before removing a collection

Author:
Gail Badner

Method Summary
 void onPreRemoveCollection(PreCollectionRemoveEvent event)
           
 

Method Detail

onPreRemoveCollection

void onPreRemoveCollection(PreCollectionRemoveEvent event)


Copyright © 2008 Hibernate.org. All Rights Reserved.