Package net.solarnetwork.node.dao
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 TypeMethodDescriptionHandle a single domain instance batch operation.
-
Method Details
-
handle
Handle a single domain instance batch operation.- Parameters:
domainObject- the domain object- Returns:
- the operation results
-