Interface CannedQueryDAO.ResultHandler<R>

    • Method Detail

      • handleResult

        boolean handleResult​(R result)
        Allow implementations to process a result. Note that the interface contract will be met, but internally the querying mechanism might not be able to optimise out all result fetching.
        Returns:
        true if more results are required or false to terminate result fetching.