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