Uses of Interface
org.hibernate.query.sql.internal.SQLQueryParser.ParserContext
-
Packages that use SQLQueryParser.ParserContext Package Description org.hibernate.query.sql.internal 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.ParserContext Modifier and Type Class Description class
ResultSetMappingProcessor
Responsible for processing theResultSetMapping
defined by aNativeSelectQueryDefinition
and preprocessing it for consumption bySQLQueryParser
.Methods in org.hibernate.query.sql.internal that return SQLQueryParser.ParserContext Modifier and Type Method Description SQLQueryParser.ParserContext
ResultSetMappingProcessor. process()
Constructors in org.hibernate.query.sql.internal with parameters of type SQLQueryParser.ParserContext Constructor Description SQLQueryParser(String queryString, SQLQueryParser.ParserContext context, SessionFactoryImplementor factory)
-