[Missing <summary> documentation for "N:NHibernate.Id.Enhanced"]
Classes
Class | Description | |
---|---|---|
OptimizerFactory | ||
OptimizerFactory..::..HiLoOptimizer | ||
OptimizerFactory..::..NoopOptimizer | ||
OptimizerFactory..::..OptimizerSupport | ||
OptimizerFactory..::..PooledOptimizer | ||
SequenceStructure |
Describes a sequence.
| |
SequenceStyleGenerator | ||
TableStructure |
Describes a table used to mimic sequence behavior
|
Interfaces
Interface | Description | |
---|---|---|
IAccessCallback |
Contract for providing callback access to a IDatabaseStructure,
typically from the IOptimizer.
| |
IDatabaseStructure |
Encapsulates definition of the underlying data structure backing a sequence-style generator.
| |
IOptimizer |
Performs optimization on an optimizable identifier generator. Typically
this optimization takes the form of trying to ensure we do not have to
hit the database on each and every request to get an identifier value.
|