Interface BatchableDao.BatchCallback<T>

Type Parameters:
T - the domain object type
Enclosing interface:
BatchableDao<T>

public static interface BatchableDao.BatchCallback<T>
Handler for batch processing.
  • Method Summary

    Modifier and Type
    Method
    Description
    handle(T domainObject)
    Handle a single domain instance batch operation.
  • Method Details

    • handle

      BatchableDao.BatchCallbackResult handle(T domainObject)
      Handle a single domain instance batch operation.
      Parameters:
      domainObject - the domain object
      Returns:
      the operation results