Class BatchLoaderFactoryInitiator
java.lang.Object
org.hibernate.loader.ast.internal.BatchLoaderFactoryInitiator
- All Implemented Interfaces:
StandardServiceInitiator<BatchLoaderFactory>
,ServiceInitiator<BatchLoaderFactory>
public class BatchLoaderFactoryInitiator
extends Object
implements StandardServiceInitiator<BatchLoaderFactory>
Initiator for
StandardBatchLoaderFactory
-
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
-
BatchLoaderFactoryInitiator
public BatchLoaderFactoryInitiator()
-
-
Method Details
-
initiateService
public BatchLoaderFactory initiateService(Map<String, Object> configurationValues, ServiceRegistryImplementor registry) Description copied from interface:StandardServiceInitiator
Initiates the managed service.- Specified by:
initiateService
in interfaceStandardServiceInitiator<BatchLoaderFactory>
- 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:ServiceInitiator
Obtains the service role initiated by this initiator. Should be unique within a registry- Specified by:
getServiceInitiated
in interfaceServiceInitiator<BatchLoaderFactory>
- Returns:
- The service role.
-