Uses of Interface
org.hibernate.query.sql.spi.ParameterRecognizer
-
Packages that use ParameterRecognizer Package Description org.hibernate.engine.query.spi An SPI for dealing with parameters of native queries. -
-
Uses of ParameterRecognizer in org.hibernate.engine.query.spi
Classes in org.hibernate.engine.query.spi that implement ParameterRecognizer Modifier and Type Class Description classParamLocationRecognizerDeprecated, for removal: This API element is subject to removal in a future version.No longer usedMethods in org.hibernate.engine.query.spi with parameters of type ParameterRecognizer Modifier and Type Method Description voidNativeQueryInterpreter. recognizeParameters(String nativeQuery, ParameterRecognizer recognizer)Parse the given native query and inform the recognizer of all recognized parameter markers.
-