Package org.hibernate.event.spi
Interface PreCollectionRecreateEventListener
-
- All Superinterfaces:
java.io.Serializable
public interface PreCollectionRecreateEventListener extends java.io.Serializable
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)
-
-