Interface ReturnReader


  • public interface ReturnReader
    Handles reading a single root Return object
    • Method Detail

      • read

        java.lang.Object read​(java.sql.ResultSet resultSet,
                              ResultSetProcessingContext context)
                       throws java.sql.SQLException
        Essentially performs the second phase of two-phase loading.
        Parameters:
        resultSet - The result set being processed
        context - The context for the processing
        Returns:
        The read object
        Throws:
        java.sql.SQLException - Indicates a problem access the JDBC result set