org.hibernate.event
Interface PreCollectionUpdateEventListener

All Superinterfaces:
java.io.Serializable

public interface PreCollectionUpdateEventListener
extends java.io.Serializable

Called before updating a collection

Author:
Gail Badner

Method Summary
 void onPreUpdateCollection(PreCollectionUpdateEvent event)
           
 

Method Detail

onPreUpdateCollection

void onPreUpdateCollection(PreCollectionUpdateEvent event)


Copyright © 2008 Hibernate.org. All Rights Reserved.