org.hibernate.event
Interface PostCollectionRemoveEventListener

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
EJB3PostUpdateEventListener

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 © 2012. All Rights Reserved.