Uses of Class
org.hibernate.boot.models.spi.LifecycleEventHandler
Packages that use LifecycleEventHandler
-
Uses of LifecycleEventHandler in org.hibernate.boot.models.spi
Methods in org.hibernate.boot.models.spi that return LifecycleEventHandlerModifier and TypeMethodDescriptionstatic LifecycleEventHandlerLifecycleEventHandler.from(JpaEventListenerStyle consumerType, org.hibernate.models.spi.ClassDetails listenerClassDetails, boolean errorIfEmpty) Create a handler from annotations based on annotated methods on the givenlistenerClassDetails.static LifecycleEventHandlerLifecycleEventHandler.from(JpaEventListenerStyle consumerType, org.hibernate.models.spi.ClassDetails listenerClassDetails, org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListenerImpl jaxbMapping, org.hibernate.models.spi.ModelsContext modelsContext) Methods in org.hibernate.boot.models.spi that return types with arguments of type LifecycleEventHandlerModifier and TypeMethodDescriptionGlobalRegistrations.getEntityListenerRegistrations()Map<org.hibernate.models.spi.ClassDetails, List<LifecycleEventHandler>> GlobalRegistrations.getTargetedEntityListenerRegistrations()static List<LifecycleEventHandler> LifecycleEventHandler.listenersForTarget(org.hibernate.models.spi.ClassDetails listenerClassDetails, org.hibernate.models.spi.ClassDetails targetClassDetails, boolean errorIfEmpty) Create a listener handler from annotations, selecting only methods applicable to the callback target type.