Class ReactiveNativeQueryInterpreterInitiator

  • All Implemented Interfaces:
    org.hibernate.service.spi.ServiceInitiator<org.hibernate.engine.query.spi.NativeQueryInterpreter>, org.hibernate.service.spi.SessionFactoryServiceInitiator<org.hibernate.engine.query.spi.NativeQueryInterpreter>

    public class ReactiveNativeQueryInterpreterInitiator
    extends java.lang.Object
    implements org.hibernate.service.spi.SessionFactoryServiceInitiator<org.hibernate.engine.query.spi.NativeQueryInterpreter>
    • Constructor Detail

      • ReactiveNativeQueryInterpreterInitiator

        public ReactiveNativeQueryInterpreterInitiator()
    • Method Detail

      • initiateService

        public org.hibernate.engine.query.spi.NativeQueryInterpreter initiateService​(org.hibernate.service.spi.SessionFactoryServiceInitiatorContext context)
        Specified by:
        initiateService in interface org.hibernate.service.spi.SessionFactoryServiceInitiator<org.hibernate.engine.query.spi.NativeQueryInterpreter>
      • getServiceInitiated

        public java.lang.Class<org.hibernate.engine.query.spi.NativeQueryInterpreter> getServiceInitiated()
        Specified by:
        getServiceInitiated in interface org.hibernate.service.spi.ServiceInitiator<org.hibernate.engine.query.spi.NativeQueryInterpreter>