Package | Description |
---|---|
org.hibernate.jpa.event.internal.jpa | |
org.hibernate.jpa.event.spi.jpa |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCallback |
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[] |
CallbackBuilderLegacyImpl.resolveCallbacks(org.hibernate.annotations.common.reflection.XClass beanClass,
CallbackType callbackType,
org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager) |
Modifier and Type | Method and Description |
---|---|
void |
CallbackRegistryImpl.registerCallbacks(Class entityClass,
Callback[] callbacks) |
Modifier and Type | Method and Description |
---|---|
void |
CallbackBuilder.CallbackRegistrar.registerCallbacks(Class entityClass,
Callback[] callbacks)
Register the callback against the given entity.
|
Copyright © 2016. All rights reserved.