org.hibernate.event.spi
Interface PreCollectionUpdateEventListener

All Superinterfaces:
Serializable
All Known Implementing Classes:
EnversPreCollectionUpdateEventListenerImpl

public interface PreCollectionUpdateEventListener
extends Serializable

Called before updating a collection


Method Summary
 void onPreUpdateCollection(PreCollectionUpdateEvent event)
           
 

Method Detail

onPreUpdateCollection

void onPreUpdateCollection(PreCollectionUpdateEvent event)


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.