Package org.hibernate.event.spi
Interface PostCollectionUpdateEventListener
-
- All Superinterfaces:
java.io.Serializable
public interface PostCollectionUpdateEventListener extends java.io.Serializable
Called after updating a collection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onPostUpdateCollection(PostCollectionUpdateEvent event)
-
-
-
Method Detail
-
onPostUpdateCollection
void onPostUpdateCollection(PostCollectionUpdateEvent event)
-
-