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 forStandardBatchLoaderFactory
-
-
Field Summary
Fields Modifier and Type Field Description static BatchLoaderFactoryInitiatorINSTANCESingleton access
-
Constructor Summary
Constructors Constructor Description BatchLoaderFactoryInitiator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<BatchLoaderFactory>getServiceInitiated()Obtains the service role initiated by this initiator.BatchLoaderFactoryinitiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)Initiates the managed service.
-
-
-
Field Detail
-
INSTANCE
public static final BatchLoaderFactoryInitiator INSTANCE
Singleton access
-
-
Method Detail
-
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
public Class<BatchLoaderFactory> 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.
-
-