Package org.hibernate.event.spi
Interface PreCollectionUpdateEventListener
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
EnversPreCollectionUpdateEventListenerImpl
public interface PreCollectionUpdateEventListener extends java.io.Serializable
Called before updating a collection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onPreUpdateCollection(PreCollectionUpdateEvent event)
-
-
-
Method Detail
-
onPreUpdateCollection
void onPreUpdateCollection(PreCollectionUpdateEvent event)
-
-