Uses of Interface
org.hibernate.engine.query.spi.ParameterParser.Recognizer
-
Packages that use ParameterParser.Recognizer Package Description org.hibernate.engine.query.spi Defines support for query plans and stored metadata about queriesorg.hibernate.loader.custom.sql -
-
Uses of ParameterParser.Recognizer in org.hibernate.engine.query.spi
Classes in org.hibernate.engine.query.spi that implement ParameterParser.Recognizer Modifier and Type Class Description class
ParamLocationRecognizer
Implements a parameter parser recognizer specifically for the purpose of journaling parameter locations.Methods in org.hibernate.engine.query.spi with parameters of type ParameterParser.Recognizer Modifier and Type Method Description static void
ParameterParser. parse(java.lang.String sqlString, ParameterParser.Recognizer recognizer)
Performs the actual parsing and tokenizing of the query string making appropriate callbacks to the given recognizer upon recognition of the various tokens. -
Uses of ParameterParser.Recognizer in org.hibernate.loader.custom.sql
Classes in org.hibernate.loader.custom.sql that implement ParameterParser.Recognizer Modifier and Type Class Description static class
SQLQueryParser.ParameterSubstitutionRecognizer
-