程序包的使用
org.hibernate.event.service.spi
-
使用org.hibernate.event.service.spi的程序包 程序包 说明 org.hibernate.action.internal Internals for action processing.org.hibernate.cfg.beanvalidation org.hibernate.event.internal This package defines a default set of event listeners that implements the default behaviors of Hibernate.org.hibernate.event.service.internal org.hibernate.event.service.spi -
org.hibernate.action.internal使用的org.hibernate.event.service.spi中的类 类 说明 EventListenerGroup Contract for a groups of events listeners for a particular event type. -
org.hibernate.cfg.beanvalidation使用的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()).DuplicationStrategy.Action The enumerated list of actions available on duplication match -
org.hibernate.event.internal使用的org.hibernate.event.service.spi中的类 类 说明 JpaBootstrapSensitive Defines an event listener that is sensitive to whether a native or jpa bootstrap was performed -
org.hibernate.event.service.internal使用的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()).EventListenerRegistry Service for accessing eachEventListenerGroupbyEventType, as well as convenience methods for managing the listeners registered in eachEventListenerGroup. -
org.hibernate.event.service.spi使用的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()).DuplicationStrategy.Action The enumerated list of actions available on duplication matchEventActionWithParameter EventListenerGroup Contract for a groups of events listeners for a particular event type.