Class NativeQueryInterpreterStandardImpl
java.lang.Object
org.hibernate.engine.query.internal.NativeQueryInterpreterStandardImpl
- All Implemented Interfaces:
Serializable
,NativeQueryInterpreter
,Service
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NativeQueryInterpreterStandardImpl
Singleton access -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
recognizeParameters
(String nativeQuery, ParameterRecognizer recognizer) Parse the given native query and inform the recognizer of all recognized parameter markers.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.engine.query.spi.NativeQueryInterpreter
createQueryPlan
-
Field Details
-
NATIVE_QUERY_INTERPRETER
Singleton access
-
-
Constructor Details
-
NativeQueryInterpreterStandardImpl
public NativeQueryInterpreterStandardImpl(boolean nativeJdbcParametersIgnored)
-
-
Method Details
-
recognizeParameters
Description copied from interface:NativeQueryInterpreter
Parse the given native query and inform the recognizer of all recognized parameter markers.- Specified by:
recognizeParameters
in interfaceNativeQueryInterpreter
- Parameters:
nativeQuery
- The query to recognize parameters inrecognizer
- The recognizer to call
-