public class SQLQueryReturnProcessor extends Object
returns
defined by a NativeSQLQuerySpecification
and
breaking them down into a series of returns
for use within the
CustomLoader
.Modifier and Type | Field and Description |
---|---|
static org.slf4j.Logger |
log |
Constructor and Description |
---|
SQLQueryReturnProcessor(NativeSQLQueryReturn[] queryReturns,
SessionFactoryImplementor factory) |
Modifier and Type | Method and Description |
---|---|
List |
generateCustomReturns(boolean queryHadAliases) |
org.hibernate.loader.custom.sql.SQLQueryReturnProcessor.ResultAliasContext |
process() |
public SQLQueryReturnProcessor(NativeSQLQueryReturn[] queryReturns, SessionFactoryImplementor factory)
public org.hibernate.loader.custom.sql.SQLQueryReturnProcessor.ResultAliasContext process()
public List generateCustomReturns(boolean queryHadAliases)
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved