Package org.hibernate.query.sql.internal
-
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 theResultSetMapping
defined by aNativeSelectQueryDefinition
and pre-process it for consumption inSQLQueryParser
.SQLQueryParser