Class ReactiveNativeQueryInterpreter

  • All Implemented Interfaces:
    java.io.Serializable, org.hibernate.engine.query.spi.NativeQueryInterpreter, org.hibernate.service.Service

    public class ReactiveNativeQueryInterpreter
    extends java.lang.Object
    implements org.hibernate.engine.query.spi.NativeQueryInterpreter
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <R> org.hibernate.query.sql.spi.NativeSelectQueryPlan<R> createQueryPlan​(org.hibernate.query.sql.spi.NativeSelectQueryDefinition<R> queryDefinition, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory)  
      void recognizeParameters​(java.lang.String nativeQuery, org.hibernate.query.sql.spi.ParameterRecognizer recognizer)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReactiveNativeQueryInterpreter

        public ReactiveNativeQueryInterpreter()
    • Method Detail

      • recognizeParameters

        public void recognizeParameters​(java.lang.String nativeQuery,
                                        org.hibernate.query.sql.spi.ParameterRecognizer recognizer)
        Specified by:
        recognizeParameters in interface org.hibernate.engine.query.spi.NativeQueryInterpreter
      • createQueryPlan

        public <R> org.hibernate.query.sql.spi.NativeSelectQueryPlan<R> createQueryPlan​(org.hibernate.query.sql.spi.NativeSelectQueryDefinition<R> queryDefinition,
                                                                                        org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory)
        Specified by:
        createQueryPlan in interface org.hibernate.engine.query.spi.NativeQueryInterpreter