| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PostUpdateEventListenerStandardImpl.injectCallbackRegistry(CallbackRegistry callbackRegistry) |
void |
PostInsertEventListenerStandardImpl.injectCallbackRegistry(CallbackRegistry callbackRegistry) |
void |
PostDeleteEventListenerStandardImpl.injectCallbackRegistry(CallbackRegistry callbackRegistry) |
void |
DefaultPostLoadEventListener.injectCallbackRegistry(CallbackRegistry callbackRegistry) |
void |
DefaultFlushEntityEventListener.injectCallbackRegistry(CallbackRegistry callbackRegistry) |
void |
DefaultDeleteEventListener.injectCallbackRegistry(CallbackRegistry callbackRegistry) |
void |
AbstractSaveEventListener.injectCallbackRegistry(CallbackRegistry callbackRegistry) |
| Modifier and Type | Class and Description |
|---|---|
class |
CallbackRegistryImpl
Keep track of all lifecycle callbacks and listeners for a given persistence unit
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CallbackBuilder.CallbackRegistrar
Represents the target of JPA callback registrations as part the EntityCallbackBuilder
|
| Modifier and Type | Method and Description |
|---|---|
void |
CallbackRegistryConsumer.injectCallbackRegistry(CallbackRegistry callbackRegistry)
Injection of the CallbackRegistry
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.