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