Package org.hibernate.event.spi
Interface SaveOrUpdateEventListener
-
@Deprecated(since="6") public interface SaveOrUpdateEventListener
Deprecated.sinceSession.saveOrUpdate(java.lang.Object)and friends are deprecatedDefines the contract for handling of update events generated from a session.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidonSaveOrUpdate(SaveOrUpdateEvent event)Deprecated.Handle the given update event.
-
-
-
Method Detail
-
onSaveOrUpdate
void onSaveOrUpdate(SaveOrUpdateEvent event) throws HibernateException
Deprecated.Handle the given update event.- Parameters:
event- The update event to be handled.- Throws:
HibernateException
-
-