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