Uses of Interface
org.hibernate.query.sql.spi.ParameterRecognizer
Packages that use ParameterRecognizer
Package
Description
An SPI for dealing with parameters of native queries.
Implementation of the SPIs for native SQL query support.
-
Uses of ParameterRecognizer in org.hibernate.engine.query.internal
Methods in org.hibernate.engine.query.internal with parameters of type ParameterRecognizerModifier and TypeMethodDescriptionvoid
NativeQueryInterpreterStandardImpl.recognizeParameters
(String nativeQuery, ParameterRecognizer recognizer) -
Uses of ParameterRecognizer in org.hibernate.engine.query.spi
Methods in org.hibernate.engine.query.spi with parameters of type ParameterRecognizerModifier and TypeMethodDescriptionvoid
NativeQueryInterpreter.recognizeParameters
(String nativeQuery, ParameterRecognizer recognizer) Parse the given native query and inform the recognizer of all recognized parameter markers. -
Uses of ParameterRecognizer in org.hibernate.query.sql.internal
Classes in org.hibernate.query.sql.internal that implement ParameterRecognizerMethods in org.hibernate.query.sql.internal with parameters of type ParameterRecognizerModifier and TypeMethodDescriptionstatic void
ParameterParser.parse
(String sqlString, ParameterRecognizer recognizer) static void
ParameterParser.parse
(String sqlString, ParameterRecognizer recognizer, boolean nativeJdbcParametersIgnored) Performs the actual parsing and tokenizing of the query string making appropriate callbacks to the given recognizer upon recognition of the various tokens.