Class ReactiveNativeQueryInterpreter

java.lang.Object
org.hibernate.reactive.query.sqm.spi.ReactiveNativeQueryInterpreter
All Implemented Interfaces:
Serializable, org.hibernate.engine.query.spi.NativeQueryInterpreter, org.hibernate.service.Service

public class ReactiveNativeQueryInterpreter extends Object implements org.hibernate.engine.query.spi.NativeQueryInterpreter
See Also:
  • Field Details

  • Constructor Details

    • ReactiveNativeQueryInterpreter

      public ReactiveNativeQueryInterpreter()
  • Method Details

    • recognizeParameters

      public void recognizeParameters(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