Class SchemaManagementToolInitiator
- java.lang.Object
-
- org.hibernate.tool.schema.internal.SchemaManagementToolInitiator
-
- All Implemented Interfaces:
StandardServiceInitiator<SchemaManagementTool>,ServiceInitiator<SchemaManagementTool>
public class SchemaManagementToolInitiator extends Object implements StandardServiceInitiator<SchemaManagementTool>
-
-
Field Summary
Fields Modifier and Type Field Description static SchemaManagementToolInitiatorINSTANCE
-
Constructor Summary
Constructors Constructor Description SchemaManagementToolInitiator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<SchemaManagementTool>getServiceInitiated()Obtains the service role initiated by this initiator.SchemaManagementToolinitiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)Initiates the managed service.
-
-
-
Field Detail
-
INSTANCE
public static final SchemaManagementToolInitiator INSTANCE
-
-
Method Detail
-
initiateService
public SchemaManagementTool initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
Description copied from interface:StandardServiceInitiatorInitiates the managed service.- Specified by:
initiateServicein interfaceStandardServiceInitiator<SchemaManagementTool>- 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<SchemaManagementTool> getServiceInitiated()
Description copied from interface:ServiceInitiatorObtains the service role initiated by this initiator. Should be unique within a registry- Specified by:
getServiceInitiatedin interfaceServiceInitiator<SchemaManagementTool>- Returns:
- The service role.
-
-