Uses of Interface
org.hibernate.event.service.spi.EventActionWithParameter
Packages that use EventActionWithParameter
Package
Description
An SPI for the event listener registration service.
-
Uses of EventActionWithParameter in org.hibernate.event.service.spi
Methods in org.hibernate.event.service.spi with parameters of type EventActionWithParameterModifier and TypeMethodDescription<U,
X> void EventListenerGroup.fireEventOnEachListener
(U event, X param, EventActionWithParameter<T, U, X> actionOnEvent) Similar toEventListenerGroup.fireEventOnEachListener(Object, BiConsumer)
, but allows passing a third parameter to the consumer; our code based occasionally needs a third parameter: having this additional variant allows using the optimal iteration more extensively and reduce allocations.