public interface Return
Fetch and so modeled as completely separate hierarchy.ScalarReturn,
EntityReturn,
CollectionReturn| Modifier and Type | Method and Description |
|---|---|
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.
|
void hydrate(ResultSet resultSet, ResultSetProcessingContext context) throws SQLException
SQLExceptionvoid resolve(ResultSet resultSet, ResultSetProcessingContext context) throws SQLException
resultSet - The result set being processedcontext - The context for the processingSQLException - Indicates a problem access the JDBC result setObject read(ResultSet resultSet, ResultSetProcessingContext context) throws SQLException
resultSet - 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.