| Interface | Description |
|---|---|
| Callback |
Represents a JPA event callback (the method).
|
| CallbackBuilder |
Contract for walking an entity hierarchy and building a list of JPA callbacks
|
| CallbackBuilder.CallbackRegistrar |
Represents the target of JPA callback registrations as part the EntityCallbackBuilder
|
| CallbackRegistry |
Registry of Callbacks by entity and type
|
| CallbackRegistryConsumer |
Contract for injecting the registry of Callbacks into event listeners.
|
| ExtendedBeanManager |
This contract and the nested LifecycleListener contract represent the changes
we'd like to propose to the CDI spec.
|
| ExtendedBeanManager.LifecycleListener |
Contract for things interested in receiving notifications of
BeanManager lifecycle events.
|
| Listener<T> |
Encapsulates access to the listener instance for listener callbacks
(
EntityListeners). |
| ListenerFactory |
Contract for building instances of JPA callback listener classes.
|
| Class | Description |
|---|---|
| ListenerFactoryBuilder |
Builder for ListenerFactory based on configuration options
|
| Enum | Description |
|---|---|
| CallbackType |
Copyright © 2018 JBoss by Red Hat. All rights reserved.