| Interfaces | |
|---|---|
| AccessCallback | Contract for providing callback access to a DatabaseStructure , typically from the Optimizer . |
| DatabaseStructure | Encapsulates definition of the underlying data structure backing a sequence-style generator. |
| Optimizer | Performs optimization on an optimizable identifier generator. |
| Classes | |
|---|---|
| OptimizerFactory | Factory for Optimizer instances. |
| OptimizerFactory.HiLoOptimizer | No description provided. |
| OptimizerFactory.NoopOptimizer | No description provided. |
| OptimizerFactory.OptimizerSupport | No description provided. |
| OptimizerFactory.PooledOptimizer | No description provided. |
| SequenceStructure | Describes a sequence. |
| SequenceStyleGenerator | Generates identifier values based on an sequence-style database structure. |
| TableGenerator | A "segmented" version of the enhanced table generator. |
| TableStructure | Describes a table used to mimic sequence behavior |