Package org.hibernate.event.spi
Interface PostCollectionRecreateEventListener
-
- All Known Implementing Classes:
EnversPostCollectionRecreateEventListenerImpl
public interface PostCollectionRecreateEventListener
Called after recreating a collection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onPostRecreateCollection(PostCollectionRecreateEvent event)
-
-
-
Method Detail
-
onPostRecreateCollection
void onPostRecreateCollection(PostCollectionRecreateEvent event)
-
-