Class ReactiveNativeQueryInterpreter
- java.lang.Object
-
- org.hibernate.reactive.query.sqm.spi.ReactiveNativeQueryInterpreter
-
- All Implemented Interfaces:
Serializable,NativeQueryInterpreter,Service
public class ReactiveNativeQueryInterpreter extends Object implements NativeQueryInterpreter
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ReactiveNativeQueryInterpreterINSTANCE
-
Constructor Summary
Constructors Constructor Description ReactiveNativeQueryInterpreter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> NativeSelectQueryPlan<R>createQueryPlan(NativeSelectQueryDefinition<R> queryDefinition, SessionFactoryImplementor sessionFactory)voidrecognizeParameters(String nativeQuery, ParameterRecognizer recognizer)
-
-
-
Field Detail
-
INSTANCE
public static final ReactiveNativeQueryInterpreter INSTANCE
-
-
Method Detail
-
recognizeParameters
public void recognizeParameters(String nativeQuery, ParameterRecognizer recognizer)
- Specified by:
recognizeParametersin interfaceNativeQueryInterpreter
-
createQueryPlan
public <R> NativeSelectQueryPlan<R> createQueryPlan(NativeSelectQueryDefinition<R> queryDefinition, SessionFactoryImplementor sessionFactory)
- Specified by:
createQueryPlanin interfaceNativeQueryInterpreter
-
-