Interface for data processing components that save data items.
Description
The ISaver interface is used by data processing components that save data items.
Instance methods
save
Saves given data items.
void save(IContext context, List
entities) throws ApplicationException
- context: IContext - (optional) a context to trace execution through a call chain.
- entities: List
- a list of items to save.