Package pl.kernelpanic.dbmonster.generator

This package contains all key and data generators interfaces as well as implementation of the some basic generators.

See:
          Description

Interface Summary
DataGenerator The interface which every data generator must implement.
Initializable The interface which may be used if generator needs to be initialized with DBMonsterContext.
KeyGenerator The interface which every key generator must implement.
 

Class Summary
BasicDataGenerator Basic generator, supertype for all data generators.
BooleanGenerator The generator which produces boolean values.
ConstantGenerator The generator which produces boolean values.
DateTimeGenerator The generator which prouces dates.
DictionaryGenerator The dictionary generator uses external dictionary as the source of test data.
ForeignKeyGenerator Foreign key generator.
MaxKeyGenerator The max key generator.
NullGenerator The generator which only produces nulls.
NumberGenerator The generator which only produces nulls.
StringGenerator String generator.
StringKeyGenerator The string key generator uses sort of string magic known from Perl.
 

Package pl.kernelpanic.dbmonster.generator Description

This package contains all key and data generators interfaces as well as implementation of the some basic generators.



Copyright © 2003-2005 .:. kernelpanic.pl .:.. All Rights Reserved.