Uses of Interface
org.hibernate.query.sql.internal.SQLQueryParser.ParserContext
-
Packages that use SQLQueryParser.ParserContext Package Description org.hibernate.query.sql.internal -
-
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 classResultSetMappingProcessorResponsible for processing theResultSetMappingdefined by aNativeSelectQueryDefinitionand pre-process it for consumption inSQLQueryParser.Methods in org.hibernate.query.sql.internal that return SQLQueryParser.ParserContext Modifier and Type Method Description SQLQueryParser.ParserContextResultSetMappingProcessor. process()Constructors in org.hibernate.query.sql.internal with parameters of type SQLQueryParser.ParserContext Constructor Description SQLQueryParser(String queryString, SQLQueryParser.ParserContext context, SessionFactoryImplementor factory)
-