| Package | Description |
|---|---|
| org.hibernate.event.internal |
This package defines a default set of event listeners that
implements the default behaviors of Hibernate.
|
| org.hibernate.jpa.event.internal |
Internal details of implementing support for JPA callbacks
|
| org.hibernate.jpa.event.spi |
The SPI contracts for supporting JPA lifecycle callbacks.
|
| Class and Description |
|---|
| CallbackRegistry
Registry of Callbacks by entity and type
|
| CallbackRegistryConsumer
Contract for injecting the registry of Callbacks into event listeners.
|
| Class and 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
|
| CallbackType |
| Class and Description |
|---|
| Callback
Represents a JPA event callback (the method).
|
| CallbackBuilder.CallbackRegistrar
Represents the target of JPA callback registrations as part the EntityCallbackBuilder
|
| CallbackRegistry
Registry of Callbacks by entity and type
|
| CallbackType |
Copyright © 2019 JBoss by Red Hat. All rights reserved.