public class SQLQueryParser extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SQLQueryParser.ParameterSubstitutionRecognizer |
Constructor and Description |
---|
SQLQueryParser(String queryString,
org.hibernate.loader.custom.sql.SQLQueryParser.ParserContext context,
SessionFactoryImplementor factory) |
Modifier and Type | Method and Description |
---|---|
Map |
getNamedParameters() |
String |
process() |
boolean |
queryHasAliases() |
public SQLQueryParser(String queryString, org.hibernate.loader.custom.sql.SQLQueryParser.ParserContext context, SessionFactoryImplementor factory)
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.