Class BatchBuilderInitiator
java.lang.Object
org.hibernate.engine.jdbc.batch.internal.BatchBuilderInitiator
- All Implemented Interfaces:
StandardServiceInitiator<BatchBuilder>
,ServiceInitiator<BatchBuilder>
Initiator for the
BatchBuilder
service-
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
-
BatchBuilderInitiator
public BatchBuilderInitiator()
-
-
Method Details
-
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<BatchBuilder>
- Returns:
- The service role.
-
initiateService
public BatchBuilder initiateService(Map<String, Object> configurationValues, ServiceRegistryImplementor registry) Description copied from interface:StandardServiceInitiator
Initiates the managed service.- Specified by:
initiateService
in interfaceStandardServiceInitiator<BatchBuilder>
- Parameters:
configurationValues
- The configuration values in effectregistry
- The service registry. Can be used to locate services needed to fulfill initiation.- Returns:
- The initiated service.
-