| Package | Description |
|---|---|
| org.hibernate.event.service.spi |
| Modifier and Type | Method and Description |
|---|---|
<U,X> void |
EventListenerGroup.fireEventOnEachListener(U event,
X param,
EventActionWithParameter<T,U,X> actionOnEvent)
Similar to
EventListenerGroup.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. |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.