public class SQLQueryReturnProcessor
extends java.lang.Object
returns
defined by a NativeSQLQuerySpecification
and
breaking them down into a series of returns
for use within the
CustomLoader
.Modifier and Type | Class and Description |
---|---|
class |
SQLQueryReturnProcessor.ResultAliasContext |
Constructor and Description |
---|
SQLQueryReturnProcessor(NativeSQLQueryReturn[] queryReturns,
SessionFactoryImplementor factory) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Return> |
generateCustomReturns(boolean queryHadAliases) |
SQLQueryReturnProcessor.ResultAliasContext |
process() |
public SQLQueryReturnProcessor(NativeSQLQueryReturn[] queryReturns, SessionFactoryImplementor factory)
public SQLQueryReturnProcessor.ResultAliasContext process()
public java.util.List<Return> generateCustomReturns(boolean queryHadAliases)
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.