public class ScalarReturn extends AbstractPlanNode implements Return
| Constructor and Description |
|---|
ScalarReturn(SessionFactoryImplementor factory,
Type type) |
| Modifier and Type | Method and Description |
|---|---|
Type |
getType() |
void |
hydrate(ResultSet resultSet,
ResultSetProcessingContext context) |
Object |
read(ResultSet resultSet,
ResultSetProcessingContext context)
Essentially performs the second phase of two-phase loading.
|
void |
resolve(ResultSet resultSet,
ResultSetProcessingContext context)
Effectively performs first phase of two-phase loading.
|
sessionFactorypublic ScalarReturn(SessionFactoryImplementor factory, Type type)
public Type getType()
public void hydrate(ResultSet resultSet, ResultSetProcessingContext context)
public void resolve(ResultSet resultSet, ResultSetProcessingContext context)
Returnpublic Object read(ResultSet resultSet, ResultSetProcessingContext context) throws SQLException
Returnread in interface ReturnresultSet - The result set being processedcontext - The context for the processingSQLException - Indicates a problem access the JDBC result setCopyright © 2001-2013 Red Hat, Inc. All Rights Reserved.