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 ReactiveNativeQueryInterpreter
INSTANCE
-
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)
void
recognizeParameters(String nativeQuery, ParameterRecognizer recognizer)
-
-
-
Field Detail
-
INSTANCE
public static final ReactiveNativeQueryInterpreter INSTANCE
-
-
Method Detail
-
recognizeParameters
public void recognizeParameters(String nativeQuery, ParameterRecognizer recognizer)
- Specified by:
recognizeParameters
in interfaceNativeQueryInterpreter
-
createQueryPlan
public <R> NativeSelectQueryPlan<R> createQueryPlan(NativeSelectQueryDefinition<R> queryDefinition, SessionFactoryImplementor sessionFactory)
- Specified by:
createQueryPlan
in interfaceNativeQueryInterpreter
-
-