Interface BatchableDao.BatchResult

All Known Implementing Classes:
BasicBatchResult
Enclosing interface:
BatchableDao<T>

public static interface BatchableDao.BatchResult
The result of the entire batch processing.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Return the number of domain objects processed.
  • Method Details

    • numProcessed

      int numProcessed()
      Return the number of domain objects processed.
      Returns:
      the number of objects processed