Class QuarkusImportSqlCommandExtractorInitiator

java.lang.Object
io.quarkus.hibernate.orm.runtime.service.QuarkusImportSqlCommandExtractorInitiator
All Implemented Interfaces:
org.hibernate.boot.registry.StandardServiceInitiator<org.hibernate.tool.schema.spi.SqlScriptCommandExtractor>, org.hibernate.service.spi.ServiceInitiator<org.hibernate.tool.schema.spi.SqlScriptCommandExtractor>

public final class QuarkusImportSqlCommandExtractorInitiator extends Object implements org.hibernate.boot.registry.StandardServiceInitiator<org.hibernate.tool.schema.spi.SqlScriptCommandExtractor>
  • Field Details

  • Constructor Details

    • QuarkusImportSqlCommandExtractorInitiator

      public QuarkusImportSqlCommandExtractorInitiator()
  • Method Details

    • initiateService

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

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