Package org.hibernate.reactive.event
Interface ReactivePersistEventListener
public interface ReactivePersistEventListener
Defines the contract for handling of create events generated from a session.
-
Method Summary
Modifier and TypeMethodDescriptionreactiveOnPersist(PersistEvent event) Handle the given create event.reactiveOnPersist(PersistEvent event, PersistContext createdAlready) Handle the given create event.
-
Method Details
-
reactiveOnPersist
Handle the given create event.- Parameters:
event- The create event to be handled.
-
reactiveOnPersist
Handle the given create event.- Parameters:
event- The create event to be handled.
-