Uses of Package
org.databene.benerator.wrapper

Packages that use org.databene.benerator.wrapper
org.databene.benerator The root package for the databene-generator library. 
org.databene.benerator.composite   
org.databene.benerator.consumer   
org.databene.benerator.csv Provides String generators that parse CSV sources. 
org.databene.benerator.dataset   
org.databene.benerator.distribution   
org.databene.benerator.distribution.sequence   
org.databene.benerator.engine   
org.databene.benerator.engine.statement   
org.databene.benerator.file   
org.databene.benerator.primitive Implements Generators for simple Java types. 
org.databene.benerator.primitive.datetime   
org.databene.benerator.sample Provides Generators that are based on collections of samples. 
org.databene.benerator.util Provides utility classes for data generation. 
org.databene.benerator.wrapper Defines generators that wrap other generators and forward or convert their products 
org.databene.domain.address databene domain for address data. 
org.databene.domain.br   
org.databene.domain.finance   
org.databene.domain.net   
org.databene.domain.organization   
org.databene.domain.person databene domain for Person data. 
org.databene.domain.product   
org.databene.domain.us   
org.databene.platform.contiperf   
org.databene.platform.db platform adapter for databases. 
 

Classes in org.databene.benerator.wrapper used by org.databene.benerator
ProductWrapper
          Helper class for the Generator class.
 

Classes in org.databene.benerator.wrapper used by org.databene.benerator.composite
CardinalGenerator
          Combines a a random number a source generator's products into a collection.
GeneratorProxy
          Wraps another Generator of same product type.
GeneratorWrapper
          Abstract generator class that wraps another generator object (in a source property) and delegates life cycle control to it.
ProductWrapper
          Helper class for the Generator class.
SingleSourceArrayGenerator
          Assembles the output of a source generator into an array of random length.
 

Classes in org.databene.benerator.wrapper used by org.databene.benerator.consumer
ProductWrapper
          Helper class for the Generator class.
 

Classes in org.databene.benerator.wrapper used by org.databene.benerator.csv
GeneratorProxy
          Wraps another Generator of same product type.
GeneratorWrapper
          Abstract generator class that wraps another generator object (in a source property) and delegates life cycle control to it.
 

Classes in org.databene.benerator.wrapper used by org.databene.benerator.dataset
GeneratorProxy
          Wraps another Generator of same product type.
GeneratorWrapper
          Abstract generator class that wraps another generator object (in a source property) and delegates life cycle control to it.
ProductWrapper
          Helper class for the Generator class.
WeightedGeneratorGenerator
          Generator that wraps several other 'source generators' and assigns a weight to each one.
 

Classes in org.databene.benerator.wrapper used by org.databene.benerator.distribution
GeneratorProxy
          Wraps another Generator of same product type.
GeneratorWrapper
          Abstract generator class that wraps another generator object (in a source property) and delegates life cycle control to it.
 

Classes in org.databene.benerator.wrapper used by org.databene.benerator.distribution.sequence
GeneratorProxy
          Wraps another Generator of same product type.
GeneratorWrapper
          Abstract generator class that wraps another generator object (in a source property) and delegates life cycle control to it.
ProductWrapper
          Helper class for the Generator class.
 

Classes in org.databene.benerator.wrapper used by org.databene.benerator.engine
GeneratorProxy
          Wraps another Generator of same product type.
GeneratorWrapper
          Abstract generator class that wraps another generator object (in a source property) and delegates life cycle control to it.
ProductWrapper
          Helper class for the Generator class.
 

Classes in org.databene.benerator.wrapper used by org.databene.benerator.engine.statement
ProductWrapper
          Helper class for the Generator class.
 

Classes in org.databene.benerator.wrapper used by org.databene.benerator.file
GeneratorWrapper
          Abstract generator class that wraps another generator object (in a source property) and delegates life cycle control to it.
NonNullGeneratorWrapper
          GeneratorWrapper for NonNullGenerators.
ProductWrapper
          Helper class for the Generator class.
 

Classes in org.databene.benerator.wrapper used by org.databene.benerator.primitive
CardinalGenerator
          Combines a a random number a source generator's products into a collection.
CompositeStringGenerator
          Uses n String generators and appends the output of each one in each generate() call.
GeneratorChain
          Proxies several source generators, initially returning products of the first source as long as it is available, then of the second source and son on.
GeneratorProxy
          Wraps another Generator of same product type.
GeneratorWrapper
          Abstract generator class that wraps another generator object (in a source property) and delegates life cycle control to it.
LengthGenerator
          Abstract parent class for Generators that generate objects of a variable length.
MultiGeneratorWrapper
          Parent class for wrapping several other generators (in a sources property) and refining a composite state from them.
NonNullGeneratorProxy
          GeneratorProxy implementation which implements the NonNullGenerator interface and supports its implementors as source Generator.
NonNullGeneratorWrapper
          GeneratorWrapper for NonNullGenerators.
ProductWrapper
          Helper class for the Generator class.
 

Classes in org.databene.benerator.wrapper used by org.databene.benerator.primitive.datetime
CompositeGenerator
          Generator implementation that makes use of other ContextAware objects by which its threading support is influenced.
GeneratorWrapper
          Abstract generator class that wraps another generator object (in a source property) and delegates life cycle control to it.
NonNullGeneratorWrapper
          GeneratorWrapper for NonNullGenerators.
ProductWrapper
          Helper class for the Generator class.
 

