Uses of Package
org.databene.benerator.wrapper

Packages that use org.databene.benerator.wrapper
org.databene.benerator.composite   
org.databene.benerator.csv Provides String generators that parse CSV sources. 
org.databene.benerator.distribution   
org.databene.benerator.distribution.sequence   
org.databene.benerator.engine   
org.databene.benerator.file   
org.databene.benerator.nullable   
org.databene.benerator.primitive Implements Generators for simple Java types. 
org.databene.benerator.primitive.datetime   
org.databene.benerator.primitive.regex Provides a generator that creates String that match a regular expression. 
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.db platform adapter for databases. 
 

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.
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.
 

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.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.
 

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.
 

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.
 

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

Classes in org.databene.benerator.wrapper used by org.databene.benerator.primitive
CompositeStringGenerator
          Takes the output of several source Generators and combines them to a result String.
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.
 

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.
 

Classes in org.databene.benerator.wrapper used by org.databene.benerator.primitive.regex
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.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.
 

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.
 

Classes in org.databene.benerator.wrapper used by org.databene.benerator.wrapper
AbstractArrayGenerator
          Common abstraction for all generators that create arrays.
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.
MultiGeneratorWrapper
          Parent class for wrapping several other generators (in a sources property) and refining a composite state from them.
ProductWrapper
          Helper class for the NullableGenerator.
 

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.
 

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.
 

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.
 

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.
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.
 

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.
 

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.
 

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.
 

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.
 

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.
 



Copyright © 2011. All Rights Reserved.