Package org.hibernate.event.spi
Interface PreCollectionRecreateEventListener
-
public interface PreCollectionRecreateEventListenerCalled before recreating a collection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonPreRecreateCollection(PreCollectionRecreateEvent event)
-
-
-
Method Detail
-
onPreRecreateCollection
void onPreRecreateCollection(PreCollectionRecreateEvent event)
-
-