Package org.hibernate.event.spi
Interface PreCollectionRemoveEventListener
-
- All Known Implementing Classes:
EnversPreCollectionRemoveEventListenerImpl
public interface PreCollectionRemoveEventListener
Called before removing a collection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onPreRemoveCollection(PreCollectionRemoveEvent event)
-
-
-
Method Detail
-
onPreRemoveCollection
void onPreRemoveCollection(PreCollectionRemoveEvent event)
-
-