Package org.hibernate.jpa.event.internal
Class CallbackDefinitionResolverLegacyImpl
- java.lang.Object
-
- org.hibernate.jpa.event.internal.CallbackDefinitionResolverLegacyImpl
-
public final class CallbackDefinitionResolverLegacyImpl extends Object
Resolves JPA callback definitions using a HCANN ReflectionManager."legacy" in that we want to move to Jandex instead.
-
-
Constructor Summary
Constructors Constructor Description CallbackDefinitionResolverLegacyImpl()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<CallbackDefinition>
resolveEmbeddableCallbacks(org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager, Class<?> entityClass, Property embeddableProperty, CallbackType callbackType)
static List<CallbackDefinition>
resolveEntityCallbacks(org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager, org.hibernate.annotations.common.reflection.XClass entityClass, CallbackType callbackType)
-
-
-
Method Detail
-
resolveEntityCallbacks
public static List<CallbackDefinition> resolveEntityCallbacks(org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager, org.hibernate.annotations.common.reflection.XClass entityClass, CallbackType callbackType)
-
resolveEmbeddableCallbacks
public static List<CallbackDefinition> resolveEmbeddableCallbacks(org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager, Class<?> entityClass, Property embeddableProperty, CallbackType callbackType)
-
-