| Package | Description |
|---|---|
| org.hibernate.action.internal |
Internals for action processing.
|
| org.hibernate.event.service.internal | |
| org.hibernate.event.service.spi |
| Modifier and Type | Method and Description |
|---|---|
protected <T> EventListenerGroup<T> |
EntityAction.listenerGroup(EventType<T> eventType) |
protected <T> EventListenerGroup<T> |
CollectionAction.listenerGroup(EventType<T> eventType) |
| Modifier and Type | Class and Description |
|---|---|
class |
EventListenerGroupImpl<T> |
class |
PostCommitEventListenerGroupImpl<T>
Historically, the listeners for the post-commit events simply reused the
contracts from the non-post-commit variants.
|
| Modifier and Type | Method and Description |
|---|---|
<T> EventListenerGroup<T> |
EventListenerRegistry.getEventListenerGroup(EventType<T> eventType) |
Copyright © 2016. All rights reserved.