Class RefCursorSupportInitiator
java.lang.Object
org.hibernate.engine.jdbc.cursor.internal.RefCursorSupportInitiator
- All Implemented Interfaces:
StandardServiceInitiator<RefCursorSupport>,ServiceInitiator<RefCursorSupport>
public class RefCursorSupportInitiator
extends Object
implements StandardServiceInitiator<RefCursorSupport>
Service initiator for RefCursorSupport service
- Author:
- Steve Ebersole
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObtains the service role initiated by this initiator.initiateService(Map<String, Object> configurationValues, ServiceRegistryImplementor registry) Initiates the managed service.
-
Field Details
-
INSTANCE
Singleton access
-
-
Constructor Details
-
RefCursorSupportInitiator
public RefCursorSupportInitiator()
-
-
Method Details
-
initiateService
public RefCursorSupport initiateService(Map<String, Object> configurationValues, ServiceRegistryImplementor registry) Description copied from interface:StandardServiceInitiatorInitiates the managed service.- Specified by:
initiateServicein interfaceStandardServiceInitiator<RefCursorSupport>- Parameters:
configurationValues- The configuration values in effectregistry- The service registry. Can be used to locate services needed to fulfill initiation.- Returns:
- The initiated service.
-
getServiceInitiated
Description copied from interface:ServiceInitiatorObtains the service role initiated by this initiator. Should be unique within a registry- Specified by:
getServiceInitiatedin interfaceServiceInitiator<RefCursorSupport>- Returns:
- The service role.
-