Uses of Class
org.hibernate.event.service.spi.EventListenerGroups
Packages that use EventListenerGroups
Package
Description
The various concrete action implementations.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate.-
Uses of EventListenerGroups in org.hibernate.action.internal
Methods in org.hibernate.action.internal that return EventListenerGroupsModifier and TypeMethodDescriptionprotected EventListenerGroupsCollectionAction.getEventListenerGroups()Convenience method for all subclasses.protected EventListenerGroupsEntityAction.getEventListenerGroups()Convenience method for all subclasses. -
Uses of EventListenerGroups in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return EventListenerGroupsModifier and TypeMethodDescriptionSessionFactoryDelegatingImpl.getEventListenerGroups()SessionFactoryImplementor.getEventListenerGroups()Access to the event listener groups. -
Uses of EventListenerGroups in org.hibernate.internal
Methods in org.hibernate.internal that return EventListenerGroups