Uses of Interface
org.hibernate.query.sql.internal.SQLQueryParser.ParserContext
Packages that use SQLQueryParser.ParserContext
Package
Description
Implementation of the SPIs for native SQL query support.
-
Uses of SQLQueryParser.ParserContext in org.hibernate.query.sql.internal
Classes in org.hibernate.query.sql.internal that implement SQLQueryParser.ParserContextModifier and TypeClassDescriptionclass
Responsible for processing theResultSetMapping
defined by aNativeSelectQueryDefinition
and preprocessing it for consumption bySQLQueryParser
.Methods in org.hibernate.query.sql.internal that return SQLQueryParser.ParserContextConstructors in org.hibernate.query.sql.internal with parameters of type SQLQueryParser.ParserContextModifierConstructorDescriptionSQLQueryParser
(String queryString, SQLQueryParser.ParserContext context, SqlStringGenerationContext sqlStringGenerationContext) SQLQueryParser
(String queryString, SQLQueryParser.ParserContext context, SessionFactoryImplementor factory)