接口 ResultSetOutput

  • 所有超级接口:
    Output

    public interface ResultSetOutput
    extends Output
    Models a return that is a result set.
    作者:
    Steve Ebersole
    • 方法详细资料

      • getResultList

        List getResultList()
        Consume the underlying ResultSet and return the resulting List.
        返回:
        The consumed ResultSet values.
      • getSingleResult

        Object getSingleResult()
        Consume the underlying ResultSet with the expectation that there is just a single level of root returns.
        返回:
        The single result.