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:StandardServiceInitiatorInitiates the managed service.- Specified by:
initiateServicein 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:ServiceInitiatorObtains the service role initiated by this initiator. Should be unique within a registry- Specified by:
getServiceInitiatedin interfaceServiceInitiator<BatchLoaderFactory>- Returns:
- The service role.
-