Package com.atlassian.bamboo.event
Interface HibernateEventListener<T extends BambooEvent>
- All Superinterfaces:
BambooEventListener<T>
- All Known Implementing Classes:
AbstractNotificationEventListener
,AfterXFailedNotificationListener
,BuildCompletedNotificationListener
,BuildErrorNotificationListener
,BuildHungNotificationListener
,BuildMissingCapableAgentNotificationListener
,BuildQueueTimeoutNotificationListener
,ChainCompletedNotificationListener
,CommentNotificationListener
,DependencyChainListener
,RestoreMaven2ParticlesOnServerStartupEventListener
,StageCompletedNotificationListener
@Deprecated
public interface HibernateEventListener<T extends BambooEvent>
extends BambooEventListener<T>
Deprecated.
An event listener that'll be wrapped in a hibernate session when loaded by Spring through the
org.springframework.orm.hibernate5.HibernateInterceptor
-
Method Summary
Methods inherited from interface com.atlassian.bamboo.event.BambooEventListener
getHandledEventClasses, handleEvent
HibernateEventListenerAspect