org.hibernate.event.service.internal
Class EventListenerServiceInitiator
java.lang.Object
org.hibernate.event.service.internal.EventListenerServiceInitiator
- All Implemented Interfaces:
- ServiceInitiator<EventListenerRegistry>, SessionFactoryServiceInitiator<EventListenerRegistry>
public class EventListenerServiceInitiator
- extends Object
- implements SessionFactoryServiceInitiator<EventListenerRegistry>
Service initiator for EventListenerRegistry
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final EventListenerServiceInitiator INSTANCE
EventListenerServiceInitiator
public EventListenerServiceInitiator()
getServiceInitiated
public Class<EventListenerRegistry> getServiceInitiated()
- Description copied from interface:
ServiceInitiator
- Obtains the service role initiated by this initiator. Should be unique within a registry
- Specified by:
getServiceInitiated
in interface ServiceInitiator<EventListenerRegistry>
- Returns:
- The service role.
initiateService
public EventListenerRegistry initiateService(SessionFactoryImplementor sessionFactory,
Configuration configuration,
ServiceRegistryImplementor registry)
- Description copied from interface:
SessionFactoryServiceInitiator
- Initiates the managed service.
Note for implementors: signature is guaranteed to change once redesign of SessionFactory building is complete
- Specified by:
initiateService
in interface SessionFactoryServiceInitiator<EventListenerRegistry>
- Parameters:
sessionFactory
- The session factory. Note the the session factory is still in flux; care needs to be taken
in regards to what you call.configuration
- The configuration.registry
- The service registry. Can be used to locate services needed to fulfill initiation.
- Returns:
- The initiated service.
initiateService
public EventListenerRegistry initiateService(SessionFactoryImplementor sessionFactory,
MetadataImplementor metadata,
ServiceRegistryImplementor registry)
- Description copied from interface:
SessionFactoryServiceInitiator
- Initiates the managed service.
Note for implementors: signature is guaranteed to change once redesign of SessionFactory building is complete
- Specified by:
initiateService
in interface SessionFactoryServiceInitiator<EventListenerRegistry>
- Parameters:
sessionFactory
- The session factory. Note the the session factory is still in flux; care needs to be taken
in regards to what you call.metadata
- The configuration.registry
- The service registry. Can be used to locate services needed to fulfill initiation.
- Returns:
- The initiated service.
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.