Package net.solarnetwork.dao
Interface BatchableDao.BatchOptions
- All Known Implementing Classes:
BasicBatchOptions
- Enclosing interface:
- BatchableDao<T>
public static interface BatchableDao.BatchOptions
Batch processing options.
-
Method Summary
Modifier and TypeMethodDescriptionintGet a batch size hint.getName()Get a unique name for this batch operation.Get optional additional parameters, implementation specific.booleanIf true the batch should be updatable.
-
Method Details
-
getName
String getName()Get a unique name for this batch operation.- Returns:
- a name
-
getBatchSize
int getBatchSize()Get a batch size hint.- Returns:
- a batch size
-
isUpdatable
boolean isUpdatable()If true the batch should be updatable.- Returns:
- boolean
-
getParameters
Get optional additional parameters, implementation specific.- Returns:
- parameters
-