Class CfgXmlAccessServiceInitiatorQuarkus

java.lang.Object
io.quarkus.hibernate.orm.runtime.service.CfgXmlAccessServiceInitiatorQuarkus
All Implemented Interfaces:
org.hibernate.boot.registry.StandardServiceInitiator<org.hibernate.boot.cfgxml.spi.CfgXmlAccessService>, org.hibernate.service.spi.ServiceInitiator<org.hibernate.boot.cfgxml.spi.CfgXmlAccessService>

public final class CfgXmlAccessServiceInitiatorQuarkus extends Object implements org.hibernate.boot.registry.StandardServiceInitiator<org.hibernate.boot.cfgxml.spi.CfgXmlAccessService>
  • Field Details

  • Constructor Details

    • CfgXmlAccessServiceInitiatorQuarkus

      public CfgXmlAccessServiceInitiatorQuarkus()
  • Method Details

    • initiateService

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

      public Class<org.hibernate.boot.cfgxml.spi.CfgXmlAccessService> getServiceInitiated()
      Specified by:
      getServiceInitiated in interface org.hibernate.service.spi.ServiceInitiator<org.hibernate.boot.cfgxml.spi.CfgXmlAccessService>