接口的使用
org.hibernate.engine.query.spi.ParameterParser.Recognizer
-
使用ParameterParser.Recognizer的程序包 程序包 说明 org.hibernate.engine.query.spi Defines support for query plans and stored metadata about queriesorg.hibernate.loader.custom.sql -
-
org.hibernate.engine.query.spi中ParameterParser.Recognizer的使用
实现ParameterParser.Recognizer的org.hibernate.engine.query.spi中的类 修饰符和类型 类 说明 classParamLocationRecognizerImplements a parameter parser recognizer specifically for the purpose of journaling parameter locations.参数类型为ParameterParser.Recognizer的org.hibernate.engine.query.spi中的方法 修饰符和类型 方法 说明 static voidParameterParser. parse(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. -
org.hibernate.loader.custom.sql中ParameterParser.Recognizer的使用
实现ParameterParser.Recognizer的org.hibernate.loader.custom.sql中的类 修饰符和类型 类 说明 static classSQLQueryParser.ParameterSubstitutionRecognizer
-