Package | Description |
---|---|
org.hibernate.jpa.event.internal.jpa |
Modifier and Type | Class and Description |
---|---|
class |
EntityCallback
Represents a JPA callback on the entity itself
|
class |
ListenerCallback
Represents a JPA callback using a dedicated listener
|
Modifier and Type | Method and Description |
---|---|
Callback[] |
LegacyCallbackProcessor.resolveCallbacks(org.hibernate.annotations.common.reflection.XClass beanClass,
Class annotation,
org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager) |
Modifier and Type | Method and Description |
---|---|
void |
CallbackRegistryImpl.addEntityCallbacks(Class entityClass,
Class annotationClass,
Callback[] callbacks)
Great care should be taken calling this.
|
Copyright © 2021. All rights reserved.