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