public class LegacyCallbackProcessor extends Object implements CallbackProcessor
CALLBACK_ANNOTATION_CLASSES
Constructor and Description |
---|
LegacyCallbackProcessor(ListenerFactory jpaListenerFactory,
org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager) |
Modifier and Type | Method and Description |
---|---|
void |
processCallbacksForEntity(Object entityObject,
CallbackRegistryImpl callbackRegistry)
Ugh, Object to account for Configuration/Metamodel split.
|
void |
release() |
Callback[] |
resolveCallbacks(org.hibernate.annotations.common.reflection.XClass beanClass,
Class annotation,
org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager) |
public LegacyCallbackProcessor(ListenerFactory jpaListenerFactory, org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager)
public void processCallbacksForEntity(Object entityObject, CallbackRegistryImpl callbackRegistry)
CallbackProcessor
processCallbacksForEntity
in interface CallbackProcessor
public Callback[] resolveCallbacks(org.hibernate.annotations.common.reflection.XClass beanClass, Class annotation, org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager)
public void release()
release
in interface CallbackProcessor
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.