Class 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 Detail

      • CallbackDefinitionResolverLegacyImpl

        public CallbackDefinitionResolverLegacyImpl()
    • 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)