Package net.solarnetwork.dao
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 TypeMethodDescriptionintReturn the number of domain objects processed.
-
Method Details
-
numProcessed
int numProcessed()Return the number of domain objects processed.- Returns:
- the number of objects processed
-