This is a full implementation of the batch master using an SQL database. Full details of the API are in {@link BatchMasterWriter}.
The SQL is stored externally in {@code DbBatchMaster.elsql}. Alternate databases or specific SQL requirements can be handled using database specific overrides, such as {@code DbBatchMaster-MySpecialDB.elsql}.
This class is mutable but must be treated as immutable after configuration.
|
|