Package | Description |
---|---|
org.hibernate.jpa.event.internal.jpa | |
org.hibernate.jpa.event.spi.jpa |
Modifier and Type | Method and Description |
---|---|
CallbackType |
AbstractCallback.getCallbackType() |
Modifier and Type | Method and Description |
---|---|
boolean |
CallbackRegistryImpl.hasRegisteredCallbacks(Class entityClass,
CallbackType callbackType) |
Callback[] |
CallbackBuilderLegacyImpl.resolveCallbacks(org.hibernate.annotations.common.reflection.XClass beanClass,
CallbackType callbackType,
org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager) |
Constructor and Description |
---|
AbstractCallback(CallbackType callbackType) |
EntityCallback(Method callbackMethod,
CallbackType callbackType) |
ListenerCallback(Listener listenerInstance,
Method callbackMethod,
CallbackType callbackType) |
Modifier and Type | Method and Description |
---|---|
CallbackType |
Callback.getCallbackType() |
static CallbackType |
CallbackType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CallbackType[] |
CallbackType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CallbackRegistry.hasRegisteredCallbacks(Class entityClass,
CallbackType callbackType)
Do we have any registered callbacks of the given type for the given entity?
|
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.