程序包 org.hibernate.event.service.spi
-
接口概要 接口 说明 DuplicationStrategy Defines listener duplication checking strategy, both in terms of when a duplication is detected (seeDuplicationStrategy.areMatch(java.lang.Object, java.lang.Object)) as well as how to handle a duplication (seeDuplicationStrategy.getAction()).EventActionWithParameter<T,U,X> EventListenerGroup<T> Contract for a groups of events listeners for a particular event type.EventListenerRegistry Service for accessing eachEventListenerGroupbyEventType, as well as convenience methods for managing the listeners registered in eachEventListenerGroup.JpaBootstrapSensitive Defines an event listener that is sensitive to whether a native or jpa bootstrap was performed -
枚举概要 枚举 说明 DuplicationStrategy.Action The enumerated list of actions available on duplication match -
异常错误概要 异常错误 说明 EventListenerRegistrationException Indicates a problem registering an event listener.