Uses of Class
org.apache.commons.betwixt.io.id.AbstractIDGenerator

Packages that use AbstractIDGenerator
org.apache.commons.betwixt.io.id This package is home to IDGenerator implementations. 
 

Uses of AbstractIDGenerator in org.apache.commons.betwixt.io.id
 

Subclasses of AbstractIDGenerator in org.apache.commons.betwixt.io.id
 class RandomIDGenerator
          Generates ID's at random.
 class SequentialIDGenerator
          Generates ID's in numeric sequence.
 



Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.