Uses of Class
org.dasein.persist.Sequencer

Packages that use Sequencer
org.dasein.persist The Dasein Persistence Libraries provide data access tools that support the development of database applications. 
 

Uses of Sequencer in org.dasein.persist
 

Subclasses of Sequencer in org.dasein.persist
 class DaseinSequencer
           Provides a database-independent sequence generation scheme.
 

Methods in org.dasein.persist that return Sequencer
static Sequencer Sequencer.getInstance(Class cls)
          Returns a sequencer that will provide unique identifiers across all instances of the specified class.
static Sequencer Sequencer.getInstance(String name)
          Looks to see if a sequencer has been generated for the sequence with the specified name.
 



Copyright © 2011 enStratus Networks LLC. All Rights Reserved.