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 queryThe single available method
ParameterParser.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 theResultSetMapping
defined by aNativeSelectQueryDefinition
and preprocessing it for consumption bySQLQueryParser
.Substitutes escape sequences of form{alias}
,{alias.field}
, and{alias.*}
in a native SQL query.