Package org.hibernate.event.spi
Interface PreCollectionRemoveEventListener
-
public interface PreCollectionRemoveEventListenerCalled before removing a collection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonPreRemoveCollection(PreCollectionRemoveEvent event)
-
-
-
Method Detail
-
onPreRemoveCollection
void onPreRemoveCollection(PreCollectionRemoveEvent event)
-
-