Interface | Description |
---|---|
SequenceStrategy |
Encapsulates the effective implementation of generating sequences of unique IDs.
|
Class | Description |
---|---|
Sequences |
Provides a facility to generate unique consecutive numbers.
|
SequencesCommand |
Provides a console command to display all managed sequences.
|
SmartSequenceStrategy |
Picks either the
SQLSequenceStrategy or MongoSequenceStrategy based on the available configuration. |
Copyright © 2018. All rights reserved.