Package org.hibernate.event.spi
Interface PostCollectionRecreateEventListener
-
public interface PostCollectionRecreateEventListenerCalled after recreating a collection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonPostRecreateCollection(PostCollectionRecreateEvent event)
-
-
-
Method Detail
-
onPostRecreateCollection
void onPostRecreateCollection(PostCollectionRecreateEvent event)
-
-