Class ReactiveNativeQueryInterpreter
java.lang.Object
org.hibernate.reactive.query.sqm.spi.ReactiveNativeQueryInterpreter
- All Implemented Interfaces:
Serializable
,NativeQueryInterpreter
,Service
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R> org.hibernate.query.sql.spi.NativeSelectQueryPlan<R>
createQueryPlan
(org.hibernate.query.sql.spi.NativeSelectQueryDefinition<R> queryDefinition, SessionFactoryImplementor sessionFactory) void
recognizeParameters
(String nativeQuery, org.hibernate.query.sql.spi.ParameterRecognizer recognizer)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ReactiveNativeQueryInterpreter
public ReactiveNativeQueryInterpreter()
-
-
Method Details
-
recognizeParameters
public void recognizeParameters(String nativeQuery, org.hibernate.query.sql.spi.ParameterRecognizer recognizer) - Specified by:
recognizeParameters
in interfaceNativeQueryInterpreter
-
createQueryPlan
public <R> org.hibernate.query.sql.spi.NativeSelectQueryPlan<R> createQueryPlan(org.hibernate.query.sql.spi.NativeSelectQueryDefinition<R> queryDefinition, SessionFactoryImplementor sessionFactory) - Specified by:
createQueryPlan
in interfaceNativeQueryInterpreter
-