Package org.hibernate.query.sql.internal
Implementation of the SPIs for native SQL query support.
-
Interface Summary Interface Description SQLQueryParser.ParserContext -
Class Summary Class Description NamedNativeQueryMementoImpl Keeps details of a named native SQL queryNativeNonSelectQueryPlanImpl NativeQueryImpl<R> NativeSelectQueryPlanImpl<R> ParameterParser 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.ParameterRecognizerImpl ResultSetMappingProcessor Responsible for processing theResultSetMapping
defined by aNativeSelectQueryDefinition
and preprocessing it for consumption bySQLQueryParser
.SQLQueryParser Substitutes escape sequences of form{alias}
,{alias.field}
, and{alias.*}
in a native SQL query.