Class 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>
    • Constructor Detail

      • CfgXmlAccessServiceInitiatorQuarkus

        public CfgXmlAccessServiceInitiatorQuarkus()
    • Method Detail

      • 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>