|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NonNullGeneratorProxy | |
---|---|
org.databene.benerator.primitive | Implements Generators for simple Java types. |
org.databene.domain.finance | |
org.databene.domain.person | databene domain for Person data. |
org.databene.domain.product | |
org.databene.platform.db | platform adapter for databases. |
Uses of NonNullGeneratorProxy in org.databene.benerator.primitive |
---|
Subclasses of NonNullGeneratorProxy in org.databene.benerator.primitive | |
---|---|
class |
CharacterGenerator
Generates Character values from a character set or a regular expression. |
class |
LocalSequenceGenerator
Local implementation of an increment Generator that behaves like a database sequence. |
class |
LuhnGenerator
Generates numbers that pass a Luhn test. |
class |
RegexStringGenerator
Generates Strings that comply to a regular expression. |
class |
StringGenerator
String Generator which offers a wide range of options for generating strings. |
class |
UniqueIntsGenerator
Creates unique pseudo-random int arrays. |
Uses of NonNullGeneratorProxy in org.databene.domain.finance |
---|
Subclasses of NonNullGeneratorProxy in org.databene.domain.finance | |
---|---|
class |
CreditCardNumberGenerator
Creates credit card numbers. |
Uses of NonNullGeneratorProxy in org.databene.domain.person |
---|
Subclasses of NonNullGeneratorProxy in org.databene.domain.person | |
---|---|
class |
BirthDateGenerator
Creates Date objects for a person's birth day. |
class |
GenderGenerator
Generates Gender objects. |
Uses of NonNullGeneratorProxy in org.databene.domain.product |
---|
Subclasses of NonNullGeneratorProxy in org.databene.domain.product | |
---|---|
class |
EANGenerator
Generates EAN8 and EAN13 codes at the configured ratio. |
Uses of NonNullGeneratorProxy in org.databene.platform.db |
---|
Subclasses of NonNullGeneratorProxy in org.databene.platform.db | |
---|---|
class |
DBSequenceGenerator
Generates Long values from a database sequence. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |