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 classResultSetMappingProcessorResponsible for processing theResultSetMappingdefined by aNativeSelectQueryDefinitionand preprocessing it for consumption bySQLQueryParser.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)
-