org.hibernate.event
Interface PostCollectionRemoveEventListener

All Superinterfaces:
java.io.Serializable

public interface PostCollectionRemoveEventListener
extends java.io.Serializable

Called after removing a collection

Author:
Gail Badner

Method Summary
 void onPostRemoveCollection(PostCollectionRemoveEvent event)
           
 

Method Detail

onPostRemoveCollection

void onPostRemoveCollection(PostCollectionRemoveEvent event)


Copyright © 2008 Hibernate.org. All Rights Reserved.