org.hibernate.event
Interface PostCollectionUpdateEventListener

All Superinterfaces:
java.io.Serializable

public interface PostCollectionUpdateEventListener
extends java.io.Serializable

Called after updating a collection

Author:
Gail Badner

Method Summary
 void onPostUpdateCollection(PostCollectionUpdateEvent event)
           
 

Method Detail

onPostUpdateCollection

void onPostUpdateCollection(PostCollectionUpdateEvent event)


Copyright © 2008 Hibernate.org. All Rights Reserved.