Package org.hibernate.jpa.event.internal
Class CallbackDefinitionResolverLegacyImpl
java.lang.Object
org.hibernate.jpa.event.internal.CallbackDefinitionResolverLegacyImpl
Resolves JPA callback definitions using a HCANN ReflectionManager.
"legacy" in that we want to move to Jandex instead.
- Author:
- Steve Ebersole
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<CallbackDefinition>resolveEmbeddableCallbacks(ReflectionManager reflectionManager, Class<?> entityClass, Property embeddableProperty, CallbackType callbackType) static List<CallbackDefinition>resolveEntityCallbacks(ReflectionManager reflectionManager, XClass entityClass, CallbackType callbackType)
-
Constructor Details
-
CallbackDefinitionResolverLegacyImpl
public CallbackDefinitionResolverLegacyImpl()
-
-
Method Details
-
resolveEntityCallbacks
public static List<CallbackDefinition> resolveEntityCallbacks(ReflectionManager reflectionManager, XClass entityClass, CallbackType callbackType) -
resolveEmbeddableCallbacks
public static List<CallbackDefinition> resolveEmbeddableCallbacks(ReflectionManager reflectionManager, Class<?> entityClass, Property embeddableProperty, CallbackType callbackType)
-