Package net.sourceforge.datagenerator

Provides the main classes and interfaces for DataGenerator.

See:
          Description

Interface Summary
ColumnValueGenerator The ColumnValueGenerator generates a value for a column.
 

Class Summary
ColumnValueGeneratorBase The ColumnValueGeneratorBase class implements some general methods in the ColumnValueGenerator interface.
DataGenerator The DataGenerator class is the main class that controls the generation of data.
EntityGenerator The EntityGenerator generates data for all the given entities.
GenerateColumnDef The GenerateColumnDef class represents a column whose values will be generated by the DataGenerator.
GenerateDef The GenerateDef class defines a set of entities to generate data for.
GenerateEntityDef The GenerateEntityDef defines an entity (table) that the DataGenerator will generate values for.
 

Package net.sourceforge.datagenerator Description

Provides the main classes and interfaces for DataGenerator.