Package com.amazon.carbonado.sequence

Support for generating sequences of values, intended for creating surrogate keys.

See:
          Description

Interface Summary
SequenceCapability Capability to use sequences.
SequenceValueProducer Produces values for sequences.
StoredSequence Stores data for SequenceValueGenerator.
 

Class Summary
AbstractSequenceValueProducer  
SequenceValueGenerator General purpose implementation of a sequence value generator.
SequenceValueProducerPool A concurrent pool of strongly referenced SequenceValueProducer instances mapped by name.
 

Package com.amazon.carbonado.sequence Description

Support for generating sequences of values, intended for creating surrogate keys. Most repository implementations support sequences already, but direct control over sequences might be desired.

Since:
1.2
See Also:
Sequence


Copyright © 2006-2009 Amazon Technologies, Inc.. All Rights Reserved.