Purpose: Define an interface to control sequencing functionality.
Description: This interface is accessed through DatabaseSession.getSequencingControl().
It allows to create, re-create, customize Sequencing object
which is available through DatabaseSession.getSequencing()
and provides sequencing values for all descriptors that use sequencing.
Here's the lifecycle of Sequencing object used by DatabaseSession:
1. |