Package | Description |
---|---|
org.hibernate.engine.query.spi |
Defines support for query plans and stored metadata about queries
|
org.hibernate.loader.custom.sql |
Modifier and Type | Class and Description |
---|---|
class |
ParamLocationRecognizer
Implements a parameter parser recognizer specifically for the purpose
of journaling parameter locations.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Class and Description |
---|---|
static class |
SQLQueryParser.ParameterSubstitutionRecognizer |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.