接口 ReturnReader
-
- 所有已知实现类:
CollectionReturnReader,EntityReturnReader
public interface ReturnReaderHandles reading a single root Return object- 作者:
- Steve Ebersole
-
-
方法详细资料
-
read
Object read(ResultSet resultSet, ResultSetProcessingContext context) throws SQLException
Essentially performs the second phase of two-phase loading.- 参数:
resultSet- The result set being processedcontext- The context for the processing- 返回:
- The read object
- 抛出:
SQLException- Indicates a problem access the JDBC result set
-
-