Package | Description |
---|---|
org.hibernate.jpa.event.internal.core | |
org.hibernate.jpa.event.internal.jpa | |
org.hibernate.jpa.event.spi.jpa |
Modifier and Type | Method and Description |
---|---|
void |
JpaSaveOrUpdateEventListener.injectCallbackRegistry(CallbackRegistry callbackRegistry) |
void |
JpaSaveEventListener.injectCallbackRegistry(CallbackRegistry callbackRegistry) |
void |
JpaPostUpdateEventListener.injectCallbackRegistry(CallbackRegistry callbackRegistry) |
void |
JpaPostLoadEventListener.injectCallbackRegistry(CallbackRegistry callbackRegistry) |
void |
JpaPostInsertEventListener.injectCallbackRegistry(CallbackRegistry callbackRegistry) |
void |
JpaPostDeleteEventListener.injectCallbackRegistry(CallbackRegistry callbackRegistry) |
void |
JpaPersistEventListener.injectCallbackRegistry(CallbackRegistry callbackRegistry) |
void |
JpaMergeEventListener.injectCallbackRegistry(CallbackRegistry callbackRegistry) |
void |
JpaFlushEntityEventListener.injectCallbackRegistry(CallbackRegistry callbackRegistry) |
void |
JpaDeleteEventListener.injectCallbackRegistry(CallbackRegistry callbackRegistry) |
Constructor and Description |
---|
JpaDeleteEventListener(CallbackRegistry callbackRegistry) |
JpaFlushEntityEventListener(CallbackRegistry callbackRegistry) |
JpaMergeEventListener(CallbackRegistry callbackRegistry) |
JpaPersistEventListener(CallbackRegistry callbackRegistry) |
JpaPostDeleteEventListener(CallbackRegistry callbackRegistry) |
JpaPostInsertEventListener(CallbackRegistry callbackRegistry) |
JpaPostLoadEventListener(CallbackRegistry callbackRegistry) |
JpaPostUpdateEventListener(CallbackRegistry callbackRegistry) |
JpaSaveEventListener(CallbackRegistry callbackRegistry) |
JpaSaveOrUpdateEventListener(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 © 2017 JBoss by Red Hat. All rights reserved.