Classes in org.databene.benerator.wrapper used by org.databene.benerator.sample
GeneratorProxy
          Wraps another Generator of same product type.
GeneratorWrapper
          Abstract generator class that wraps another generator object (in a source property) and delegates life cycle control to it.
ProductWrapper
          Helper class for the Generator class.
 

Classes in org.databene.benerator.wrapper used by org.databene.benerator.util
GeneratorProxy
          Wraps another Generator of same product type.
GeneratorWrapper
          Abstract generator class that wraps another generator object (in a source property) and delegates life cycle control to it.
ProductWrapper
          Helper class for the Generator class.
 

Classes in org.databene.benerator.wrapper used by org.databene.benerator.wrapper
CardinalGenerator
          Combines a a random number a source generator's products into a collection.
ConvertingGenerator
          Reads products from a source Generator and applies a Converter to transform them into the target products.
GeneratorProxy
          Wraps another Generator of same product type.
GeneratorWrapper
          Abstract generator class that wraps another generator object (in a source property) and delegates life cycle control to it.
MultiGeneratorWrapper
          Parent class for wrapping several other generators (in a sources property) and refining a composite state from them.
OffsetBasedGenerator
          Generator proxy which hides the first products of its source generator.
ProductWrapper
          Helper class for the Generator class.
SingleSourceArrayGenerator
          Assembles the output of a source generator into an array of random length.
 

Classes in org.databene.benerator.wrapper used by org.databene.domain.address
CompositeGenerator
          Generator implementation that makes use of other ContextAware objects by which its threading support is influenced.
GeneratorProxy
          Wraps another Generator of same product type.
GeneratorWrapper
          Abstract generator class that wraps another generator object (in a source property) and delegates life cycle control to it.
ProductWrapper
          Helper class for the Generator class.
 

Classes in org.databene.benerator.wrapper used by org.databene.domain.br
GeneratorProxy
          Wraps another Generator of same product type.
GeneratorWrapper
          Abstract generator class that wraps another generator object (in a source property) and delegates life cycle control to it.
ProductWrapper
          Helper class for the Generator class.
 

Classes in org.databene.benerator.wrapper used by org.databene.domain.finance
CompositeGenerator
          Generator implementation that makes use of other ContextAware objects by which its threading support is influenced.
GeneratorProxy
          Wraps another Generator of same product type.
GeneratorWrapper
          Abstract generator class that wraps another generator object (in a source property) and delegates life cycle control to it.
NonNullGeneratorProxy
          GeneratorProxy implementation which implements the NonNullGenerator interface and supports its implementors as source Generator.
ProductWrapper
          Helper class for the Generator class.
 

Classes in org.databene.benerator.wrapper used by org.databene.domain.net
AlternativeGenerator
          On each call to generate(), it chooses a generator from a collection, calls its generate() method and returns the product.
CompositeGenerator
          Generator implementation that makes use of other ContextAware objects by which its threading support is influenced.
GeneratorProxy
          Wraps another Generator of same product type.
GeneratorWrapper
          Abstract generator class that wraps another generator object (in a source property) and delegates life cycle control to it.
MultiGeneratorWrapper
          Parent class for wrapping several other generators (in a sources property) and refining a composite state from them.
ProductWrapper
          Helper class for the Generator class.
 

Classes in org.databene.benerator.wrapper used by org.databene.domain.organization
GeneratorProxy
          Wraps another Generator of same product type.
GeneratorWrapper
          Abstract generator class that wraps another generator object (in a source property) and delegates life cycle control to it.
NullInjectingGeneratorProxy
          GeneratorProxy implementation which injects a given quota of null values in the original generator's results.
 

Classes in org.databene.benerator.wrapper used by org.databene.domain.person
CompositeGenerator
          Generator implementation that makes use of other ContextAware objects by which its threading support is influenced.
GeneratorProxy
          Wraps another Generator of same product type.
GeneratorWrapper
          Abstract generator class that wraps another generator object (in a source property) and delegates life cycle control to it.
NonNullGeneratorProxy
          GeneratorProxy implementation which implements the NonNullGenerator interface and supports its implementors as source Generator.
ProductWrapper
          Helper class for the Generator class.
 

Classes in org.databene.benerator.wrapper used by org.databene.domain.product
GeneratorProxy
          Wraps another Generator of same product type.
GeneratorWrapper
          Abstract generator class that wraps another generator object (in a source property) and delegates life cycle control to it.
NonNullGeneratorProxy
          GeneratorProxy implementation which implements the NonNullGenerator interface and supports its implementors as source Generator.
NonNullGeneratorWrapper
          GeneratorWrapper for NonNullGenerators.
 

Classes in org.databene.benerator.wrapper used by org.databene.domain.us
CompositeGenerator
          Generator implementation that makes use of other ContextAware objects by which its threading support is influenced.
ProductWrapper
          Helper class for the Generator class.
 

Classes in org.databene.benerator.wrapper used by org.databene.platform.contiperf
ProductWrapper
          Helper class for the Generator class.
 

Classes in org.databene.benerator.wrapper used by org.databene.platform.db
GeneratorProxy
          Wraps another Generator of same product type.
GeneratorWrapper
          Abstract generator class that wraps another generator object (in a source property) and delegates life cycle control to it.
NonNullGeneratorProxy
          GeneratorProxy implementation which implements the NonNullGenerator interface and supports its implementors as source Generator.
ProductWrapper
          Helper class for the Generator class.
 



Copyright © 2013. All Rights Reserved.