Class ReactiveSchemaManagementToolInitiator

  • All Implemented Interfaces:
    org.hibernate.boot.registry.StandardServiceInitiator<org.hibernate.tool.schema.spi.SchemaManagementTool>, org.hibernate.service.spi.ServiceInitiator<org.hibernate.tool.schema.spi.SchemaManagementTool>

    public class ReactiveSchemaManagementToolInitiator
    extends java.lang.Object
    implements org.hibernate.boot.registry.StandardServiceInitiator<org.hibernate.tool.schema.spi.SchemaManagementTool>
    • Constructor Detail

      • ReactiveSchemaManagementToolInitiator

        public ReactiveSchemaManagementToolInitiator()
    • Method Detail

      • initiateService

        public org.hibernate.tool.schema.spi.SchemaManagementTool initiateService​(java.util.Map configurationValues,
                                                                                  org.hibernate.service.spi.ServiceRegistryImplementor registry)
        Specified by:
        initiateService in interface org.hibernate.boot.registry.StandardServiceInitiator<org.hibernate.tool.schema.spi.SchemaManagementTool>
      • getServiceInitiated

        public java.lang.Class<org.hibernate.tool.schema.spi.SchemaManagementTool> getServiceInitiated()
        Specified by:
        getServiceInitiated in interface org.hibernate.service.spi.ServiceInitiator<org.hibernate.tool.schema.spi.SchemaManagementTool>