Package org.hibernate.query.sql.internal
package org.hibernate.query.sql.internal
Implementation of the SPIs for native SQL query support.
-
ClassDescriptionKeeps details of a named native SQL queryStandard implementation of
SelectQueryPlanforNativeQuery, that is, for queries written in SQL.The single available methodParameterParser.parse(java.lang.String, org.hibernate.query.sql.spi.ParameterRecognizer, boolean)is responsible for parsing a native query string and recognizing tokens defining named of ordinal parameters and providing callbacks about each recognition.Responsible for processing theResultSetMappingdefined by aNativeSelectQueryDefinitionand preprocessing it for consumption bySQLQueryParser.Substitutes escape sequences of form{alias},{alias.field}, and{alias.*}in a native SQL query.