org.hibernate.event.spi
Interface PreCollectionRemoveEventListener

All Superinterfaces:
Serializable
All Known Implementing Classes:
EnversPreCollectionRemoveEventListenerImpl

public interface PreCollectionRemoveEventListener
extends Serializable

Called before removing a collection


Method Summary
 void onPreRemoveCollection(PreCollectionRemoveEvent event)
           
 

Method Detail

onPreRemoveCollection

void onPreRemoveCollection(PreCollectionRemoveEvent event)


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