Uses of Package
org.hibernate.event.service.spi

Packages that use org.hibernate.event.service.spi
org.hibernate.action.internal   
org.hibernate.cfg.beanvalidation   
org.hibernate.envers.event   
org.hibernate.event.service.internal   
org.hibernate.event.service.spi   
 

Classes in org.hibernate.event.service.spi used by org.hibernate.action.internal
EventListenerGroup
          Contract for a groups of events listeners for a particular event type.
 

Classes in org.hibernate.event.service.spi used by org.hibernate.cfg.beanvalidation
DuplicationStrategy
          Defines listener duplication checking strategy, both in terms of when a duplication is detected (see DuplicationStrategy.areMatch(java.lang.Object, java.lang.Object)) as well as how to handle a duplication (see DuplicationStrategy.getAction()).
DuplicationStrategy.Action
          The enumerated list of actions available on duplication match
 

Classes in org.hibernate.event.service.spi used by org.hibernate.envers.event
DuplicationStrategy
          Defines listener duplication checking strategy, both in terms of when a duplication is detected (see DuplicationStrategy.areMatch(java.lang.Object, java.lang.Object)) as well as how to handle a duplication (see DuplicationStrategy.getAction()).
DuplicationStrategy.Action
          The enumerated list of actions available on duplication match
 

Classes in org.hibernate.event.service.spi used by org.hibernate.event.service.internal
DuplicationStrategy
          Defines listener duplication checking strategy, both in terms of when a duplication is detected (see DuplicationStrategy.areMatch(java.lang.Object, java.lang.Object)) as well as how to handle a duplication (see DuplicationStrategy.getAction()).
EventListenerGroup
          Contract for a groups of events listeners for a particular event type.
EventListenerRegistry
          Service for accessing each EventListenerGroup by EventType, as well as convenience methods for managing the listeners registered in each EventListenerGroup.
 

Classes in org.hibernate.event.service.spi used by org.hibernate.event.service.spi
DuplicationStrategy
          Defines listener duplication checking strategy, both in terms of when a duplication is detected (see DuplicationStrategy.areMatch(java.lang.Object, java.lang.Object)) as well as how to handle a duplication (see DuplicationStrategy.getAction()).
DuplicationStrategy.Action
          The enumerated list of actions available on duplication match
EventListenerGroup
          Contract for a groups of events listeners for a particular event type.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.