Package org.hibernate.loader.custom.sql
-
Class Summary Class Description NamedParamBinder PositionalParamBinder SQLCustomQuery Implements Hibernate's built-in support for native SQL queries.SQLQueryParser SQLQueryParser.ParameterSubstitutionRecognizer SQLQueryReturnProcessor Responsible for processing the series ofreturns
defined by aNativeSQLQuerySpecification
and breaking them down into a series ofreturns
for use within theCustomLoader
.