A B C D E F G H I J K L M N O P Q R S T U V W X Y _

A

a0(int) - Method in class org.databene.benerator.primitive.number.RecurrenceRelationNumberGenerator
Must be implemented by child classes to return the seed values of the recurrence relation.
a0(int) - Method in class org.databene.domain.math.FibonacciLongGenerator
 
a0(int) - Method in class org.databene.domain.math.PadovanLongGenerator
 
about() - Method in class org.databene.benerator.main.BeneratorGUI.BeneratorGUIFrame
 
AbstractBeneratorDescriptorParser - Class in org.databene.benerator.engine.parser.xml
Abstract parent class for Descriptor parsers.
AbstractBeneratorDescriptorParser(String, Set<String>, Set<String>, Class<?>...) - Constructor for class org.databene.benerator.engine.parser.xml.AbstractBeneratorDescriptorParser
 
AbstractBeneratorSubContext - Class in org.databene.benerator.engine
Abstract implementation of the BeneratorSubContext interface.
AbstractBeneratorSubContext(String, BeneratorContext) - Constructor for class org.databene.benerator.engine.AbstractBeneratorSubContext
 
AbstractBigDecimalGenerator - Class in org.databene.benerator.primitive.number
Wrapper for a LongGenerator that maps the generated Longs to BigDecimals.
AbstractBigDecimalGenerator() - Constructor for class org.databene.benerator.primitive.number.AbstractBigDecimalGenerator
Initializes the generator to create uniformly distributed random BigDecimals with granularity 1
AbstractBigDecimalGenerator(BigDecimal, BigDecimal) - Constructor for class org.databene.benerator.primitive.number.AbstractBigDecimalGenerator
Initializes the generator to create uniformly distributed random BigDecimals with granularity 1
AbstractBigDecimalGenerator(BigDecimal, BigDecimal, BigDecimal) - Constructor for class org.databene.benerator.primitive.number.AbstractBigDecimalGenerator
Initializes the generator to create uniformly distributed random BigDecimals
AbstractBigIntegerGenerator - Class in org.databene.benerator.primitive.number
Wrapper for a LongGenerator that maps the generated Longs to BigIntegers.
AbstractBigIntegerGenerator() - Constructor for class org.databene.benerator.primitive.number.AbstractBigIntegerGenerator
Initializes the generator to create uniformly distributed random BigIntegers with granularity 1
AbstractBigIntegerGenerator(BigInteger, BigInteger) - Constructor for class org.databene.benerator.primitive.number.AbstractBigIntegerGenerator
Initializes the generator to create uniformly distributed random BigIntegers with granularity 1
AbstractBigIntegerGenerator(BigInteger, BigInteger, BigInteger) - Constructor for class org.databene.benerator.primitive.number.AbstractBigIntegerGenerator
Initializes the generator to create uniformly distributed random BigIntegers with the specified granularity
AbstractComponentBuilder<E> - Class in org.databene.benerator.composite
Helper class for simple definition of custom ComponentBuilders which uses a Mutator Created: 30.04.2010 09:34:42
AbstractComponentBuilder(Generator<?>, Mutator, String) - Constructor for class org.databene.benerator.composite.AbstractComponentBuilder
 
AbstractConsumer - Class in org.databene.benerator.consumer
Abstract implementation of the Consumer interface.
AbstractConsumer() - Constructor for class org.databene.benerator.consumer.AbstractConsumer
 
AbstractDatasetGenerator<E> - Class in org.databene.benerator.dataset
Abstract implementation of the DatasetBasedGenerator interface.
AbstractDatasetGenerator(Class<E>, String, String, boolean) - Constructor for class org.databene.benerator.dataset.AbstractDatasetGenerator
 
AbstractDbUnitEntityIterator - Class in org.databene.platform.dbunit
Abstract parent class for classes that iterate DbUnit files and provide their content as Entity.
AbstractDbUnitEntityIterator(String, BeneratorContext) - Constructor for class org.databene.platform.dbunit.AbstractDbUnitEntityIterator
 
AbstractEntitySource - Class in org.databene.model.data
Abstract implementation of EntitySource to be used as parent class for custom implementations.
AbstractEntitySource() - Constructor for class org.databene.model.data.AbstractEntitySource
 
AbstractGenerator<E> - Class in org.databene.benerator.util
Abstract Generator implementation which holds a state and state management methods.
AbstractGenerator() - Constructor for class org.databene.benerator.util.AbstractGenerator
 
AbstractGeneratorComponent<E> - Class in org.databene.benerator.composite
Abstract implementation of the GeneratorComponent interface which manages a source Generator and a Context reference.
AbstractGeneratorComponent(Generator<?>, String) - Constructor for class org.databene.benerator.composite.AbstractGeneratorComponent
 
AbstractNonNullGenerator<E> - Class in org.databene.benerator.util
Abstract implementation of the NonNullGenerator.
AbstractNonNullGenerator() - Constructor for class org.databene.benerator.util.AbstractNonNullGenerator
 
AbstractNonNullNumberGenerator<E extends java.lang.Number> - Class in org.databene.benerator.primitive.number
Abstract parent class for all number generators.
AbstractNonNullNumberGenerator(Class<E>, E, E, E) - Constructor for class org.databene.benerator.primitive.number.AbstractNonNullNumberGenerator
 
AbstractPathResolver - Class in org.databene.benerator.anno
Abstract implementation of the PathResolver interface.
AbstractPathResolver() - Constructor for class org.databene.benerator.anno.AbstractPathResolver
 
AbstractPathResolver(String) - Constructor for class org.databene.benerator.anno.AbstractPathResolver
 
AbstractSampleGenerator<E> - Class in org.databene.benerator.sample
Generates values from a list of samples.
AbstractSampleGenerator(Class<E>) - Constructor for class org.databene.benerator.sample.AbstractSampleGenerator
 
AbstractScopedLifeCycleHolder - Class in org.databene.benerator.engine
Parent class for all generation components that can connect to the life cycle of a different component (thus defining a 'scope').
AbstractScopedLifeCycleHolder(String) - Constructor for class org.databene.benerator.engine.AbstractScopedLifeCycleHolder
 
AbstractSequenceGenerator - Class in org.databene.platform.db
Abstract parent class for database-sequence-related Generators.
AbstractSequenceGenerator(String, DBSystem) - Constructor for class org.databene.platform.db.AbstractSequenceGenerator
 
AbstractStatement - Class in org.databene.benerator.engine.statement
Abstract implementation of the Statement interface.
AbstractStatement() - Constructor for class org.databene.benerator.engine.statement.AbstractStatement
 
AbstractStatement(Expression<ErrorHandler>) - Constructor for class org.databene.benerator.engine.statement.AbstractStatement
 
AbstractStorageSystem - Class in org.databene.benerator.storage
Abstract implementation of the StorageSystem interface.
AbstractStorageSystem() - Constructor for class org.databene.benerator.storage.AbstractStorageSystem
 
AbstractTask - Class in org.databene.task
Simple abstract implementation of the Task interface.
AbstractTask() - Constructor for class org.databene.task.AbstractTask
 
AbstractTask(String) - Constructor for class org.databene.task.AbstractTask
 
AbstractTask(String, boolean, boolean) - Constructor for class org.databene.task.AbstractTask
 
AbstractTaskTest - Class in org.databene.task.test
Parent class for Task tests.
AbstractTaskTest() - Constructor for class org.databene.task.test.AbstractTaskTest
 
AbstractTranscodeParser - Class in org.databene.benerator.engine.parser.xml
Parent class for parsers that read parsing related XML elements.
AbstractTranscodeParser(String, Set<String>, Set<String>, Class<?>...) - Constructor for class org.databene.benerator.engine.parser.xml.AbstractTranscodeParser
 
abstractType(Class<?>) - Method in class org.databene.model.data.TypeMapper
 
abstractType(DBDataType, boolean) - Static method in class org.databene.platform.db.JdbcMetaTypeMapper
 
abstractType(Class<?>) - Method in class org.databene.platform.java.BeanDescriptorProvider
 
AbstractWeightFunction - Class in org.databene.benerator.distribution
Abstract implementation of the WeightFunction interface.
AbstractWeightFunction() - Constructor for class org.databene.benerator.distribution.AbstractWeightFunction
 
AcademicTitleGenerator - Class in org.databene.domain.person
Creates a quota of academic titles.
AcademicTitleGenerator() - Constructor for class org.databene.domain.person.AcademicTitleGenerator
 
AcademicTitleGenerator(Locale) - Constructor for class org.databene.domain.person.AcademicTitleGenerator
 
accept(Visitor<Statement>) - Method in class org.databene.benerator.engine.statement.CompositeStatement
 
acceptUnknownSimpleTypes - Variable in class org.databene.benerator.engine.DefaultBeneratorContext
 
accessDatabase(String, String, DataModel) - Method in class org.databene.benerator.engine.statement.DefineDatabaseStatement
 
AccessingGenerator<S,P> - Class in org.databene.benerator.wrapper
Returns the results of an accessor that is applied on a constant provider object.
AccessingGenerator(Class<P>, Accessor<S, P>, S) - Constructor for class org.databene.benerator.wrapper.AccessingGenerator
 
addAlternative(SimpleTypeDescriptor) - Method in class org.databene.model.data.UnionSimpleTypeDescriptor
 
addCity(CityId, City) - Method in class org.databene.domain.address.State
 
addComponent(Consumer) - Method in class org.databene.benerator.consumer.ConsumerChain
 
addComponent(ComponentDescriptor) - Method in class org.databene.model.data.ComplexTypeDescriptor
 
addComponent(ComponentDescriptor) - Method in class org.databene.platform.db.LazyTableComplexTypeDescriptor
 
addConfig(String, Class<T>) - Method in class org.databene.model.data.FeatureDescriptor
 
addConfig(String, Class<T>, boolean) - Method in class org.databene.model.data.FeatureDescriptor
 
addConstraint(String, Class<T>, Operation<T, T>) - Method in class org.databene.model.data.FeatureDescriptor
 
addConsumer(BeanSpec, BeneratorContext, ConsumerChain) - Static method in class org.databene.benerator.engine.expression.xml.XMLConsumerExpression
 
addDescriptorProvider(DescriptorProvider) - Method in class org.databene.model.data.DataModel
 
addDescriptorProvider(DescriptorProvider, boolean) - Method in class org.databene.model.data.DataModel
 
addDetail(String, Class<T>, boolean, boolean, Operation<T, T>) - Method in class org.databene.model.data.FeatureDescriptor
 
addElement(ArrayElementDescriptor) - Method in class org.databene.model.data.ArrayTypeDescriptor
 
AddingConsumer - Class in org.databene.benerator.primitive
Consumer implementation which sums up the values of a 'feature' of all objects it consumes and return the sum as 'sum' property of type 'type'.
AddingConsumer() - Constructor for class org.databene.benerator.primitive.AddingConsumer
 
AddingConsumer(String, String) - Constructor for class org.databene.benerator.primitive.AddingConsumer
 
addLocalType(TypeDescriptor) - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
addLocalType(TypeDescriptor) - Method in interface org.databene.benerator.engine.BeneratorContext
 
addLocalType(TypeDescriptor) - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
addParent(Dataset) - Method in class org.databene.benerator.dataset.Dataset
 
addParser(XMLElementParser<Statement>) - Method in class org.databene.benerator.DefaultPlatformDescriptor
 
addPart(InstanceDescriptor) - Method in class org.databene.model.data.ComplexTypeDescriptor
 
addPart(InstanceDescriptor) - Method in class org.databene.platform.db.LazyTableComplexTypeDescriptor
 
addPostalCode(String) - Method in class org.databene.domain.address.City
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.databene.benerator.gui.Setup
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.databene.benerator.gui.Setup
 
addResource(Closeable) - Method in class org.databene.benerator.engine.DescriptorRunner
 
addResource(Closeable) - Method in interface org.databene.benerator.engine.ResourceManager
 
addResource(Closeable) - Method in class org.databene.benerator.engine.ResourceManagerSupport
 
addResource(Closeable) - Method in class org.databene.benerator.engine.statement.GenerateAndConsumeTask
 
addResource(Closeable) - Method in class org.databene.platform.xml.XMLSchemaDescriptorProvider
 
Address - Class in org.databene.domain.address
Represents an address with phone numbers.
Address() - Constructor for class org.databene.domain.address.Address
 
Address(String, String, String, City, State, Country, PhoneNumber, PhoneNumber, PhoneNumber, PhoneNumber) - Constructor for class org.databene.domain.address.Address
 
AddressFormat - Class in org.databene.domain.address
Formats Address objects as String.
AddressFormat(String) - Constructor for class org.databene.domain.address.AddressFormat
 
AddressGenerator - Class in org.databene.domain.address
Generates Address objects.
AddressGenerator() - Constructor for class org.databene.domain.address.AddressGenerator
 
AddressGenerator(String) - Constructor for class org.databene.domain.address.AddressGenerator
 
addSample(T, double) - Method in class org.databene.benerator.sample.AttachedWeightSampleGenerator
Adds weighted values to the sample list
addSample(WeightedSample<? extends E>) - Method in class org.databene.benerator.sample.AttachedWeightSampleGenerator
Adds a weighted value to the sample list
addSample(E...) - Method in class org.databene.benerator.sample.SeedGenerator
 
addSelection(Set<Character>, Set<Character>) - Method in class org.databene.benerator.factory.EquivalenceGeneratorFactory
 
addSequence(int, E...) - Method in class org.databene.benerator.sample.SeedManager
 
addSource(Generator<? extends S>) - Method in class org.databene.benerator.wrapper.MultiGeneratorWrapper
 
addSource(Generator<? extends E>) - Method in class org.databene.benerator.wrapper.WeightedGeneratorGenerator
 
addSource(Generator<? extends E>, Double) - Method in class org.databene.benerator.wrapper.WeightedGeneratorGenerator
 
addState(State) - Method in class org.databene.domain.address.Country
 
addStatement(Statement) - Method in class org.databene.benerator.engine.statement.GenerateAndConsumeTask
 
addSubDataset(DatasetBasedGenerator<E>, double) - Method in class org.databene.benerator.dataset.CompositeDatasetGenerator
 
addSubSet(Dataset) - Method in class org.databene.benerator.dataset.Dataset
 
addSubStatement(Statement) - Method in interface org.databene.benerator.engine.statement.CascadeParent
 
addSubStatement(Statement) - Method in class org.databene.benerator.engine.statement.CompositeStatement
 
addSubTask(Task) - Method in class org.databene.task.CompositeTask
 
addTransition(E, E, double) - Method in class org.databene.benerator.sample.StateGenerator
 
addTransition(E, E, double) - Method in class org.databene.benerator.sample.StateTransitionGenerator
 
addTypeDescriptor(TypeDescriptor) - Method in class org.databene.model.data.DefaultDescriptorProvider
 
addValue(T) - Method in class org.databene.benerator.sample.AbstractSampleGenerator
Adds a value to the sample list
addValue(T) - Method in class org.databene.benerator.sample.AttachedWeightSampleGenerator
Adds an unweighted value to the sample list
addValue(T) - Method in class org.databene.benerator.sample.IndividualWeightSampleGenerator
Adds an unweighted value to the sample list
addValue(T) - Method in class org.databene.benerator.sample.SampleGenerator
Adds a value to the sample list
addValue(E) - Method in class org.databene.benerator.sample.SequenceGenerator
 
addValue(String) - Method in class org.databene.model.data.SimpleTypeDescriptor
 
addValues(T...) - Method in class org.databene.benerator.sample.AbstractSampleGenerator
Adds values to the sample list
addValues(Collection<T>) - Method in class org.databene.benerator.sample.AbstractSampleGenerator
Adds values to the sample list
addVariable(VariableDescriptor) - Method in class org.databene.model.data.ComplexTypeDescriptor
 
addVariable(VariableDescriptor) - Method in interface org.databene.model.data.VariableHolder
 
addVariable(VariableDescriptor) - Method in class org.databene.platform.db.LazyTableComplexTypeDescriptor
 
addZipCode(String) - Method in class org.databene.domain.address.City
Deprecated. use property postalCodes
AFGHANISTAN - Static variable in class org.databene.domain.address.Country
 
ALBANIA - Static variable in class org.databene.domain.address.Country
 
ALGERIA - Static variable in class org.databene.domain.address.Country
 
allAtomicSubSets() - Method in class org.databene.benerator.dataset.Dataset
 
allProducts(Generator<T>) - Static method in class org.databene.benerator.util.GeneratorUtil
 
AlternativeComponentBuilder<E> - Class in org.databene.benerator.composite
Creates one component from an arbitrary choice of different available ones.
AlternativeComponentBuilder(ComponentBuilder<E>[], String) - Constructor for class org.databene.benerator.composite.AlternativeComponentBuilder
 
AlternativeGenerator<E> - Class in org.databene.benerator.wrapper
On each call to generate(), it chooses a generator from a collection, calls its generate() method and returns the product.
AlternativeGenerator(Class<E>, Generator<E>...) - Constructor for class org.databene.benerator.wrapper.AlternativeGenerator
Initializes the generator to a collection of source generators
AlternativeGroupDescriptor - Class in org.databene.model.data
Describes a group of components of which only one is present in an Entity.
AlternativeGroupDescriptor(String, DescriptorProvider) - Constructor for class org.databene.model.data.AlternativeGroupDescriptor
 
aN() - Method in class org.databene.benerator.primitive.number.RecurrenceRelationNumberGenerator
Must be implemented by child classes to implement the recurrence relation.
aN(int) - Method in class org.databene.benerator.primitive.number.RecurrenceRelationNumberGenerator
Provides the most recent calculated values.
aN() - Method in class org.databene.domain.math.FibonacciLongGenerator
 
aN() - Method in class org.databene.domain.math.PadovanLongGenerator
 
ANDORRA - Static variable in class org.databene.domain.address.Country
 
Annotation - Class in org.databene.platform.xml
Represents an XML annotation with a documentation String and an appInfo element.
Annotation(Element) - Constructor for class org.databene.platform.xml.Annotation
 
Annotation(String, Element) - Constructor for class org.databene.platform.xml.Annotation
 
ANNOTATION - Static variable in class org.databene.platform.xml.XMLSchemaDescriptorProvider
 
AnnotationMapper - Class in org.databene.benerator.anno
Maps Java annotations to descriptor objects.
AnnotationMapper(DataModel, PathResolver) - Constructor for class org.databene.benerator.anno.AnnotationMapper
 
append - Variable in class org.databene.benerator.consumer.TextFileExporter
 
appendSeparated(String, StringBuilder) - Method in class org.databene.domain.person.PersonFormatter
 
apply(E, BeneratorContext) - Method in class org.databene.benerator.composite.ComponentAndVariableSupport
 
applyComponentBuilders(Generator<?>, ArrayTypeDescriptor, String, Uniqueness, BeneratorContext) - Method in class org.databene.benerator.factory.ArrayTypeGeneratorFactory
 
applyComponentBuilders(Generator<?>, ComplexTypeDescriptor, String, Uniqueness, BeneratorContext) - Method in class org.databene.benerator.factory.ComplexTypeGeneratorFactory
 
applyComponentBuilders(Generator<?>, E, String, Uniqueness, BeneratorContext) - Method in class org.databene.benerator.factory.TypeGeneratorFactory
 
applyConverter(Generator<S>, Converter...) - Static method in class org.databene.benerator.wrapper.WrapperFactory
Creates a generator that accepts products from a source generator and converts them to target products by the converter
applyCycler(Generator<T>) - Static method in class org.databene.benerator.wrapper.WrapperFactory
 
applyDefaultCounts(PartDescriptor) - Method in class org.databene.benerator.parser.ModelParser
 
applyGeneratorFactory(Annotation[], BeneratorContext) - Method in class org.databene.benerator.anno.AnnotationMapper
 
applyHeadCycler(Generator<T>) - Static method in class org.databene.benerator.wrapper.WrapperFactory
 
applyLastProductDetector(Generator<T>) - Static method in class org.databene.benerator.wrapper.WrapperFactory
 
applyMethodDefaultsProvider(Method, BeneratorContext) - Method in class org.databene.benerator.anno.AnnotationMapper
 
applyMethodGeneratorFactory(Method, BeneratorContext) - Method in class org.databene.benerator.anno.AnnotationMapper
 
applyNullSettings(Generator<?>, Boolean, Double) - Method in class org.databene.benerator.factory.EquivalenceGeneratorFactory
 
applyNullSettings(Generator<?>, Boolean, Double) - Method in class org.databene.benerator.factory.GeneratorFactory
 
applyNullSettings(Generator<?>, Boolean, Double) - Method in class org.databene.benerator.factory.SerialGeneratorFactory
 
applyNullSettings(Generator<?>, Boolean, Double) - Method in class org.databene.benerator.factory.StochasticGeneratorFactory
 
applyOffset(Generator<T>, int) - Static method in class org.databene.benerator.wrapper.WrapperFactory
 
applyRootWrappers(Generator<?>, E, String, Uniqueness, BeneratorContext) - Method in class org.databene.benerator.factory.TypeGeneratorFactory
 
applyTo(Generator<T>, boolean) - Method in class org.databene.benerator.distribution.AbstractWeightFunction
 
applyTo(Generator<T>, boolean) - Method in class org.databene.benerator.distribution.CumulativeDistributionFunction
 
applyTo(Generator<T>, boolean) - Method in interface org.databene.benerator.distribution.Distribution
 
applyTo(Generator<T>, boolean) - Method in class org.databene.benerator.distribution.IndividualWeight
 
applyTo(Generator<T>, boolean) - Method in class org.databene.benerator.distribution.Sequence
 
applyTo(Generator<T>, boolean) - Method in class org.databene.benerator.distribution.sequence.ExpandSequence
 
applyTo(Generator<T>, boolean) - Method in class org.databene.benerator.distribution.sequence.HeadSequence
 
applyTo(Generator<T>, boolean) - Method in class org.databene.benerator.distribution.sequence.RandomSequence
 
applyTo(Generator<T>, boolean) - Method in class org.databene.benerator.distribution.sequence.RandomWalkSequence
 
applyTo(Generator<T>, boolean) - Method in class org.databene.benerator.distribution.sequence.RepeatSequence
 
applyTo(Generator<T>, boolean) - Method in class org.databene.benerator.distribution.sequence.StepSequence
 
applyTo(Generator<T>, boolean) - Method in class org.databene.benerator.distribution.sequence.WeightedNumbers
 
applyValidator(Validator<T>, Generator<T>) - Static method in class org.databene.benerator.wrapper.WrapperFactory
 
Archetype - Class in org.databene.benerator.archetype
Represents a Benerator project archetype.
Archetype(URL) - Constructor for class org.databene.benerator.archetype.Archetype
 
ArchetypeManager - Class in org.databene.benerator.archetype
Looks up and manages Benerator archetypes.
ARGENTINA - Static variable in class org.databene.domain.address.Country
 
Array2EntityConverter - Class in org.databene.platform.array
Converts an array of feature values to an entity.
Array2EntityConverter(ComplexTypeDescriptor, String[], boolean) - Constructor for class org.databene.platform.array.Array2EntityConverter
 
ArrayElementBuilder - Class in org.databene.benerator.composite
ComponentBuilder implementation which builds array elements.
ArrayElementBuilder(int, Generator<?>, String) - Constructor for class org.databene.benerator.composite.ArrayElementBuilder
 
ArrayElementDescriptor - Class in org.databene.model.data
Describes an array element.
ArrayElementDescriptor(int, DescriptorProvider, String, TypeDescriptor) - Constructor for class org.databene.model.data.ArrayElementDescriptor
 
ArrayElementDescriptor(int, DescriptorProvider, String) - Constructor for class org.databene.model.data.ArrayElementDescriptor
 
ArrayElementDescriptor(int, DescriptorProvider, TypeDescriptor) - Constructor for class org.databene.model.data.ArrayElementDescriptor
 
ArrayElementTypeConverter - Class in org.databene.benerator.composite
Converts an array's elements to the types defined in a related ArrayTypeDescriptor.
ArrayElementTypeConverter(ArrayTypeDescriptor) - Constructor for class org.databene.benerator.composite.ArrayElementTypeConverter
 
ArrayTypeDescriptor - Class in org.databene.model.data
Describes an array.
ArrayTypeDescriptor(String, DescriptorProvider) - Constructor for class org.databene.model.data.ArrayTypeDescriptor
 
ArrayTypeDescriptor(String, DescriptorProvider, ArrayTypeDescriptor) - Constructor for class org.databene.model.data.ArrayTypeDescriptor
 
ArrayTypeGeneratorFactory - Class in org.databene.benerator.factory
Creates array Generators.
ArrayTypeGeneratorFactory() - Constructor for class org.databene.benerator.factory.ArrayTypeGeneratorFactory
 
AsBigDecimalGeneratorWrapper<E extends java.lang.Number> - Class in org.databene.benerator.wrapper
Converts the Number products of another Generator to BigDecimal.
AsBigDecimalGeneratorWrapper(Generator<E>) - Constructor for class org.databene.benerator.wrapper.AsBigDecimalGeneratorWrapper
 
AsBigDecimalGeneratorWrapper(Generator<E>, BigDecimal, BigDecimal) - Constructor for class org.databene.benerator.wrapper.AsBigDecimalGeneratorWrapper
 
AsBigIntegerGeneratorWrapper<E extends java.lang.Number> - Class in org.databene.benerator.wrapper
Converts the Number products of another Generator to BigInteger.
AsBigIntegerGeneratorWrapper(Generator<E>) - Constructor for class org.databene.benerator.wrapper.AsBigIntegerGeneratorWrapper
 
AsByteGeneratorWrapper<E extends java.lang.Number> - Class in org.databene.benerator.wrapper
Converts the Number products of another Generator to Byte.
AsByteGeneratorWrapper(Generator<E>) - Constructor for class org.databene.benerator.wrapper.AsByteGeneratorWrapper
 
AsDoubleGeneratorWrapper<E extends java.lang.Number> - Class in org.databene.benerator.wrapper
Double Generator that maps products from a generator of a different number type.
AsDoubleGeneratorWrapper(Generator<E>) - Constructor for class org.databene.benerator.wrapper.AsDoubleGeneratorWrapper
 
AsFloatGeneratorWrapper<E extends java.lang.Number> - Class in org.databene.benerator.wrapper
Converts the Number products of another Generator to Float.
AsFloatGeneratorWrapper(Generator<E>) - Constructor for class org.databene.benerator.wrapper.AsFloatGeneratorWrapper
 
AsIntegerGeneratorWrapper<E extends java.lang.Number> - Class in org.databene.benerator.wrapper
Converts the Number products of another Generator to Integer.
AsIntegerGeneratorWrapper(Generator<E>) - Constructor for class org.databene.benerator.wrapper.AsIntegerGeneratorWrapper
 
AsLongGeneratorWrapper<E extends java.lang.Number> - Class in org.databene.benerator.wrapper
Long Generator that maps products from a Double generator.
AsLongGeneratorWrapper(Generator<E>) - Constructor for class org.databene.benerator.wrapper.AsLongGeneratorWrapper
 
AsNonNullGenerator<E> - Class in org.databene.benerator.wrapper
Adapter class which makes an arbitrary Generator available as NonNullGenerator.
AsNonNullGenerator(Generator<E>) - Constructor for class org.databene.benerator.wrapper.AsNonNullGenerator
 
asNonNullGenerator(Generator<T>) - Static method in class org.databene.benerator.wrapper.WrapperFactory
 
asNonNullNumberGeneratorOfType(Class<T>, NonNullGenerator<? extends Number>, T, T) - Static method in class org.databene.benerator.wrapper.WrapperFactory
 
asNumberGeneratorOfType(Class<T>, Generator<? extends Number>, T, T) - Static method in class org.databene.benerator.wrapper.WrapperFactory
 
assertAvailable(Generator<?>) - Static method in class org.databene.benerator.test.GeneratorTest
 
assertAvailable(String, Generator<?>) - Static method in class org.databene.benerator.test.GeneratorTest
 
assertComponents(Entity, Object...) - Static method in class org.databene.benerator.test.GeneratorTest
 
assertCustomToStringMethod(Generator<?>) - Method in class org.databene.benerator.test.GeneratorClassTest
 
assertEqualArrays(T, T) - Static method in class org.databene.benerator.test.GeneratorTest
 
assertInitialized() - Method in class org.databene.benerator.composite.AbstractGeneratorComponent
 
assertInitialized() - Method in class org.databene.benerator.util.AbstractGenerator
 
assertNotInitialized() - Method in class org.databene.benerator.util.AbstractGenerator
 
assertUnavailable(Generator<?>) - Static method in class org.databene.benerator.test.GeneratorTest
 
AsShortGeneratorWrapper<E extends java.lang.Number> - Class in org.databene.benerator.wrapper
Converts the Number products of another Generator to Short.
AsShortGeneratorWrapper(Generator<E>) - Constructor for class org.databene.benerator.wrapper.AsShortGeneratorWrapper
 
AsStringGenerator<E> - Class in org.databene.benerator.wrapper
Wraps another Generator and converts its products to Strings.
AsStringGenerator(Generator<E>) - Constructor for class org.databene.benerator.wrapper.AsStringGenerator
 
asStringGenerator(Generator<?>) - Static method in class org.databene.benerator.wrapper.WrapperFactory
 
asStringGenerators(Generator<?>[]) - Static method in class org.databene.benerator.wrapper.WrapperFactory
 
AtomicDatasetGenerator<E> - Class in org.databene.benerator.dataset
DatasetBasedGenerator implementation which bases on an atomic dataset.
AtomicDatasetGenerator(WeightedGenerator<E>, String, String) - Constructor for class org.databene.benerator.dataset.AtomicDatasetGenerator
 
AtomicDatasetGenerator(Generator<E>, String, String, double) - Constructor for class org.databene.benerator.dataset.AtomicDatasetGenerator
 
ATT_ACC_UNK_COL_TYPES - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_ACCEPT_UNKNOWN_SIMPLE_TYPES - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_ASSERT - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_BATCH - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_CATALOG - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_CLASS - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_CONSUMER - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_CONTAINER - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_CONVERTER - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_COUNT - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_COUNT_DISTRIBUTION - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_CYCLIC - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_DATASET - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_DEFAULT - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_DEFAULT_DATASET - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_DEFAULT_ENCODING - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_DEFAULT_ERR_HANDLER - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_DEFAULT_IMPORTS - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_DEFAULT_LINE_SEPARATOR - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_DEFAULT_LOCALE - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_DEFAULT_NULL - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_DEFAULT_ONE_TO_ONE - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_DEFAULT_PAGE_SIZE - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_DEFAULT_SCRIPT - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_DEFAULT_SEPARATOR - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_DEFAULT_SOURCE - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_DEFAULT_TIME_ZONE - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_DEFAULTS - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_DISTRIBUTION - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_DOMAINS - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_DRIVER - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_DURATION - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_ENCODING - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_ENVIRONMENT - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_EXCL_TABLES - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_FETCH_SIZE - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_FILTER - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_FORMAT - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_GENERATOR - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_GENERATOR_FACTORY - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_GRANULARITY - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_ID - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_IDENTITY - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_INCL_TABLES - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_INVALIDATE - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_LAZY - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_LOCALE - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_MAX - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_MAX_COUNT - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_MESSAGE - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_META_CACHE - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_MIN - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_MIN_COUNT - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_NAME - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_NESTING - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_NULL_QUOTA - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_OFFSET - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_ON_ERROR - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_OPTIMIZE - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_PAGER - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_PAGESIZE - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_PASSWORD - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_PLATFORMS - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_READ_ONLY - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_REF - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_SCHEMA - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_SELECTOR - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_SEPARATOR - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_SOURCE - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_SPEC - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_STATS - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_SUB_SELECTOR - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_TABLE - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_TABLE_FILTER - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_TARGET - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_TEMPLATE - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_TEST - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_THREADS - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_TYPE - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_UNIQUE - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_URI - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_URL - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_USER - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_VALIDATOR - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ATT_VALUE - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
AttachedWeight<E> - Class in org.databene.benerator.distribution
IndividualWeight implementation that weighs objects individually.
AttachedWeight() - Constructor for class org.databene.benerator.distribution.AttachedWeight
 
AttachedWeightSampleGenerator<E> - Class in org.databene.benerator.sample
Generates values from a weighted or non-weighted set of samples.
AttachedWeightSampleGenerator(Class<E>) - Constructor for class org.databene.benerator.sample.AttachedWeightSampleGenerator
Initializes the generator to an empty sample list
AttachedWeightSampleGenerator(Class<E>, E...) - Constructor for class org.databene.benerator.sample.AttachedWeightSampleGenerator
Initializes the generator to an unweighted sample list
AttachedWeightSampleGenerator(Class<E>, Iterable<E>) - Constructor for class org.databene.benerator.sample.AttachedWeightSampleGenerator
Initializes the generator to an unweighted sample list
ATTRIBUTE_GROUP - Static variable in class org.databene.platform.xml.XMLSchemaDescriptorProvider
 
AU - Static variable in class org.databene.domain.address.AddressFormat
 
AUSTRALIA - Static variable in class org.databene.domain.address.Country
 
AUSTRIA - Static variable in class org.databene.domain.address.Country
 
availableSourceCount() - Method in class org.databene.benerator.wrapper.MultiGeneratorWrapper
 
average() - Method in class org.databene.benerator.distribution.sequence.CumulatedLongGenerator
 

B

BadDataConsumer - Class in org.databene.benerator.consumer
Consumer proxy that forwards data to 'real consumer' and if the real consumer raises an error, forwards the data to a 'bad data consumer'.
BadDataConsumer(Consumer, Consumer) - Constructor for class org.databene.benerator.consumer.BadDataConsumer
 
BAHAMAS - Static variable in class org.databene.domain.address.Country
 
BAHRAIN - Static variable in class org.databene.domain.address.Country
 
Bank - Class in org.databene.domain.finance
Represents a bank.
Bank(String, String, String, String) - Constructor for class org.databene.domain.finance.Bank
 
BankAccount - Class in org.databene.domain.finance
Represents a bank account.
BankAccount(Bank, String, String) - Constructor for class org.databene.domain.finance.BankAccount
 
BankAccountGenerator - Class in org.databene.domain.finance
Generates German BankAccounts with low validity requirements.
BankAccountGenerator() - Constructor for class org.databene.domain.finance.BankAccountGenerator
 
BankAccountValidator - Class in org.databene.domain.finance
Validates a BankAccount.
BankAccountValidator() - Constructor for class org.databene.domain.finance.BankAccountValidator
 
BankGenerator - Class in org.databene.domain.finance
Generates BankAccounts with low validity requirements.
BankGenerator() - Constructor for class org.databene.domain.finance.BankGenerator
 
BASE - Static variable in class org.databene.platform.xml.XMLSchemaDescriptorProvider
 
basePath - Variable in class org.databene.benerator.anno.AbstractPathResolver
 
batch - Variable in class org.databene.platform.db.DBSystem
 
BE - Static variable in class org.databene.domain.address.AddressFormat
 
Bean - Annotation Type in org.databene.benerator.anno
Annotation for bean construction in context.
Bean2EntityConverter - Class in org.databene.platform.java
Converts a Bean to an Entity.
Bean2EntityConverter() - Constructor for class org.databene.platform.java.Bean2EntityConverter
 
Bean2EntityConverter(ComplexTypeDescriptor) - Constructor for class org.databene.platform.java.Bean2EntityConverter
 
BeanDescriptorProvider - Class in org.databene.platform.java
Provides EntityDescriptors for JavaBean classes Created: 27.06.2007 23:04:19
BeanDescriptorProvider() - Constructor for class org.databene.platform.java.BeanDescriptorProvider
 
BeanDescriptorProvider(DataModel) - Constructor for class org.databene.platform.java.BeanDescriptorProvider
 
BeanParser - Class in org.databene.benerator.engine.parser.xml
Parses a <bean> element.
BeanParser() - Constructor for class org.databene.benerator.engine.parser.xml.BeanParser
 
BeanStatement - Class in org.databene.benerator.engine.statement
Task implementation that instantiates a JavaBean.
BeanStatement(String, Expression<?>, ResourceManager) - Constructor for class org.databene.benerator.engine.statement.BeanStatement
 
BeepParser - Class in org.databene.benerator.engine.parser.xml
Parses a <beep/> descriptor.
BeepParser() - Constructor for class org.databene.benerator.engine.parser.xml.BeepParser
 
BeepStatement - Class in org.databene.benerator.engine.statement
Statement that emits a beep.
BeepStatement() - Constructor for class org.databene.benerator.engine.statement.BeepStatement
 
beInitialized(BeneratorContext) - Method in class org.databene.benerator.engine.statement.GenerateOrIterateStatement
 
BELARUS - Static variable in class org.databene.domain.address.Country
 
BELGIUM - Static variable in class org.databene.domain.address.Country
 
Benerator - Class in org.databene.benerator.main
Parses and executes a benerator setup file.
Benerator() - Constructor for class org.databene.benerator.main.Benerator
 
BENERATOR_FACTORY_PROPERTY - Static variable in class org.databene.benerator.BeneratorFactory
 
BeneratorConstants - Interface in org.databene.benerator
Holds constants which are of general interest for Benerator.
BeneratorContext - Interface in org.databene.benerator.engine
A BeneratorContext.
BeneratorCpfReportContext - Class in org.databene.platform.contiperf
ContiPerf ReportContext implementation for Benerator.
BeneratorCpfReportContext() - Constructor for class org.databene.platform.contiperf.BeneratorCpfReportContext
 
BeneratorError - Exception in org.databene.benerator
Indicates an error in Benerator execution, for example raised by an <error> element.
BeneratorError(String, Throwable, int) - Constructor for exception org.databene.benerator.BeneratorError
 
BeneratorError(String, int) - Constructor for exception org.databene.benerator.BeneratorError
 
BeneratorError(Throwable, int) - Constructor for exception org.databene.benerator.BeneratorError
 
BeneratorFactory - Class in org.databene.benerator
Abstract factory class for extending Benerator.
BeneratorFactory() - Constructor for class org.databene.benerator.BeneratorFactory
 
BeneratorGUI - Class in org.databene.benerator.main
Small Swing application for editing and running Benerator descriptors.
BeneratorGUI() - Constructor for class org.databene.benerator.main.BeneratorGUI
 
BeneratorGUI.BeneratorGUIFrame - Class in org.databene.benerator.main
 
BeneratorGUI.BeneratorGUIFrame() - Constructor for class org.databene.benerator.main.BeneratorGUI.BeneratorGUIFrame
 
BeneratorIntegrationTest - Class in org.databene.benerator.test
Parent class for Benerator integration tests.
BeneratorIntegrationTest() - Constructor for class org.databene.benerator.test.BeneratorIntegrationTest
 
BeneratorLocaleExpression - Class in org.databene.benerator.engine.expression
Evaluates a string expression for a Locale string, if none is set, it picks Benerator's default Locale.
BeneratorLocaleExpression(Expression<String>) - Constructor for class org.databene.benerator.engine.expression.BeneratorLocaleExpression
 
BeneratorMonitor - Class in org.databene.benerator.engine
MBean implementation for monitoring Benerator.
BeneratorMonitorMBean - Interface in org.databene.benerator.engine
MBean interface for monitoring Benerator.
BeneratorOpts - Class in org.databene.benerator.engine
Provides support for Benerator's system property settings.
BeneratorOpts() - Constructor for class org.databene.benerator.engine.BeneratorOpts
 
BeneratorParseContext - Class in org.databene.benerator.engine.parser.xml
ParseContext implementation for Benerator.
BeneratorParseContext(ResourceManager) - Constructor for class org.databene.benerator.engine.parser.xml.BeneratorParseContext
 
BeneratorRootStatement - Class in org.databene.benerator.engine
The root Statement for executing descriptor file based data generation.
BeneratorRootStatement(Map<String, String>) - Constructor for class org.databene.benerator.engine.BeneratorRootStatement
 
BeneratorScript - Class in org.databene.benerator.script
Script implementation for BeneratorScript.
BeneratorScript(Expression<?>, String) - Constructor for class org.databene.benerator.script.BeneratorScript
 
BeneratorScriptFactory - Class in org.databene.benerator.script
ScriptFactory implementation for BeneratorScript.
BeneratorScriptFactory() - Constructor for class org.databene.benerator.script.BeneratorScriptFactory
 
BeneratorShutdownHook - Class in org.databene.benerator.engine
Closes resources if system shutdown happens normally or enforced.
BeneratorShutdownHook(ResourceManager) - Constructor for class org.databene.benerator.engine.BeneratorShutdownHook
 
BeneratorSubContext - Interface in org.databene.benerator.engine
Common interface for Benerator sub contexts.
BeneratorUtil - Class in org.databene.benerator
Provides general utility methods for Benerator.
BeneratorUtil() - Constructor for class org.databene.benerator.BeneratorUtil
 
BinaryFileContentGenerator - Class in org.databene.benerator.file
Provides file contents as byte arrays.
BinaryFileContentGenerator() - Constructor for class org.databene.benerator.file.BinaryFileContentGenerator
 
BirthDateGenerator - Class in org.databene.domain.person
Creates Date objects for a person's birth day.
BirthDateGenerator() - Constructor for class org.databene.domain.person.BirthDateGenerator
 
BirthDateGenerator(int, int) - Constructor for class org.databene.domain.person.BirthDateGenerator
 
BIT_REVERSE_SEQUENCE - Static variable in class org.databene.benerator.distribution.SequenceManager
 
BitReverseLongGenerator - Class in org.databene.benerator.distribution.sequence
Generates integers reversing the bits of a continuously rising number.
BitReverseLongGenerator() - Constructor for class org.databene.benerator.distribution.sequence.BitReverseLongGenerator
 
BitReverseLongGenerator(long, long) - Constructor for class org.databene.benerator.distribution.sequence.BitReverseLongGenerator
 
BitReverseLongGenerator(long, long, long) - Constructor for class org.databene.benerator.distribution.sequence.BitReverseLongGenerator
 
BitReverseNaturalNumberGenerator - Class in org.databene.benerator.distribution.sequence
Long Generator that implements a 'bitreverse' Long Sequence.
BitReverseNaturalNumberGenerator() - Constructor for class org.databene.benerator.distribution.sequence.BitReverseNaturalNumberGenerator
 
BitReverseNaturalNumberGenerator(long) - Constructor for class org.databene.benerator.distribution.sequence.BitReverseNaturalNumberGenerator
 
BitReverseSequence - Class in org.databene.benerator.distribution.sequence
Sequence implementation for a distribution that creates the bit-reverses (r) of a continuous series, e.g. r(1), r(2), r(3), ...; the numbers produced by a related generator are unique as long as the generator is not reset.
BitReverseSequence() - Constructor for class org.databene.benerator.distribution.sequence.BitReverseSequence
 
BlankArrayGenerator - Class in org.databene.benerator.composite
Generates an array of fixed size filled with nulls.
BlankArrayGenerator(int) - Constructor for class org.databene.benerator.composite.BlankArrayGenerator
 
BlankEntityGenerator - Class in org.databene.benerator.composite
Instantiates an entity without initializing any components.
BlankEntityGenerator(ComplexTypeDescriptor) - Constructor for class org.databene.benerator.composite.BlankEntityGenerator
 
BooleanGenerator - Class in org.databene.benerator.primitive
Generates boolean values with a configurable quota of true values.
BooleanGenerator() - Constructor for class org.databene.benerator.primitive.BooleanGenerator
Initializes the generator to a trueQuota of 50%
BooleanGenerator(double) - Constructor for class org.databene.benerator.primitive.BooleanGenerator
Initializes the generator to a trueQuota
BOSNIA_AND_HERZEGOVINA - Static variable in class org.databene.domain.address.Country
 
BRAZIL - Static variable in class org.databene.domain.address.Country
 
build(Generator<T>, int, DocumentWriter<T>) - Static method in class org.databene.benerator.file.FileBuilder
 
builders - Variable in class org.databene.benerator.composite.MultiComponentBuilder
 
building - Variable in class org.databene.domain.address.Address
 
buildRandomComponent(BeneratorContext) - Method in class org.databene.benerator.composite.MultiComponentBuilder
 
BULGARIA - Static variable in class org.databene.domain.address.Country
 
ByteArrayGenerator - Class in org.databene.benerator.wrapper
Creates arrays of random length filled with random bytes.
ByteArrayGenerator() - Constructor for class org.databene.benerator.wrapper.ByteArrayGenerator
 
ByteArrayGenerator(Generator<Byte>, int, int) - Constructor for class org.databene.benerator.wrapper.ByteArrayGenerator
 
ByteArrayGenerator(Generator<Byte>, int, int, Distribution) - Constructor for class org.databene.benerator.wrapper.ByteArrayGenerator
 

C

cache(Expression<T>) - Static method in class org.databene.benerator.engine.statement.AbstractStatement
 
CachedExpression<E> - Class in org.databene.benerator.engine.expression
Caches the result of another expression and returns it on subsequent calls without evaluating the other expression again.
CachedExpression(Expression<E>) - Constructor for class org.databene.benerator.engine.expression.CachedExpression
 
CachedSequenceGenerator - Class in org.databene.platform.db
Reads the current value of a sequence on first invocation, increases the value locally on subsequent calls and finally (on close()) updates the DB sequence with the local value.
CachedSequenceGenerator() - Constructor for class org.databene.platform.db.CachedSequenceGenerator
 
CachedSequenceGenerator(String, DBSystem) - Constructor for class org.databene.platform.db.CachedSequenceGenerator
 
calculateChecksum(String) - Static method in class org.databene.domain.person.TINValidator
 
calculateNext() - Method in class org.databene.benerator.primitive.number.RecurrenceRelationNumberGenerator
 
callInRegion(String, Callable<T>) - Static method in class org.databene.benerator.dataset.DatasetUtil
 
CANADA - Static variable in class org.databene.domain.address.Country
 
CardinalGenerator<S,P> - Class in org.databene.benerator.wrapper
Combines a a random number a source generator's products into a collection.
CardinalGenerator(Generator<S>, boolean, NonNullGenerator<Integer>) - Constructor for class org.databene.benerator.wrapper.CardinalGenerator
 
CardinalGenerator(Generator<S>, boolean) - Constructor for class org.databene.benerator.wrapper.CardinalGenerator
 
CardinalGenerator(Generator<S>, boolean, int, int, int, Distribution) - Constructor for class org.databene.benerator.wrapper.CardinalGenerator
 
cardinalGenerator - Variable in class org.databene.benerator.wrapper.CardinalGenerator
Generator that determines the cardinality of generation
CascadeParent - Interface in org.databene.benerator.engine.statement
Interface for transcoding classes that can be parents of cascade operations.
CascadeParser - Class in org.databene.benerator.engine.parser.xml
Parses <cascade ref="..."
CascadeParser() - Constructor for class org.databene.benerator.engine.parser.xml.CascadeParser
 
CascadeStatement - Class in org.databene.benerator.engine.statement
Cascades the 'transcode' operation to all entities configured to be related to the currently transcoded entity.
CascadeStatement(String, MutatingTypeExpression, CascadeParent) - Constructor for class org.databene.benerator.engine.statement.CascadeStatement
 
CascadeStatement.Reference - Class in org.databene.benerator.engine.statement
 
CascadeStatement.Reference(String, String[]) - Constructor for class org.databene.benerator.engine.statement.CascadeStatement.Reference
 
CELL_SEPARATOR_SYSPROP - Static variable in class org.databene.benerator.engine.DefaultBeneratorContext
 
changeType(Entity, ComplexTypeDescriptor) - Static method in class org.databene.benerator.composite.EntityTypeChanger
 
CharacterGenerator - Class in org.databene.benerator.primitive
Generates Character values from a character set or a regular expression.
CharacterGenerator() - Constructor for class org.databene.benerator.primitive.CharacterGenerator
initializes the generator to use letters of the fallback locale.
CharacterGenerator(String) - Constructor for class org.databene.benerator.primitive.CharacterGenerator
initializes the generator to create character that match a regular expressions and the fallback locale.
CharacterGenerator(String, Locale) - Constructor for class org.databene.benerator.primitive.CharacterGenerator
initializes the generator to create character that match a regular expressions and a locale.
CharacterGenerator(Collection<Character>) - Constructor for class org.databene.benerator.primitive.CharacterGenerator
initializes the generator to create characters from a character collection.
checkEqualDistribution(Class<? extends AbstractNonNullNumberGenerator<T>>, T, T, T, int, double, T...) - Static method in class org.databene.benerator.test.GeneratorTest
 
checkEqualDistribution(Class<? extends AbstractNonNullNumberGenerator<T>>, T, T, T, int, double, Set<T>) - Static method in class org.databene.benerator.test.GeneratorTest
 
checkEqualDistribution(Generator<E>, int, double, Set<E>) - Static method in class org.databene.benerator.test.GeneratorTest
 
checkEqualDistribution(Collection<E>, double, Set<E>) - Static method in class org.databene.benerator.test.GeneratorTest
 
checkEqualDistribution(ObjectCounter<E>, double, Set<E>) - Static method in class org.databene.benerator.test.GeneratorTest
 
checkProductSet(Generator<T>, int, Set<T>) - Static method in class org.databene.benerator.test.GeneratorTest
 
checksum(String) - Static method in class org.databene.domain.finance.IBANUtil
 
childContext - Variable in class org.databene.benerator.engine.statement.GenerateOrIterateStatement
 
CHILE - Static variable in class org.databene.domain.address.Country
 
CHINA - Static variable in class org.databene.domain.address.Country
 
CHOICE - Static variable in class org.databene.platform.xml.XMLSchemaDescriptorProvider
 
city - Variable in class org.databene.domain.address.Address
 
City - Class in org.databene.domain.address
Represents a city.
City(State, String, String, String[], String) - Constructor for class org.databene.domain.address.City
 
CityGenerator - Class in org.databene.domain.address
Generates City objects.
CityGenerator(String) - Constructor for class org.databene.domain.address.CityGenerator
 
CityId - Class in org.databene.domain.address
Wrapper for simple or composite city names like 'Paris' or 'Paris, Texas'.
CityId(String, String) - Constructor for class org.databene.domain.address.CityId
 
CityManager - Class in org.databene.domain.address
Reads and persists city files in CSV format (column header = property name).
CityManager() - Constructor for class org.databene.domain.address.CityManager
 
CityManager.CityHelper - Class in org.databene.domain.address
 
CityManager.CityHelper(State, CityId, String[], String) - Constructor for class org.databene.domain.address.CityManager.CityHelper
 
clear() - Method in class org.databene.benerator.consumer.ListConsumer
 
clear() - Method in class org.databene.benerator.sample.AbstractSampleGenerator
Removes all values from the sample list
clear() - Method in class org.databene.benerator.sample.AttachedWeightSampleGenerator
 
clear() - Method in class org.databene.benerator.sample.IndividualWeightSampleGenerator
 
clear() - Method in class org.databene.benerator.sample.SampleGenerator
 
clear() - Method in class org.databene.platform.java.BeanDescriptorProvider
 
clearMembers() - Method in class org.databene.benerator.wrapper.GeneratorChain
 
clone() - Method in class org.databene.benerator.primitive.ValueMapper
 
clone() - Method in class org.databene.platform.contiperf.PerfTrackingTaskProxy
 
clone() - Method in class org.databene.task.StateTrackingTaskProxy
 
clone() - Method in class org.databene.task.SynchronizedTask
 
clone() - Method in class org.databene.task.TaskProxy
 
clone() - Method in class org.databene.task.TimedTask
 
close() - Method in class org.databene.benerator.composite.AbstractGeneratorComponent
 
close() - Method in class org.databene.benerator.composite.ComponentAndVariableSupport
 
close() - Method in class org.databene.benerator.composite.ComponentBuilderProxy
 
close() - Method in interface org.databene.benerator.composite.GeneratorComponent
 
close() - Method in class org.databene.benerator.composite.MultiComponentBuilder
 
close() - Method in class org.databene.benerator.composite.SourceAwareGenerator
 
close() - Method in class org.databene.benerator.composite.Variable
 
close() - Method in class org.databene.benerator.consumer.AbstractConsumer
 
close() - Method in class org.databene.benerator.consumer.BadDataConsumer
 
close() - Method in interface org.databene.benerator.Consumer
When called, the implementor has to close and free all resources.
close() - Method in class org.databene.benerator.consumer.ConsumerChain
 
close() - Method in class org.databene.benerator.consumer.ConsumerProxy
 
close() - Method in class org.databene.benerator.consumer.LoggingConsumer
 
close() - Method in class org.databene.benerator.consumer.NonClosingConsumerProxy
 
close() - Method in class org.databene.benerator.consumer.TextFileExporter
 
close() - Method in class org.databene.benerator.distribution.IndexBasedSampleGeneratorProxy
 
close() - Method in class org.databene.benerator.distribution.sequence.BitReverseLongGenerator
 
close() - Method in class org.databene.benerator.distribution.sequence.RandomWalkLongGenerator
 
close() - Method in class org.databene.benerator.distribution.sequence.WedgeDoubleGenerator
 
close() - Method in class org.databene.benerator.distribution.sequence.WedgeLongGenerator
 
close() - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
close() - Method in class org.databene.benerator.engine.CurrentProductGeneration
 
close() - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
close() - Method in class org.databene.benerator.engine.DescriptorBasedGenerator
 
close() - Method in class org.databene.benerator.engine.DescriptorRunner
 
close() - Method in interface org.databene.benerator.engine.ResourceManager
 
close() - Method in class org.databene.benerator.engine.ResourceManagerSupport
 
close() - Method in class org.databene.benerator.engine.statement.CompositeStatement
 
close() - Method in class org.databene.benerator.engine.statement.GenerateAndConsumeTask
 
close() - Method in class org.databene.benerator.engine.statement.GenerateOrIterateStatement
 
close() - Method in class org.databene.benerator.engine.statement.IfStatement
 
close() - Method in class org.databene.benerator.engine.statement.RunTaskStatement
 
close() - Method in class org.databene.benerator.engine.statement.StatementProxy
 
close() - Method in class org.databene.benerator.engine.statement.WhileStatement
 
close() - Method in class org.databene.benerator.engine.TaskBasedGenerator
 
close() - Method in interface org.databene.benerator.Generator
Closes the generator.
close() - Method in class org.databene.benerator.primitive.datetime.DayGenerator
 
close() - Method in class org.databene.benerator.primitive.HiLoGenerator
 
close() - Method in class org.databene.benerator.primitive.LocalSequenceGenerator
 
close() - Method in class org.databene.benerator.primitive.number.RecurrenceRelationNumberGenerator
See Generator.close()
close() - Method in class org.databene.benerator.sample.OneShotGenerator
 
close() - Method in class org.databene.benerator.sample.SampleGenerator
 
close() - Method in class org.databene.benerator.sample.SequenceGenerator
 
close() - Method in class org.databene.benerator.sample.StateGenerator
 
close() - Method in class org.databene.benerator.sample.StateTransitionGenerator
 
close() - Method in class org.databene.benerator.storage.StorageSystemConsumer
 
close() - Method in interface org.databene.benerator.StorageSystem
Closes the database.
CLOSE - Static variable in class org.databene.benerator.test.ConsumerMock
 
close() - Method in class org.databene.benerator.test.ConsumerMock
 
close(Generator<?>) - Method in class org.databene.benerator.test.GeneratorTest
 
close() - Method in class org.databene.benerator.util.AbstractGenerator
 
close() - Method in class org.databene.benerator.util.GeneratorIterator
 
close(Generator<?>) - Static method in class org.databene.benerator.util.GeneratorUtil
 
close() - Method in class org.databene.benerator.util.SharedGenerator
 
close() - Method in class org.databene.benerator.wrapper.DataSourceGenerator
 
close() - Method in class org.databene.benerator.wrapper.GeneratorChain
 
close() - Method in class org.databene.benerator.wrapper.GeneratorWrapper
 
close() - Method in class org.databene.benerator.wrapper.IteratingGenerator
 
close() - Method in class org.databene.benerator.wrapper.LastProductDetector
 
close() - Method in class org.databene.benerator.wrapper.MessageGenerator
 
close() - Method in class org.databene.benerator.wrapper.MultiGeneratorWrapper
 
close() - Method in class org.databene.benerator.wrapper.NonClosingGeneratorProxy
 
close() - Method in class org.databene.benerator.wrapper.NShotGeneratorProxy
 
close() - Method in class org.databene.benerator.wrapper.SimpleMultiSourceArrayGenerator
 
close() - Method in class org.databene.benerator.wrapper.SynchronizedGeneratorProxy
 
close() - Method in class org.databene.benerator.wrapper.ValidatingGeneratorProxy
Calls the close() method on the source generator
close() - Method in class org.databene.benerator.wrapper.WeightedGeneratorGenerator
 
close() - Method in class org.databene.domain.person.EMailAddressGenerator
 
close() - Method in class org.databene.platform.contiperf.PerfTrackingConsumer
 
close() - Method in class org.databene.platform.contiperf.PerfTrackingTaskProxy
 
close() - Method in class org.databene.platform.contiperf.PerfTrackingWrapper
 
close() - Method in class org.databene.platform.csv.CSVEntityIterator
 
close() - Method in class org.databene.platform.db.CachedSequenceGenerator
 
close() - Method in class org.databene.platform.db.ConnectionHolder
 
close() - Method in class org.databene.platform.db.DBSystem
 
close() - Method in class org.databene.platform.db.DefaultDBSystem
 
close() - Method in class org.databene.platform.db.ResultSetEntityIterator
 
close() - Method in class org.databene.platform.db.SequenceTableGenerator
 
close() - Method in class org.databene.platform.dbunit.AbstractDbUnitEntityIterator
 
close() - Method in class org.databene.platform.dbunit.DbUnitEntityExporter
 
close() - Method in class org.databene.platform.fixedwidth.FixedWidthEntityExporter
 
close() - Method in class org.databene.platform.memstore.MemStore
 
close() - Method in class org.databene.platform.xls.XLSEntityExporter
 
close() - Method in class org.databene.platform.xls.XLSEntityIterator
 
close() - Method in class org.databene.platform.xml.XMLEntityExporter
 
close() - Method in class org.databene.platform.xml.XMLSchemaDescriptorProvider
 
close() - Method in class org.databene.task.AbstractTask
 
close() - Method in class org.databene.task.CompositeTask
 
close() - Method in interface org.databene.task.Task
 
close() - Method in class org.databene.task.TaskProxy
 
closeCount - Variable in class org.databene.benerator.test.ConsumerMock
 
CNPJ - Annotation Type in org.databene.domain.br
Marker for Brazilian CNPJ numbers.
CNPJGenerator - Class in org.databene.domain.br
Generates Brazilian CNPJ numbers.
CNPJGenerator() - Constructor for class org.databene.domain.br.CNPJGenerator
 
CNPJGenerator(boolean) - Constructor for class org.databene.domain.br.CNPJGenerator
 
CNPJValidator - Class in org.databene.domain.br
Validates Brazilian CNPJ numbers.
CNPJValidator() - Constructor for class org.databene.domain.br.CNPJValidator
 
CNPJValidator(boolean) - Constructor for class org.databene.domain.br.CNPJValidator
 
co - Variable in class org.databene.domain.address.Address
 
code - Variable in exception org.databene.benerator.BeneratorError
 
codeEx - Variable in class org.databene.benerator.engine.statement.ErrorStatement
 
CollectionGenerator<C extends java.util.Collection,I> - Class in org.databene.benerator.wrapper
Combines a a random number a source generator's products into a collection.
CollectionGenerator() - Constructor for class org.databene.benerator.wrapper.CollectionGenerator
 
CollectionGenerator(Class<C>, Generator<I>, int, int, Distribution) - Constructor for class org.databene.benerator.wrapper.CollectionGenerator
 
combineWith(E) - Method in class org.databene.model.data.FeatureDetail
 
CommentParser - Class in org.databene.benerator.engine.parser.xml
Parses a <comment> element in a Benerator descriptor file.
CommentParser() - Constructor for class org.databene.benerator.engine.parser.xml.CommentParser
 
CommentStatement - Class in org.databene.benerator.engine.statement
Parses a comment and logs its content to the category 'org.databene.COMMENT'.
CommentStatement(String) - Constructor for class org.databene.benerator.engine.statement.CommentStatement
 
commit() - Method in class org.databene.platform.db.ConnectionHolder
 
commonTargetTypeOf(Generator<T>...) - Static method in class org.databene.benerator.util.GeneratorUtil
 
CompanyDomainGenerator - Class in org.databene.domain.net
Generates web domains for companies.
CompanyDomainGenerator() - Constructor for class org.databene.domain.net.CompanyDomainGenerator
 
CompanyDomainGenerator(String) - Constructor for class org.databene.domain.net.CompanyDomainGenerator
 
CompanyName - Class in org.databene.domain.organization
Assembles the parts of a company name, providing access to full name, short name and name parts like core name (which is the shortName), sector, location and legal form.
CompanyName() - Constructor for class org.databene.domain.organization.CompanyName
 
CompanyNameGenerator - Class in org.databene.domain.organization
Generates company names.
CompanyNameGenerator() - Constructor for class org.databene.domain.organization.CompanyNameGenerator
 
CompanyNameGenerator(boolean, boolean, boolean) - Constructor for class org.databene.domain.organization.CompanyNameGenerator
 
CompanyNameGenerator(String) - Constructor for class org.databene.domain.organization.CompanyNameGenerator
 
CompanyNameGenerator(boolean, boolean, boolean, String) - Constructor for class org.databene.domain.organization.CompanyNameGenerator
 
COMPLEX_TYPE - Static variable in class org.databene.platform.xml.XMLSchemaDescriptorProvider
 
ComplexTypeDescriptor - Class in org.databene.model.data
Describes a type that aggregates ComponentDescriptors.
ComplexTypeDescriptor(String, DescriptorProvider) - Constructor for class org.databene.model.data.ComplexTypeDescriptor
 
ComplexTypeDescriptor(String, DescriptorProvider, ComplexTypeDescriptor) - Constructor for class org.databene.model.data.ComplexTypeDescriptor
 
ComplexTypeDescriptor(String, DescriptorProvider, String) - Constructor for class org.databene.model.data.ComplexTypeDescriptor
 
ComplexTypeGeneratorFactory - Class in org.databene.benerator.factory
Creates entity generators from entity metadata.
ComplexTypeGeneratorFactory() - Constructor for class org.databene.benerator.factory.ComplexTypeGeneratorFactory
 
COMPONENT_TYPES - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ComponentAccessor - Class in org.databene.model.data
Accesses a component of an entity specified by the component name.
ComponentAccessor(String) - Constructor for class org.databene.model.data.ComponentAccessor
 
ComponentAndVariableSupport<E> - Class in org.databene.benerator.composite
Offers support for entity or array component generation with or without variable generation.
ComponentAndVariableSupport(String, List<GeneratorComponent<E>>, GeneratorContext) - Constructor for class org.databene.benerator.composite.ComponentAndVariableSupport
 
ComponentBuilder<E> - Interface in org.databene.benerator.composite
Common interface for all component builders.
ComponentBuilderFactory - Class in org.databene.benerator.factory
Creates ComponentBuilders.
ComponentBuilderFactory() - Constructor for class org.databene.benerator.factory.ComponentBuilderFactory
 
ComponentBuilderProxy<E> - Class in org.databene.benerator.composite
Proxy class for a ComponentBuilder.
ComponentBuilderProxy(ComponentBuilder<E>) - Constructor for class org.databene.benerator.composite.ComponentBuilderProxy
 
componentCount() - Method in class org.databene.benerator.consumer.ConsumerChain
 
ComponentDescriptor - Class in org.databene.model.data
Describes a component which is part of a ComplexTypeDescriptor.
ComponentDescriptor(String, DescriptorProvider, String) - Constructor for class org.databene.model.data.ComponentDescriptor
 
ComponentDescriptor(String, DescriptorProvider, TypeDescriptor) - Constructor for class org.databene.model.data.ComponentDescriptor
 
ComponentDescriptor(String, DescriptorProvider, String, TypeDescriptor) - Constructor for class org.databene.model.data.ComponentDescriptor
 
componentIsSet(String) - Method in class org.databene.model.data.Entity
 
ComponentNameMapper - Class in org.databene.model.data
Converts the names of Entity components.
ComponentNameMapper() - Constructor for class org.databene.model.data.ComponentNameMapper
 
ComponentNameMapper(String) - Constructor for class org.databene.model.data.ComponentNameMapper
 
components - Variable in class org.databene.benerator.wrapper.CompositeGenerator
 
ComponentTypeConverter - Class in org.databene.benerator.composite
Converts an Entity's components to the type specified by the EntityDescriptor.
ComponentTypeConverter(ComplexTypeDescriptor) - Constructor for class org.databene.benerator.composite.ComponentTypeConverter
 
componentValues(String[]) - Method in class org.databene.model.data.Entity
 
CompositeDatasetGenerator<E> - Class in org.databene.benerator.dataset
DatasetBasedGenerator implementation which bases on a composite dataset.
CompositeDatasetGenerator(String, String, boolean) - Constructor for class org.databene.benerator.dataset.CompositeDatasetGenerator
 
CompositeGenerator<E> - Class in org.databene.benerator.wrapper
Generator implementation that makes use of other ContextAware objects by which its threading support is influenced.
CompositeGenerator(Class<E>) - Constructor for class org.databene.benerator.wrapper.CompositeGenerator
 
CompositeStatement - Class in org.databene.benerator.engine.statement
Combines other statements to a composite statement.
CompositeStatement() - Constructor for class org.databene.benerator.engine.statement.CompositeStatement
 
CompositeStatement(List<Statement>) - Constructor for class org.databene.benerator.engine.statement.CompositeStatement
 
CompositeStringGenerator - Class in org.databene.benerator.wrapper
Uses n String generators and appends the output of each one in each generate() call.
CompositeStringGenerator() - Constructor for class org.databene.benerator.wrapper.CompositeStringGenerator
 
CompositeStringGenerator(boolean, Generator<String>...) - Constructor for class org.databene.benerator.wrapper.CompositeStringGenerator
 
CompositeTask - Class in org.databene.task
Parent class for a Task that wrap several other Tasks.
CompositeTask(Task...) - Constructor for class org.databene.task.CompositeTask
 
ConcatenatingGenerator - Class in org.databene.benerator.wrapper
Generator implementation that wraps several String generators and concatenates their results to a composite String.
ConcatenatingGenerator(Generator<String[]>) - Constructor for class org.databene.benerator.wrapper.ConcatenatingGenerator
 
ConcatenatingGenerator(Generator<String[]>, String) - Constructor for class org.databene.benerator.wrapper.ConcatenatingGenerator
 
concreteType(String) - Method in class org.databene.model.data.TypeMapper
 
concreteType(String) - Method in class org.databene.platform.java.BeanDescriptorProvider
 
condition - Variable in class org.databene.benerator.engine.statement.ConditionStatement
 
CONDITION - Static variable in class org.databene.model.data.TypeDescriptor
 
ConditionalComponentBuilder<E> - Class in org.databene.benerator.composite
ComponentBuilder which executes only if a condition expression evaluates to 'true'.
ConditionalComponentBuilder(ComponentBuilder<E>, Expression<?>) - Constructor for class org.databene.benerator.composite.ConditionalComponentBuilder
 
ConditionStatement - Class in org.databene.benerator.engine.statement
CompositeStatement that holds a condition expression.
ConditionStatement(Expression<Boolean>) - Constructor for class org.databene.benerator.engine.statement.ConditionStatement
 
configureConsumer(Consumer, BeneratorContext) - Method in class org.databene.benerator.BeneratorFactory
 
configureConsumer(Consumer, BeneratorContext) - Method in class org.databene.benerator.engine.DefaultBeneratorFactory
 
configureConverter(Converter<S, T>, BeneratorContext) - Method in class org.databene.benerator.BeneratorFactory
 
configureConverter(Converter<S, T>, BeneratorContext) - Method in class org.databene.benerator.engine.DefaultBeneratorFactory
 
configureValidator(Validator<T>, BeneratorContext) - Method in class org.databene.benerator.BeneratorFactory
 
configureValidator(Validator<T>, BeneratorContext) - Method in class org.databene.benerator.engine.DefaultBeneratorFactory
 
ConnectionHolder - Class in org.databene.platform.db
Wraps a database connection and provides access functionality.
ConnectionHolder(DBSystem) - Constructor for class org.databene.platform.db.ConnectionHolder
 
ConsoleExporter - Class in org.databene.benerator.consumer
Exports generated objects to the standard output.
ConsoleExporter() - Constructor for class org.databene.benerator.consumer.ConsoleExporter
 
ConsoleExporter(Long) - Constructor for class org.databene.benerator.consumer.ConsoleExporter
 
ConsoleExporter(Long, String) - Constructor for class org.databene.benerator.consumer.ConsoleExporter
 
CONSTANT - Static variable in class org.databene.model.data.SimpleTypeDescriptor
 
ConstantFunction - Class in org.databene.benerator.distribution.function
Returns a constant value, independent of the argument.
ConstantFunction() - Constructor for class org.databene.benerator.distribution.function.ConstantFunction
 
ConstantFunction(double) - Constructor for class org.databene.benerator.distribution.function.ConstantFunction
 
ConstantGenerator<E> - Class in org.databene.benerator.sample
Generator implementation that always returns the same value.
ConstantGenerator() - Constructor for class org.databene.benerator.sample.ConstantGenerator
 
ConstantGenerator(E) - Constructor for class org.databene.benerator.sample.ConstantGenerator
Initializes the generator to generate the specified value
ConstantGenerator(E, Class<E>) - Constructor for class org.databene.benerator.sample.ConstantGenerator
 
Consumer - Interface in org.databene.benerator
Abstraction of an object that consumes (possibly larger quantities of) objects.
ConsumerChain - Class in org.databene.benerator.consumer
Combines several Processors under one Processor interface.
ConsumerChain(Consumer...) - Constructor for class org.databene.benerator.consumer.ConsumerChain
 
ConsumerInvoker - Class in org.databene.platform.contiperf
ContiPerf Invoker implementation which calls the Consumer.startConsuming(ProductWrapper) method with the provided argument.
ConsumerInvoker(String, Consumer) - Constructor for class org.databene.platform.contiperf.ConsumerInvoker
 
ConsumerMock - Class in org.databene.benerator.test
Mock implementation of the Consumer interface to be used for testing.
ConsumerMock(boolean) - Constructor for class org.databene.benerator.test.ConsumerMock
 
ConsumerMock(boolean, int) - Constructor for class org.databene.benerator.test.ConsumerMock
 
ConsumerMock(boolean, int, int, int) - Constructor for class org.databene.benerator.test.ConsumerMock
 
ConsumerProxy - Class in org.databene.benerator.consumer
Parent class for Consumers that serve as proxy to other Consumers.
ConsumerProxy(Consumer) - Constructor for class org.databene.benerator.consumer.ConsumerProxy
 
ConsumptionStatement - Class in org.databene.benerator.engine.statement
Statement that consumes the current entity of a GeneratorContext using a Consumer.
ConsumptionStatement(Consumer, boolean, boolean) - Constructor for class org.databene.benerator.engine.statement.ConsumptionStatement
 
CONTAINER - Static variable in class org.databene.model.data.InstanceDescriptor
 
contains(String) - Method in class org.databene.benerator.dataset.Dataset
 
contains(String) - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
contains(String) - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
contains(E) - Method in class org.databene.benerator.sample.SampleGenerator
 
containsGeneratorStatement(Statement[]) - Static method in class org.databene.benerator.engine.parser.xml.AbstractBeneratorDescriptorParser
 
containsLoop(Statement[]) - Static method in class org.databene.benerator.engine.parser.xml.AbstractBeneratorDescriptorParser
 
containsSample(E) - Method in class org.databene.benerator.sample.AttachedWeightSampleGenerator
 
context - Variable in class org.databene.benerator.composite.AbstractGeneratorComponent
 
context - Variable in class org.databene.benerator.composite.ComponentBuilderProxy
 
context - Variable in class org.databene.benerator.engine.statement.GenerateOrIterateStatement
 
context - Variable in class org.databene.benerator.test.ModelTest
 
context - Variable in class org.databene.benerator.util.AbstractGenerator
 
context - Variable in class org.databene.benerator.util.GeneratingConverter
 
context - Variable in class org.databene.benerator.wrapper.EntityPartSource
 
context - Variable in class org.databene.model.data.AbstractEntitySource
 
context - Variable in class org.databene.platform.dbunit.AbstractDbUnitEntityIterator
 
ContextReference - Class in org.databene.benerator.engine.expression.context
Represents and resolves a reference to an object in a Context.
ContextReference(String) - Constructor for class org.databene.benerator.engine.expression.context.ContextReference
 
contextUri - Variable in class org.databene.benerator.engine.DefaultBeneratorContext
 
ConversionStatement - Class in org.databene.benerator.engine.statement
Statement that uses a Converter to convert the current product.
ConversionStatement(Converter) - Constructor for class org.databene.benerator.engine.statement.ConversionStatement
 
convert(Object[]) - Method in class org.databene.benerator.composite.ArrayElementTypeConverter
 
convert(Entity) - Method in class org.databene.benerator.composite.ComponentTypeConverter
 
convert(Entity) - Method in class org.databene.benerator.composite.EntityTypeChanger
 
convert(String) - Method in class org.databene.benerator.engine.parser.String2DistributionConverter
 
convert(String) - Method in class org.databene.benerator.engine.XMLNameNormalizer
 
convert(Map.Entry) - Method in class org.databene.benerator.parser.DefaultEntryConverter
 
convert(Number) - Method in class org.databene.benerator.primitive.number.DecimalQuantizer
 
convert(E) - Method in class org.databene.benerator.primitive.number.FloatingPointQuantizer
 
convert(E) - Method in class org.databene.benerator.primitive.number.IntegralQuantizer
 
convert(Number, Number, Number) - Method in class org.databene.benerator.primitive.number.NoiseInducer
 
convert(Number) - Method in class org.databene.benerator.primitive.number.NumberQuantizer
 
convert(Object) - Method in class org.databene.benerator.primitive.ValueMapper
 
convert(S) - Method in class org.databene.benerator.util.GeneratingConverter
 
convert(String) - Method in class org.databene.domain.person.FemaleFamilyNameConverter
 
convert(Gender) - Method in class org.databene.domain.person.GenderConverter
 
convert(Person) - Method in class org.databene.domain.person.PersonFormatter
 
convert(Entity) - Method in class org.databene.model.data.ComponentNameMapper
 
convert(Object[]) - Method in class org.databene.platform.array.Array2EntityConverter
 
convert(Entity) - Method in class org.databene.platform.array.Entity2ArrayConverter
 
convert(ResultSet, ComplexTypeDescriptor) - Static method in class org.databene.platform.db.ResultSet2EntityConverter
 
convert(Object) - Method in class org.databene.platform.java.Bean2EntityConverter
 
convert(Object) - Method in class org.databene.platform.java.Entity2JavaConverter
 
convert(Entity) - Method in class org.databene.platform.map.Entity2MapConverter
 
convert(Map) - Method in class org.databene.platform.map.Map2EntityConverter
 
convertAny(Object) - Static method in class org.databene.platform.java.Entity2JavaConverter
 
converter - Variable in class org.databene.benerator.csv.WeightedDatasetCSVGenerator
 
CONVERTER - Static variable in class org.databene.model.data.TypeDescriptor
 
converter - Variable in class org.databene.platform.fixedwidth.FixedWidthEntitySource
 
converters - Variable in class org.databene.benerator.wrapper.ConvertingGenerator
The converter to apply to the source's products
ConvertingGenerator<S,T> - Class in org.databene.benerator.wrapper
Reads products from a source Generator and applies a Converter to transform them into the target products.
ConvertingGenerator(Generator<S>, Converter<?, ?>...) - Constructor for class org.databene.benerator.wrapper.ConvertingGenerator
Initializes all attributes
convertType(Object, SimpleTypeDescriptor) - Static method in class org.databene.benerator.factory.DescriptorUtil
 
copyFilesTo(File, FolderLayout) - Method in class org.databene.benerator.archetype.Archetype
 
count - Variable in class org.databene.benerator.engine.statement.RunTaskStatement
 
COUNT - Static variable in class org.databene.model.data.InstanceDescriptor
 
COUNT_DISTRIBUTION - Static variable in class org.databene.model.data.InstanceDescriptor
 
COUNT_GRANULARITY - Static variable in class org.databene.model.data.InstanceDescriptor
 
countEntities(String) - Method in class org.databene.platform.db.DBSystem
 
countGenerations(int) - Method in class org.databene.benerator.engine.BeneratorMonitor
 
countGenerator - Variable in class org.databene.benerator.engine.statement.GenerateOrIterateStatement
 
countProducts(Generator<T>, int) - Static method in class org.databene.benerator.test.GeneratorTest
 
country - Variable in class org.databene.domain.address.Address
 
Country - Class in org.databene.domain.address
Represents a country and provides constants for most bigger countries.
CountryCode2 - Annotation Type in org.databene.domain.address
Bean validation annotation (JSR 303) for fields that represent a country code according to ISO-3166-1 alpha-2.
CountryCode2Validator - Class in org.databene.domain.address
Validates ISO-3166-1 alpha-2 country codes.
CountryCode2Validator() - Constructor for class org.databene.domain.address.CountryCode2Validator
 
CountryGenerator - Class in org.databene.domain.address
Generates a random country.
CountryGenerator() - Constructor for class org.databene.domain.address.CountryGenerator
 
CountryGenerator(String) - Constructor for class org.databene.domain.address.CountryGenerator
 
Coverage - Annotation Type in org.databene.benerator.anno
Marker for classes and methods with a focus on coverage.
CoverageGeneratorFactory - Class in org.databene.benerator.factory
GeneratorFactory implementation which creates data sets that cover the full range of available data and combinations.
CoverageGeneratorFactory() - Constructor for class org.databene.benerator.factory.CoverageGeneratorFactory
 
CPF - Annotation Type in org.databene.domain.br
Marker for Brazilian CPF numbers.
CPFGenerator - Class in org.databene.domain.br
Generates Brazilian CPF numbers.
CPFGenerator() - Constructor for class org.databene.domain.br.CPFGenerator
 
CPFGenerator(boolean) - Constructor for class org.databene.domain.br.CPFGenerator
 
CPFValidator - Class in org.databene.domain.br
Verifies Brazilian CPF numbers.
CPFValidator() - Constructor for class org.databene.domain.br.CPFValidator
 
CPFValidator(boolean) - Constructor for class org.databene.domain.br.CPFValidator
 
create(String, BeneratorContext) - Method in interface org.databene.benerator.factory.DataSourceProvider
 
create(String, GeneratorFactory) - Static method in class org.databene.benerator.factory.RegexGeneratorFactory
 
create(String, int, Integer, Uniqueness, GeneratorFactory) - Static method in class org.databene.benerator.factory.RegexGeneratorFactory
 
create() - Method in interface org.databene.benerator.GeneratorProvider
 
create(String, BeneratorContext) - Method in class org.databene.platform.csv.CSVArraySourceProvider
 
create(String, BeneratorContext) - Method in class org.databene.platform.csv.CSVEntitySourceProvider
 
create(String, BeneratorContext) - Method in class org.databene.platform.xls.XLSArraySourceProvider
 
create(String, BeneratorContext) - Method in class org.databene.platform.xls.XLSEntitySourceProvider
 
CREATE_ENTITIES_EXT_SETUP - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
createAlternativeGenerator(Class<T>, Generator<T>[], Uniqueness) - Method in class org.databene.benerator.factory.EquivalenceGeneratorFactory
 
createAlternativeGenerator(Class<T>, Generator<T>[], Uniqueness) - Method in class org.databene.benerator.factory.GeneratorFactory
 
createAlternativeGenerator(Class<T>, Generator<T>[], Uniqueness) - Method in class org.databene.benerator.factory.SerialGeneratorFactory
 
createAlternativeGenerator(Class<T>, Generator<T>[], Uniqueness) - Method in class org.databene.benerator.factory.StochasticGeneratorFactory
 
createAndInitAttributeGenerator(Field, BeneratorContext) - Method in class org.databene.benerator.anno.AnnotationMapper
scans test class attributes for attributes with @Source annotation and initializes them with a value from the referred source object
createAndInitMethodParamsGenerator(Method, BeneratorContext) - Method in class org.databene.benerator.anno.AnnotationMapper
 
createArrayElement(int, String) - Method in class org.databene.benerator.test.ModelTest
 
createArrayType(String) - Method in class org.databene.benerator.test.ModelTest
 
createArrayType(String, ArrayTypeDescriptor) - Method in class org.databene.benerator.test.ModelTest
 
createAtomicDatasetGenerator(Dataset, boolean) - Method in class org.databene.benerator.dataset.AbstractDatasetGenerator
 
createBeneratorXml() - Method in class org.databene.benerator.gui.ProjectBuilder
 
createBooleanGenerator(Double) - Method in class org.databene.benerator.factory.GeneratorFactory
Creates a generator for boolean values with a trueQuota [0-1]
createBooleanGenerator(Double) - Method in class org.databene.benerator.factory.StochasticGeneratorFactory
 
createCharacterGenerator(String, Locale, boolean) - Method in class org.databene.benerator.factory.EquivalenceGeneratorFactory
 
createCharacterGenerator(Set<Character>) - Method in class org.databene.benerator.factory.EquivalenceGeneratorFactory
 
createCharacterGenerator(String, Locale, boolean) - Method in class org.databene.benerator.factory.GeneratorFactory
Creates a Character generator that creates characters of a Locale which match a regular expression.
createCharacterGenerator(Set<Character>) - Method in class org.databene.benerator.factory.GeneratorFactory
Creates a character generator that creates values from a collection of characters
createCharacterGenerator(String, Locale, boolean) - Method in class org.databene.benerator.factory.SerialGeneratorFactory
 
createCharacterGenerator(Set<Character>) - Method in class org.databene.benerator.factory.SerialGeneratorFactory
 
createCityId(Map<String, String>, int) - Static method in class org.databene.domain.address.CityManager
 
createComplexType(String) - Method in class org.databene.benerator.test.ModelTest
 
createComplexType(String, ComplexTypeDescriptor) - Method in class org.databene.benerator.test.ModelTest
 
createComponentBuilder(ComponentDescriptor, Uniqueness, BeneratorContext) - Static method in class org.databene.benerator.factory.ComponentBuilderFactory
 
createCompositeArrayGenerator(Class<T>, Generator<T>[], Uniqueness) - Method in class org.databene.benerator.factory.EquivalenceGeneratorFactory
 
createCompositeArrayGenerator(Class<T>, Generator<T>[], Uniqueness) - Method in class org.databene.benerator.factory.GeneratorFactory
Creates a generator that reads products of an array of generators and combines them in an array.
createCompositeArrayGenerator(Class<T>, Generator<T>[], Uniqueness) - Method in class org.databene.benerator.factory.SerialGeneratorFactory
 
createCompositeArrayGenerator(Class<T>, Generator<T>[], Uniqueness) - Method in class org.databene.benerator.factory.StochasticGeneratorFactory
 
createCompositeDatasetGenerator(Dataset, boolean, boolean) - Method in class org.databene.benerator.dataset.AbstractDatasetGenerator
 
createCompositeStringGenerator(GeneratorProvider<?>, int, int, Uniqueness) - Method in class org.databene.benerator.factory.EquivalenceGeneratorFactory
 
createCompositeStringGenerator(GeneratorProvider<?>, int, int, Uniqueness) - Method in class org.databene.benerator.factory.GeneratorFactory
 
createCompositeStringGenerator(GeneratorProvider<?>, int, int, Uniqueness) - Method in class org.databene.benerator.factory.SerialGeneratorFactory
 
createCompositeStringGenerator(GeneratorProvider<?>, int, int, Uniqueness) - Method in class org.databene.benerator.factory.StochasticGeneratorFactory
 
createConfiguredDefaultGenerator(String, Uniqueness, BeneratorContext) - Static method in class org.databene.benerator.factory.InstanceGeneratorFactory
 
createConnection() - Method in class org.databene.platform.db.DBSystem
 
createConstantGenerator(SimpleTypeDescriptor, BeneratorContext) - Static method in class org.databene.benerator.factory.SimpleTypeGeneratorFactory
 
createContext(String) - Method in class org.databene.benerator.BeneratorFactory
 
createContext(String) - Method in class org.databene.benerator.engine.DefaultBeneratorFactory
 
createContextStack(Context...) - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
createConverter(SimpleTypeDescriptor, Class<?>) - Static method in class org.databene.benerator.factory.TypeGeneratorFactory
 
createConverter(Generator<T>) - Static method in class org.databene.benerator.wrapper.AsStringGenerator
 
createConverter(String, ComplexTypeDescriptor, boolean) - Method in class org.databene.platform.array.Array2EntityConverter
 
createConvertingGenerator(TypeDescriptor, Generator<?>, BeneratorContext) - Static method in class org.databene.benerator.factory.DescriptorUtil
 
createConvertingGenerator(TypeDescriptor, Generator, BeneratorContext) - Static method in class org.databene.benerator.factory.TypeGeneratorFactory
 
createConvertingGenerator(TypeDescriptor, Generator<?>, BeneratorContext) - Static method in class org.databene.benerator.factory.VariableGeneratorFactory
 
createCSVCellGenerator(String, char, String) - Static method in class org.databene.benerator.factory.SourceFactory
Creates a generator that iterates through the cells of a CSV file.
createCSVGenerator(String, char, String, boolean, boolean) - Static method in class org.databene.benerator.factory.SourceFactory
 
createCSVLineGenerator(String, char, String, boolean) - Static method in class org.databene.benerator.factory.SourceFactory
Creates a generator that creates lines from a CSV file as String arrays.
createDatabaseStatement(Expression<String>, Expression<String>, Expression<String>, Expression<String>, Expression<String>, Expression<String>, Expression<String>, Expression<String>, Expression<String>, Expression<String>, Expression<String>, Expression<Boolean>, Expression<Boolean>, Expression<Integer>, Expression<Boolean>, Expression<Boolean>, Expression<Boolean>, BeneratorParseContext) - Method in class org.databene.benerator.engine.parser.xml.DatabaseParser
 
createDatasetGenerator(Dataset, boolean, boolean) - Method in class org.databene.benerator.dataset.AbstractDatasetGenerator
 
createDateGenerator(Date, Date, long, Distribution) - Method in class org.databene.benerator.factory.CoverageGeneratorFactory
 
createDateGenerator(Date, Date, long, Distribution) - Method in class org.databene.benerator.factory.EquivalenceGeneratorFactory
 
createDateGenerator(Date, Date, long, Distribution) - Method in class org.databene.benerator.factory.GeneratorFactory
Creates a Date generator that generates random dates.
createDateGenerator(Date, Date, long, Distribution) - Method in class org.databene.benerator.factory.SerialGeneratorFactory
 
createDescriptor(String) - Method in class org.databene.platform.xls.XLSEntityIterator
 
createDynamicCountGenerator(InstanceDescriptor, Long, Long, boolean, BeneratorContext) - Static method in class org.databene.benerator.factory.DescriptorUtil
 
createEntity(String, Object...) - Method in class org.databene.benerator.test.ModelTest
 
createExecutorService() - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
createExplicitGenerator(SimpleTypeDescriptor, Uniqueness, BeneratorContext) - Method in class org.databene.benerator.factory.SimpleTypeGeneratorFactory
 
createExplicitGenerator(E, Uniqueness, BeneratorContext) - Method in class org.databene.benerator.factory.TypeGeneratorFactory
 
createFromWeightedLiteralList(String, Class<T>, Distribution, boolean) - Method in class org.databene.benerator.factory.EquivalenceGeneratorFactory
 
createFromWeightedLiteralList(String, Class<T>, Distribution, boolean) - Method in class org.databene.benerator.factory.GeneratorFactory
 
createFromWeightedLiteralList(String, Class<T>, Distribution, boolean) - Method in class org.databene.benerator.factory.SerialGeneratorFactory
 
createFromWeightedLiteralList(String, Class<T>, Distribution, boolean) - Method in class org.databene.benerator.factory.StochasticGeneratorFactory
 
createGenerationContext() - Method in class org.databene.benerator.BeneratorFactory
 
createGenerationContext() - Method in class org.databene.benerator.engine.DefaultBeneratorFactory
 
createGenerator(ArrayTypeDescriptor, Method, Uniqueness, BeneratorContext) - Method in class org.databene.benerator.anno.AnnotationMapper
 
createGenerator(E, String, boolean, Uniqueness, BeneratorContext) - Method in class org.databene.benerator.factory.TypeGeneratorFactory
 
createGenerator(VariableDescriptor, BeneratorContext) - Static method in class org.databene.benerator.factory.VariableGeneratorFactory
 
createGeneratorComponent(InstanceDescriptor, Uniqueness, BeneratorContext) - Static method in class org.databene.benerator.factory.GeneratorComponentFactory
 
createGeneratorForAtomicDataset(Dataset) - Method in class org.databene.benerator.csv.WeightedDatasetCSVGenerator
 
createGeneratorForAtomicDataset(Dataset) - Method in class org.databene.benerator.dataset.AbstractDatasetGenerator
 
createGeneratorForAtomicDataset(Dataset) - Method in class org.databene.domain.address.CityGenerator
 
createGeneratorForAtomicDataset(Dataset) - Method in class org.databene.domain.address.CountryGenerator
 
createGeneratorForAtomicDataset(Dataset) - Method in class org.databene.domain.organization.CompanyNameGenerator
 
createGeneratorForCountry(Country) - Method in class org.databene.domain.address.CountryGenerator
 
createHeuristicGenerator(ArrayTypeDescriptor, String, Uniqueness, BeneratorContext) - Method in class org.databene.benerator.factory.ArrayTypeGeneratorFactory
 
createHeuristicGenerator(ComplexTypeDescriptor, String, Uniqueness, BeneratorContext) - Method in class org.databene.benerator.factory.ComplexTypeGeneratorFactory
 
createHeuristicGenerator(SimpleTypeDescriptor, String, Uniqueness, BeneratorContext) - Method in class org.databene.benerator.factory.SimpleTypeGeneratorFactory
 
createHeuristicGenerator(E, String, Uniqueness, BeneratorContext) - Method in class org.databene.benerator.factory.TypeGeneratorFactory
 
createId(String) - Method in class org.databene.benerator.test.ModelTest
 
createId(String, String) - Method in class org.databene.benerator.test.ModelTest
 
createId(String, TypeDescriptor) - Method in class org.databene.benerator.test.ModelTest
 
createInheritedGenerator(E, Uniqueness, BeneratorContext) - Method in class org.databene.benerator.factory.TypeGeneratorFactory
 
createInstance(String) - Method in class org.databene.benerator.test.ModelTest
 
createInstance(String, TypeDescriptor) - Method in class org.databene.benerator.test.ModelTest
 
createLongGenerator(Long, Long, Long, boolean) - Method in class org.databene.benerator.distribution.LongBasedSequence
 
createLongGenerator(Long, Long, Long, boolean) - Method in class org.databene.domain.math.FibonacciSequence
 
createLongGenerator(Long, Long, Long, boolean) - Method in class org.databene.domain.math.PadovanSequence
 
createMessageGenerator(String, int, int, Generator...) - Static method in class org.databene.benerator.wrapper.WrapperFactory
Creates a generator that generates messages by reading the products of several source generators and combining them by a Java MessageFormat.
createMethodParamsInstanceDescriptor(Method, ArrayTypeDescriptor) - Method in class org.databene.benerator.anno.AnnotationMapper
 
createMethodParamsType(Method) - Method in class org.databene.benerator.anno.AnnotationMapper
 
createMutatingEntityGenerator(String, ComplexTypeDescriptor, Uniqueness, BeneratorContext, Generator<?>) - Static method in class org.databene.benerator.factory.ComplexTypeGeneratorFactory
 
createMutatingGeneratorComponents(ComplexTypeDescriptor, Uniqueness, BeneratorContext) - Static method in class org.databene.benerator.factory.ComplexTypeGeneratorFactory
 
createMutator(String, ComplexTypeDescriptor, boolean) - Method in class org.databene.platform.array.Array2EntityConverter
 
createNativeParamsDescriptor(Method) - Method in class org.databene.benerator.anno.AnnotationMapper
 
createNullGenerator(Class<T>) - Method in class org.databene.benerator.factory.EquivalenceGeneratorFactory
 
createNullGenerator(Class<T>) - Method in class org.databene.benerator.factory.GeneratorFactory
 
createNullGenerator(InstanceDescriptor, BeneratorContext) - Static method in class org.databene.benerator.factory.InstanceGeneratorFactory
 
createNullGenerator(TypeDescriptor, BeneratorContext) - Static method in class org.databene.benerator.factory.MetaGeneratorFactory
 
createNullGenerator(Class<T>) - Method in class org.databene.benerator.factory.SerialGeneratorFactory
 
createNullGenerator(Class<T>) - Method in class org.databene.benerator.factory.StochasticGeneratorFactory
 
createNullQuotaOneGenerator(InstanceDescriptor, BeneratorContext) - Static method in class org.databene.benerator.factory.DescriptorUtil
 
createNumberGenerator(Class<T>, T, T, T, boolean) - Method in class org.databene.benerator.distribution.AbstractWeightFunction
 
createNumberGenerator(Class<T>, T, T, T, boolean) - Method in class org.databene.benerator.distribution.CumulativeDistributionFunction
 
createNumberGenerator(Class<T>, T, T, T, boolean) - Method in interface org.databene.benerator.distribution.Distribution
 
createNumberGenerator(Class<T>, T, T, T, boolean) - Method in class org.databene.benerator.distribution.IndividualWeight
 
createNumberGenerator(Class<T>, T, T, T, boolean) - Method in class org.databene.benerator.distribution.LongBasedSequence
 
createNumberGenerator(Class<T>, T, T, T, boolean) - Method in class org.databene.benerator.distribution.sequence.BitReverseSequence
 
createNumberGenerator(Class<T>, T, T, T, boolean) - Method in class org.databene.benerator.distribution.sequence.CumulatedSequence
 
createNumberGenerator(Class<T>, T, T, T, boolean) - Method in class org.databene.benerator.distribution.sequence.ExpandSequence
 
createNumberGenerator(Class<T>, T, T, T, boolean) - Method in class org.databene.benerator.distribution.sequence.HeadSequence
 
createNumberGenerator(Class<T>, T, T, T, boolean) - Method in class org.databene.benerator.distribution.sequence.LiteralSequence
 
createNumberGenerator(Class<T>, T, T, T, boolean) - Method in class org.databene.benerator.distribution.sequence.RandomSequence
 
createNumberGenerator(Class<T>, T, T, T, boolean) - Method in class org.databene.benerator.distribution.sequence.RandomWalkSequence
 
createNumberGenerator(Class<T>, T, T, T, boolean) - Method in class org.databene.benerator.distribution.sequence.RepeatSequence
 
createNumberGenerator(Class<T>, T, T, T, boolean) - Method in class org.databene.benerator.distribution.sequence.ShuffleSequence
 
createNumberGenerator(Class<T>, T, T, T, boolean) - Method in class org.databene.benerator.distribution.sequence.StepSequence
 
createNumberGenerator(Class<T>, T, T, T, boolean) - Method in class org.databene.benerator.distribution.sequence.WedgeSequence
 
createNumberGenerator(Class<T>, T, T, T, boolean) - Method in class org.databene.benerator.distribution.sequence.WeightedNumbers
 
createNumberGenerator(Class<T>, T, Boolean, T, Boolean, T, Distribution, Uniqueness) - Method in class org.databene.benerator.factory.CoverageGeneratorFactory
 
createNumberGenerator(Class<T>, T, Boolean, T, Boolean, T, Distribution, Uniqueness) - Method in class org.databene.benerator.factory.EquivalenceGeneratorFactory
 
createNumberGenerator(Class<T>, T, Boolean, T, Boolean, T, Distribution, Uniqueness) - Method in class org.databene.benerator.factory.GeneratorFactory
Creates a generator for numbers.
createNumberGenerator(Class<T>, T, Boolean, T, Boolean, T, Distribution, Uniqueness) - Method in class org.databene.benerator.factory.SerialGeneratorFactory
 
createParseContext(ResourceManager) - Method in class org.databene.benerator.BeneratorFactory
 
createParseContext(ResourceManager) - Method in class org.databene.benerator.engine.DefaultBeneratorFactory
 
createPart(String) - Method in class org.databene.benerator.test.ModelTest
 
createPart(String, String) - Method in class org.databene.benerator.test.ModelTest
 
createPart(String, TypeDescriptor) - Method in class org.databene.benerator.test.ModelTest
 
createPartDescriptor(String) - Method in class org.databene.benerator.test.ModelTest
 
createPatternGenerator(SimpleTypeDescriptor, Uniqueness, BeneratorContext) - Static method in class org.databene.benerator.factory.SimpleTypeGeneratorFactory
 
CreateProjectPanel - Class in org.databene.benerator.gui
Lets the user enter benerator project data and calls the ArchetypeBuilder for creating a new benerator project.
CreateProjectPanel(I18NSupport) - Constructor for class org.databene.benerator.gui.CreateProjectPanel
 
createRawSourceGenerator(String, String, String, DataSourceProvider<T>, Class<T>, BeneratorContext) - Static method in class org.databene.benerator.factory.SourceFactory
 
createReference(String, String) - Method in class org.databene.benerator.test.ModelTest
 
createRegexStringGenerator(String, int, Integer, Uniqueness) - Method in class org.databene.benerator.factory.GeneratorFactory
Creates a generator that produces Strings which match a regular expression in a locale
createRestrictionValidator(SimpleTypeDescriptor, boolean, GeneratorFactory) - Static method in class org.databene.benerator.factory.SimpleTypeGeneratorFactory
 
createRootGenerator(InstanceDescriptor, Uniqueness, BeneratorContext) - Static method in class org.databene.benerator.factory.MetaGeneratorFactory
 
createRootGenerator(E, String, boolean, Uniqueness, BeneratorContext) - Method in class org.databene.benerator.factory.TypeGeneratorFactory
 
createSampleGenerator(Collection<T>, Class<T>, boolean) - Method in class org.databene.benerator.factory.EquivalenceGeneratorFactory
 
createSampleGenerator(Collection<T>, Class<T>, boolean) - Method in class org.databene.benerator.factory.GeneratorFactory
 
createSampleGenerator(Collection<T>, Class<T>, boolean) - Method in class org.databene.benerator.factory.SerialGeneratorFactory
 
createSampleGenerator(Collection<T>, Class<T>, boolean) - Method in class org.databene.benerator.factory.StochasticGeneratorFactory
 
createScriptBuilder(ComponentDescriptor, BeneratorContext) - Static method in class org.databene.benerator.factory.ComponentBuilderFactory
 
createScriptGenerator(String) - Static method in class org.databene.benerator.factory.FactoryUtil
 
createScriptGenerator(TypeDescriptor) - Static method in class org.databene.benerator.factory.TypeGeneratorFactory
 
createSequence(String) - Method in class org.databene.platform.db.DBSystem
 
createSimpleType(String) - Method in class org.databene.benerator.test.ModelTest
 
createSimpleType(String, String) - Method in class org.databene.benerator.test.ModelTest
 
createSingleInstanceGenerator(InstanceDescriptor, Uniqueness, BeneratorContext) - Static method in class org.databene.benerator.factory.InstanceGeneratorFactory
 
createSingleValueGenerator(T, boolean) - Method in class org.databene.benerator.factory.EquivalenceGeneratorFactory
 
createSingleValueGenerator(T, boolean) - Method in class org.databene.benerator.factory.GeneratorFactory
Creates a generator that returns a single value.
createSingleValueGenerator(T, boolean) - Method in class org.databene.benerator.factory.SerialGeneratorFactory
 
createSingleValueGenerator(T, boolean) - Method in class org.databene.benerator.factory.StochasticGeneratorFactory
 
createSourceGenerator(ArrayTypeDescriptor, Uniqueness, BeneratorContext) - Method in class org.databene.benerator.factory.ArrayTypeGeneratorFactory
 
createSourceGenerator(ComplexTypeDescriptor, Uniqueness, BeneratorContext) - Method in class org.databene.benerator.factory.ComplexTypeGeneratorFactory
 
createSourceGenerator(SimpleTypeDescriptor, Uniqueness, BeneratorContext) - Method in class org.databene.benerator.factory.SimpleTypeGeneratorFactory
 
createSourceGenerator(E, Uniqueness, BeneratorContext) - Method in class org.databene.benerator.factory.TypeGeneratorFactory
 
createSpecificGenerator(ArrayTypeDescriptor, String, boolean, Uniqueness, BeneratorContext) - Method in class org.databene.benerator.factory.ArrayTypeGeneratorFactory
 
createSpecificGenerator(ComplexTypeDescriptor, String, boolean, Uniqueness, BeneratorContext) - Method in class org.databene.benerator.factory.ComplexTypeGeneratorFactory
 
createSpecificGenerator(SimpleTypeDescriptor, String, boolean, Uniqueness, BeneratorContext) - Method in class org.databene.benerator.factory.SimpleTypeGeneratorFactory
 
createSpecificGenerator(E, String, boolean, Uniqueness, BeneratorContext) - Method in class org.databene.benerator.factory.TypeGeneratorFactory
 
createStatement(String, Generator<Long>, Expression<Long>, Expression<Long>, Expression<PageListener>, boolean, boolean, Element, Expression<ErrorHandler>, BeneratorContext) - Method in class org.databene.benerator.engine.parser.xml.GenerateOrIterateParser
 
createStringGenerator(Set<Character>, Integer, Integer, int, Distribution, Uniqueness) - Method in class org.databene.benerator.factory.CoverageGeneratorFactory
 
createStringGenerator(Set<Character>, Integer, Integer, int, Distribution, Uniqueness) - Method in class org.databene.benerator.factory.EquivalenceGeneratorFactory
 
createStringGenerator(String, Locale, Integer, Integer, int, Distribution, Uniqueness) - Method in class org.databene.benerator.factory.GeneratorFactory
 
createStringGenerator(Set<Character>, Integer, Integer, int, Distribution, Uniqueness) - Method in class org.databene.benerator.factory.GeneratorFactory
 
createStringGenerator(Set<Character>, Integer, Integer, int, Distribution, Uniqueness) - Method in class org.databene.benerator.factory.SerialGeneratorFactory
 
createStringGenerator(Set<Character>, Integer, Integer, int, Distribution, Uniqueness) - Method in class org.databene.benerator.factory.StochasticGeneratorFactory
 
createStringScriptConverter(BeneratorContext) - Static method in class org.databene.benerator.factory.DescriptorUtil
 
createSubContext(String) - Method in interface org.databene.benerator.engine.BeneratorContext
 
createSubContext(String) - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
createSubContext(String) - Method in class org.databene.benerator.engine.DefaultBeneratorSubContext
 
createSubContext(ResourceManager) - Method in class org.databene.benerator.engine.parser.xml.BeneratorParseContext
 
createTask(String, String) - Method in class org.databene.benerator.engine.parser.xml.GenerateOrIterateParser
 
createTextLineGenerator(String) - Static method in class org.databene.benerator.factory.SourceFactory
Creates a generator that iterates through the lines of a text file.
createTypeDescriptor(Class<?>) - Method in class org.databene.benerator.anno.AnnotationMapper
 
createTypeGenerator(TypeDescriptor, String, boolean, Uniqueness, BeneratorContext) - Static method in class org.databene.benerator.factory.MetaGeneratorFactory
 
createValidatingGenerator(TypeDescriptor, Generator<?>, BeneratorContext) - Static method in class org.databene.benerator.factory.TypeGeneratorFactory
 
createValidatingGenerator(TypeDescriptor, Generator<T>, BeneratorContext) - Static method in class org.databene.benerator.factory.VariableGeneratorFactory
 
createValuesGenerator(SimpleTypeDescriptor, Uniqueness, BeneratorContext) - Static method in class org.databene.benerator.factory.SimpleTypeGeneratorFactory
 
createWeightedSampleGenerator(Collection<WeightedSample<T>>, Class<T>) - Method in class org.databene.benerator.factory.EquivalenceGeneratorFactory
 
createWeightedSampleGenerator(Collection<WeightedSample<T>>, Class<T>) - Method in class org.databene.benerator.factory.GeneratorFactory
Creates a generator that chooses from a set of samples, using an individual weight for each sample.
createWeightedSampleGenerator(Collection<WeightedSample<T>>, Class<T>) - Method in class org.databene.benerator.factory.SerialGeneratorFactory
 
createWithDefaultExpression(String, Expression<?>) - Static method in class org.databene.benerator.engine.expression.ScriptableExpression
 
createWithDefaultExpression(Script, Expression<T>) - Static method in class org.databene.benerator.engine.expression.ScriptExpression
 
createXLSLineGenerator(String) - Static method in class org.databene.benerator.factory.SourceFactory
Creates a generator that creates lines from a XLS file as Object arrays.
createXMLFiles(String, String, String, long, String[]) - Static method in class org.databene.benerator.main.XmlCreator
 
CreditCardNumber - Annotation Type in org.databene.domain.finance
Bean validation annotation (JSR 303) for fields that represent a credit card number.
CreditCardNumberGenerator - Class in org.databene.domain.finance
Creates credit card numbers.
CreditCardNumberGenerator() - Constructor for class org.databene.domain.finance.CreditCardNumberGenerator
 
CreditCardNumberValidator - Class in org.databene.domain.finance
Validates credit card numbers.
CreditCardNumberValidator() - Constructor for class org.databene.domain.finance.CreditCardNumberValidator
 
CROATIA - Static variable in class org.databene.domain.address.Country
 
CSVArraySourceProvider - Class in org.databene.platform.csv
DataSourceProvider which creates array Iterables for CSV files.
CSVArraySourceProvider(String, Converter<String, ?>, boolean, char, String) - Constructor for class org.databene.platform.csv.CSVArraySourceProvider
 
CSVEntityExporter - Class in org.databene.platform.csv
Exports Entities to a CSV file.
CSVEntityExporter() - Constructor for class org.databene.platform.csv.CSVEntityExporter
 
CSVEntityExporter(String) - Constructor for class org.databene.platform.csv.CSVEntityExporter
 
CSVEntityExporter(String, String) - Constructor for class org.databene.platform.csv.CSVEntityExporter
 
CSVEntityExporter(String, String, char, String, String) - Constructor for class org.databene.platform.csv.CSVEntityExporter
 
CSVEntityExporter(ComplexTypeDescriptor) - Constructor for class org.databene.platform.csv.CSVEntityExporter
 
CSVEntityExporter(String, ComplexTypeDescriptor) - Constructor for class org.databene.platform.csv.CSVEntityExporter
 
CSVEntityExporter(String, ComplexTypeDescriptor, char, String, String) - Constructor for class org.databene.platform.csv.CSVEntityExporter
 
CSVEntityIterator - Class in org.databene.platform.csv
Iterates Entities in a CSV file.
CSVEntityIterator(String, ComplexTypeDescriptor, Converter<String, ?>, char, String) - Constructor for class org.databene.platform.csv.CSVEntityIterator
 
CSVEntitySource - Class in org.databene.platform.csv
Imports Entity data from CSV files.
CSVEntitySource() - Constructor for class org.databene.platform.csv.CSVEntitySource
 
CSVEntitySource(String, ComplexTypeDescriptor, String) - Constructor for class org.databene.platform.csv.CSVEntitySource
 
CSVEntitySource(String, ComplexTypeDescriptor, String, Converter<String, ?>, char) - Constructor for class org.databene.platform.csv.CSVEntitySource
 
CSVEntitySourceProvider - Class in org.databene.platform.csv
EntitySource implementation which creates Iterables that iterate through CSV files.
CSVEntitySourceProvider(ComplexTypeDescriptor, Converter<String, ?>, char, String) - Constructor for class org.databene.platform.csv.CSVEntitySourceProvider
 
CSVGeneratorUtil - Class in org.databene.benerator.csv
Provides CSV-related utility methods.
CSVGeneratorUtil() - Constructor for class org.databene.benerator.csv.CSVGeneratorUtil
 
CUMULATED_SEQUENCE - Static variable in class org.databene.benerator.distribution.SequenceManager
 
CumulatedDoubleGenerator - Class in org.databene.benerator.distribution.sequence
Double Generator that implements a 'cumulated' Double Sequence.
CumulatedDoubleGenerator() - Constructor for class org.databene.benerator.distribution.sequence.CumulatedDoubleGenerator
 
CumulatedDoubleGenerator(double, double) - Constructor for class org.databene.benerator.distribution.sequence.CumulatedDoubleGenerator
 
CumulatedDoubleGenerator(double, double, double) - Constructor for class org.databene.benerator.distribution.sequence.CumulatedDoubleGenerator
 
CumulatedLongGenerator - Class in org.databene.benerator.distribution.sequence
Long Generator that implements a 'cumulated' Long Sequence.
CumulatedLongGenerator() - Constructor for class org.databene.benerator.distribution.sequence.CumulatedLongGenerator
 
CumulatedLongGenerator(long, long) - Constructor for class org.databene.benerator.distribution.sequence.CumulatedLongGenerator
 
CumulatedLongGenerator(long, long, long) - Constructor for class org.databene.benerator.distribution.sequence.CumulatedLongGenerator
 
CumulatedSequence - Class in org.databene.benerator.distribution.sequence
Sequence implementation for an efficient bell-like distribution.
CumulatedSequence() - Constructor for class org.databene.benerator.distribution.sequence.CumulatedSequence
 
CumulativeDistributionFunction - Class in org.databene.benerator.distribution
Distribution implementation which uses the inverse of a probability function integral for efficiently generating numbers with a given probability distribution.
CumulativeDistributionFunction() - Constructor for class org.databene.benerator.distribution.CumulativeDistributionFunction
 
CumulativeDistributionFunction.IPINumberGenerator<E extends java.lang.Number> - Class in org.databene.benerator.distribution
Generates numbers according to an CumulativeDistributionFunction.
CumulativeDistributionFunction.IPINumberGenerator(CumulativeDistributionFunction, Class<E>, E, E, E) - Constructor for class org.databene.benerator.distribution.CumulativeDistributionFunction.IPINumberGenerator
 
cumulativeProbability(double) - Method in class org.databene.benerator.distribution.cumulative.ExponentialDensityIntegral
 
cumulativeProbability(double) - Method in class org.databene.benerator.distribution.CumulativeDistributionFunction
 
CurrentDateGenerator - Class in org.databene.benerator.primitive.datetime
Generates java.util.Date objects that represent the current Date (time is 00:00:00).
CurrentDateGenerator() - Constructor for class org.databene.benerator.primitive.datetime.CurrentDateGenerator
 
CurrentDateTimeGenerator - Class in org.databene.benerator.primitive.datetime
Generates java.util.Date objects that represent the current date and time.
CurrentDateTimeGenerator() - Constructor for class org.databene.benerator.primitive.datetime.CurrentDateTimeGenerator
 
currentEntity() - Method in interface org.databene.benerator.engine.statement.CascadeParent
 
currentEntity() - Method in class org.databene.benerator.engine.statement.CascadeStatement
 
currentEntity() - Method in class org.databene.benerator.engine.statement.TranscodeStatement
 
currentLength - Variable in class org.databene.benerator.primitive.EquivalenceStringGenerator
 
CurrentMilliTimeGenerator - Class in org.databene.benerator.primitive.datetime
Generates Long values that represent the current time in milliseconds.
CurrentMilliTimeGenerator() - Constructor for class org.databene.benerator.primitive.datetime.CurrentMilliTimeGenerator
 
CurrentNanoTimeGenerator - Class in org.databene.benerator.primitive.datetime
Generates Long objects that represent the current system time in nanoseconds since 1970-01-01.
CurrentNanoTimeGenerator() - Constructor for class org.databene.benerator.primitive.datetime.CurrentNanoTimeGenerator
 
currentPageSize(Long, long) - Method in class org.databene.task.TaskExecutor
 
CurrentProductGeneration - Class in org.databene.benerator.engine
Uses a Generator to create the currently processed object.
CurrentProductGeneration(String, Generator<?>) - Constructor for class org.databene.benerator.engine.CurrentProductGeneration
 
currentProductName - Variable in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
currentProductName - Variable in class org.databene.benerator.engine.DefaultBeneratorContext
 
CurrentTimeGenerator - Class in org.databene.benerator.primitive.datetime
Generates Date objects that represent the current time.
CurrentTimeGenerator() - Constructor for class org.databene.benerator.primitive.datetime.CurrentTimeGenerator
 
CYCLIC - Static variable in class org.databene.model.data.TypeDescriptor
 
CyclicGeneratorProxy<E> - Class in org.databene.benerator.wrapper
Generator proxy that 'loops' through a source Generator, calling reset() each time the source becomes unavailable.
CyclicGeneratorProxy(Generator<E>) - Constructor for class org.databene.benerator.wrapper.CyclicGeneratorProxy
 
CYPRUS - Static variable in class org.databene.domain.address.Country
 
CZECH_REPUBLIC - Static variable in class org.databene.domain.address.Country
 

D

Database - Annotation Type in org.databene.benerator.anno
Annotation for declaring a database.
database - Variable in class org.databene.platform.db.AbstractSequenceGenerator
 
database - Variable in class org.databene.platform.db.DBSystem
 
DatabaseParser - Class in org.databene.benerator.engine.parser.xml
Parses a <database> element in a Benerator descriptor file.
DatabaseParser() - Constructor for class org.databene.benerator.engine.parser.xml.DatabaseParser
 
dataModel - Variable in class org.databene.benerator.storage.AbstractStorageSystem
 
dataModel - Variable in class org.databene.benerator.test.ModelTest
 
DataModel - Class in org.databene.model.data
Merges and organizes entity definitions of different systems.
DataModel() - Constructor for class org.databene.model.data.DataModel
 
dataModel - Variable in class org.databene.model.data.DefaultDescriptorProvider
 
Dataset - Class in org.databene.benerator.dataset
Defines a data set that may be nested.
DATASET - Static variable in class org.databene.model.data.TypeDescriptor
 
DatasetBasedGenerator<E> - Interface in org.databene.benerator.dataset
Interface for dataset related Generators which can generate data with and for dedicated sub sets.
datasetName - Variable in class org.databene.benerator.dataset.AbstractDatasetGenerator
 
datasetName - Variable in class org.databene.domain.organization.CompanyNameGenerator
 
DatasetUtil - Class in org.databene.benerator.dataset
Creates and manages Datasets.
DatasetUtil() - Constructor for class org.databene.benerator.dataset.DatasetUtil
 
DataSourceGenerator<E> - Class in org.databene.benerator.wrapper
Generator implementation which reads and forwards data from a DataSource.
DataSourceGenerator() - Constructor for class org.databene.benerator.wrapper.DataSourceGenerator
 
DataSourceGenerator(DataSource<E>) - Constructor for class org.databene.benerator.wrapper.DataSourceGenerator
 
DataSourceProvider<E> - Interface in org.databene.benerator.factory
Interface for classes which provide Iterables for iterating through data sources.
DateGenerator - Class in org.databene.benerator.primitive.datetime
creates date values by a LongGenerator.
DateGenerator() - Constructor for class org.databene.benerator.primitive.datetime.DateGenerator
Initializes the generator to create days within about the last 80 years with a one-day resolution
DateGenerator(Date, Date, long) - Constructor for class org.databene.benerator.primitive.datetime.DateGenerator
Initializes the generator to create dates with a uniform distribution
DateGenerator(Date, Date, long, Distribution) - Constructor for class org.databene.benerator.primitive.datetime.DateGenerator
Initializes the generator to create dates of a Sequence or WeightFunction
DateGenerator(Date, Date, long, Distribution, boolean) - Constructor for class org.databene.benerator.primitive.datetime.DateGenerator
Initializes the generator to create dates of a Sequence or WeightFunction
DateSumMethod - Class in org.databene.platform.ftl
FreeMarker method that sums Date, Time and millisecond values.
DateSumMethod() - Constructor for class org.databene.platform.ftl.DateSumMethod
 
DateTimeGenerator - Class in org.databene.benerator.primitive.datetime
Creates DateTimes with separate date and time distribution characteristics.
DateTimeGenerator() - Constructor for class org.databene.benerator.primitive.datetime.DateTimeGenerator
 
DateTimeGenerator(Date, Date, Time, Time) - Constructor for class org.databene.benerator.primitive.datetime.DateTimeGenerator
 
DayGenerator - Class in org.databene.benerator.primitive.datetime
Generates dates with a granularity of days, months or years.
DayGenerator() - Constructor for class org.databene.benerator.primitive.datetime.DayGenerator
 
DayGenerator(Date, Date, Distribution, boolean) - Constructor for class org.databene.benerator.primitive.datetime.DayGenerator
 
dayGranularity - Variable in class org.databene.benerator.primitive.datetime.DayGenerator
 
DayOfWeek - Annotation Type in org.databene.benerator.primitive.datetime
Bean validation annotation (JSR 303) based on the day of week.
DayOfWeekValidator - Class in org.databene.benerator.primitive.datetime
Filters Dates by their day of week.
DayOfWeekValidator() - Constructor for class org.databene.benerator.primitive.datetime.DayOfWeekValidator
 
db - Variable in class org.databene.benerator.gui.ProjectBuilder
 
DB_DRIVER - Static variable in class org.databene.benerator.main.DBSnapshotTool
 
DB_PASSWORD - Static variable in class org.databene.benerator.main.DBSnapshotTool
 
DB_SCHEMA - Static variable in class org.databene.benerator.main.DBSnapshotTool
 
DB_URL - Static variable in class org.databene.benerator.main.DBSnapshotTool
 
DB_USER - Static variable in class org.databene.benerator.main.DBSnapshotTool
 
DBSeqHiLoGenerator - Class in org.databene.platform.db
Generates Long values with a HiLo strategy using a database sequence for the Hi values.
DBSeqHiLoGenerator(String, int) - Constructor for class org.databene.platform.db.DBSeqHiLoGenerator
 
DBSeqHiLoGenerator(String, int, DBSystem) - Constructor for class org.databene.platform.db.DBSeqHiLoGenerator
 
DBSequenceGenerator - Class in org.databene.platform.db
Generates Long values from a database sequence.
DBSequenceGenerator(String, DBSystem) - Constructor for class org.databene.platform.db.DBSequenceGenerator
 
DBSequenceGenerator(String, DBSystem, boolean) - Constructor for class org.databene.platform.db.DBSequenceGenerator
 
DBSnapshotTool - Class in org.databene.benerator.main
Creates a snapshot of a database schema and exports it in DbUnit XML file format.
DBSnapshotTool() - Constructor for class org.databene.benerator.main.DBSnapshotTool
 
DBSystem - Class in org.databene.platform.db
Abstract class that serves as parent for classes which connect to databases using JDBC.
DBSystem(String, String, String, String, String, DataModel) - Constructor for class org.databene.platform.db.DBSystem
 
DBSystem(String, String, DataModel) - Constructor for class org.databene.platform.db.DBSystem
 
DBUNIT_FORMAT - Static variable in class org.databene.benerator.main.DBSnapshotTool
 
DbUnitEntityExporter - Class in org.databene.platform.dbunit
Exports entities in DbUnit XML file format.
DbUnitEntityExporter() - Constructor for class org.databene.platform.dbunit.DbUnitEntityExporter
 
DbUnitEntityExporter(String) - Constructor for class org.databene.platform.dbunit.DbUnitEntityExporter
 
DbUnitEntityExporter(String, String) - Constructor for class org.databene.platform.dbunit.DbUnitEntityExporter
 
DbUnitEntitySource - Class in org.databene.platform.dbunit
Imports entities from a DbUnit XML file.
DbUnitEntitySource(String, BeneratorContext) - Constructor for class org.databene.platform.dbunit.DbUnitEntitySource
 
DbUnitUtil - Class in org.databene.platform.dbunit
Provides utility methods for DbUnit files.
DbUnitUtil() - Constructor for class org.databene.platform.dbunit.DbUnitUtil
 
DE - Static variable in class org.databene.domain.address.AddressFormat
 
DecimalGranularity - Annotation Type in org.databene.benerator.anno
Specifies the number granularity to use when generating number data for the annotated element.
DecimalQuantizer - Class in org.databene.benerator.primitive.number
Converter that quantizes Numbers by a given 'min' value and 'granularity' and converts it into a BigDecimal.
DecimalQuantizer(BigDecimal, BigDecimal) - Constructor for class org.databene.benerator.primitive.number.DecimalQuantizer
 
DEFAULT_CELL_SEPARATOR - Static variable in class org.databene.benerator.engine.DefaultBeneratorContext
 
DEFAULT_CHAR_SET - Static variable in class org.databene.benerator.primitive.UniqueFixedLengthStringGenerator
 
DEFAULT_DUPLICATION_QUOTA - Static variable in class org.databene.benerator.distribution.sequence.ExpandGeneratorProxy
 
DEFAULT_FORMAT - Static variable in class org.databene.benerator.main.DBSnapshotTool
 
DEFAULT_GRANULARITY - Static variable in class org.databene.benerator.primitive.number.AbstractBigDecimalGenerator
 
DEFAULT_MAX - Static variable in class org.databene.benerator.distribution.sequence.CumulatedLongGenerator
 
DEFAULT_MAX - Static variable in class org.databene.benerator.distribution.sequence.RandomLongGenerator
 
DEFAULT_MAX_AREA_CODE - Static variable in annotation type org.databene.domain.us.SSN
 
DEFAULT_MAX_INCREMENT - Static variable in class org.databene.benerator.wrapper.SkipGeneratorProxy
 
DEFAULT_MAX_LO - Static variable in class org.databene.benerator.primitive.HiLoGenerator
 
DEFAULT_MAX_LO - Static variable in class org.databene.platform.db.QueryHiLoGenerator
 
DEFAULT_MIN - Static variable in class org.databene.benerator.distribution.sequence.CumulatedLongGenerator
 
DEFAULT_MIN - Static variable in class org.databene.benerator.distribution.sequence.RandomLongGenerator
 
DEFAULT_MIN_INCREMENT - Static variable in class org.databene.benerator.wrapper.SkipGeneratorProxy
 
DefaultBeneratorContext - Class in org.databene.benerator.engine
Default implementation of BeneratorContext.
DefaultBeneratorContext() - Constructor for class org.databene.benerator.engine.DefaultBeneratorContext
 
DefaultBeneratorContext(String) - Constructor for class org.databene.benerator.engine.DefaultBeneratorContext
 
DefaultBeneratorFactory - Class in org.databene.benerator.engine
Default implementation of the abstract BeneratorFactory class.
DefaultBeneratorFactory() - Constructor for class org.databene.benerator.engine.DefaultBeneratorFactory
 
DefaultBeneratorSubContext - Class in org.databene.benerator.engine
Sub context version of the BeneratorContext.
DefaultBeneratorSubContext(String, BeneratorContext) - Constructor for class org.databene.benerator.engine.DefaultBeneratorSubContext
 
defaultBucketSize(int) - Static method in class org.databene.benerator.distribution.sequence.ExpandGeneratorProxy
 
defaultComponent - Variable in class org.databene.benerator.engine.DefaultBeneratorContext
 
DefaultComponentParser - Class in org.databene.benerator.engine.parser.xml
Parses a <defaultComponents> element in a Benerator descriptor file.
DefaultComponentParser() - Constructor for class org.databene.benerator.engine.parser.xml.DefaultComponentParser
 
defaultCounts(int, int, int) - Method in class org.databene.benerator.factory.CoverageGeneratorFactory
 
defaultCounts(int, int, int) - Method in class org.databene.benerator.factory.EquivalenceGeneratorFactory
 
defaultCounts(int, int, int) - Method in class org.databene.benerator.factory.SerialGeneratorFactory
 
defaultDataset - Variable in class org.databene.benerator.engine.DefaultBeneratorContext
 
DefaultDBSystem - Class in org.databene.platform.db
Default implementation of the DBSystem class.
DefaultDBSystem(String, String, DataModel) - Constructor for class org.databene.platform.db.DefaultDBSystem
 
DefaultDBSystem(String, String, String, String, String, DataModel) - Constructor for class org.databene.platform.db.DefaultDBSystem
 
DefaultDescriptorProvider - Class in org.databene.model.data
Default implementation of the DescriptorProvider interface.
DefaultDescriptorProvider(String, DataModel) - Constructor for class org.databene.model.data.DefaultDescriptorProvider
 
DefaultDescriptorProvider(String, DataModel, boolean) - Constructor for class org.databene.model.data.DefaultDescriptorProvider
 
defaultDistribution(Uniqueness) - Method in class org.databene.benerator.factory.CoverageGeneratorFactory
 
defaultDistribution(Uniqueness) - Method in class org.databene.benerator.factory.EquivalenceGeneratorFactory
 
defaultDistribution(Uniqueness) - Method in class org.databene.benerator.factory.GeneratorFactory
 
defaultDistribution(Uniqueness) - Method in class org.databene.benerator.factory.SerialGeneratorFactory
 
defaultDistribution(Uniqueness) - Method in class org.databene.benerator.factory.StochasticGeneratorFactory
 
defaultEncoding - Variable in class org.databene.benerator.engine.DefaultBeneratorContext
 
DefaultEntryConverter - Class in org.databene.benerator.parser
Converts Map entries by first applying a preprocessor to the value, then (if possible) converting the result to a number or boolean.
DefaultEntryConverter(BeneratorContext) - Constructor for class org.databene.benerator.parser.DefaultEntryConverter
 
DefaultEntryConverter(Converter<?, ?>, BeneratorContext, boolean) - Constructor for class org.databene.benerator.parser.DefaultEntryConverter
 
defaultGranularity(Class<T>) - Method in interface org.databene.benerator.factory.DefaultsProvider
 
defaultGranularity(Class<T>) - Method in class org.databene.benerator.factory.GentleDefaultsProvider
 
defaultGranularity(Class<T>) - Method in class org.databene.benerator.factory.MeanDefaultsProvider
 
defaultImports - Variable in class org.databene.benerator.engine.DefaultBeneratorContext
 
defaultLanguageForRegion(String) - Static method in class org.databene.benerator.dataset.DatasetUtil
 
defaultLengthDistribution(Uniqueness, boolean) - Method in class org.databene.benerator.factory.EquivalenceGeneratorFactory
 
defaultLengthDistribution(Uniqueness, boolean) - Method in class org.databene.benerator.factory.GeneratorFactory
 
defaultLengthDistribution(Uniqueness, boolean) - Method in class org.databene.benerator.factory.SerialGeneratorFactory
 
defaultLengthDistribution(Uniqueness, boolean) - Method in class org.databene.benerator.factory.StochasticGeneratorFactory
 
defaultLocale() - Static method in class org.databene.benerator.factory.FactoryUtil
 
defaultMax(Class<T>) - Method in interface org.databene.benerator.factory.DefaultsProvider
 
defaultMax(Class<T>) - Method in class org.databene.benerator.factory.GentleDefaultsProvider
 
defaultMax(Class<T>) - Method in class org.databene.benerator.factory.MeanDefaultsProvider
 
defaultMaxDate() - Method in interface org.databene.benerator.factory.DefaultsProvider
 
defaultMaxDate() - Method in class org.databene.benerator.factory.GentleDefaultsProvider
 
defaultMaxDate() - Method in class org.databene.benerator.factory.MeanDefaultsProvider
 
defaultMaxLength() - Method in interface org.databene.benerator.factory.DefaultsProvider
 
defaultMaxLength() - Method in class org.databene.benerator.factory.GentleDefaultsProvider
 
defaultMaxLength() - Method in class org.databene.benerator.factory.MeanDefaultsProvider
 
defaultMin(Class<T>) - Method in interface org.databene.benerator.factory.DefaultsProvider
 
defaultMin(Class<T>) - Method in class org.databene.benerator.factory.GentleDefaultsProvider
 
defaultMin(Class<T>) - Method in class org.databene.benerator.factory.MeanDefaultsProvider
 
defaultMinDate() - Method in interface org.databene.benerator.factory.DefaultsProvider
 
defaultMinDate() - Method in class org.databene.benerator.factory.GentleDefaultsProvider
 
defaultMinDate() - Method in class org.databene.benerator.factory.MeanDefaultsProvider
 
defaultMinLength() - Method in interface org.databene.benerator.factory.DefaultsProvider
 
defaultMinLength() - Method in class org.databene.benerator.factory.GentleDefaultsProvider
 
defaultMinLength() - Method in class org.databene.benerator.factory.MeanDefaultsProvider
 
defaultNull - Variable in class org.databene.benerator.engine.DefaultBeneratorContext
 
defaultNullable() - Method in interface org.databene.benerator.factory.DefaultsProvider
 
defaultNullable() - Method in class org.databene.benerator.factory.GentleDefaultsProvider
 
defaultNullable() - Method in class org.databene.benerator.factory.MeanDefaultsProvider
 
defaultNullQuota() - Method in interface org.databene.benerator.factory.DefaultsProvider
 
defaultNullQuota() - Method in class org.databene.benerator.factory.GentleDefaultsProvider
 
defaultNullQuota() - Method in class org.databene.benerator.factory.MeanDefaultsProvider
 
defaultOneToOne - Variable in class org.databene.benerator.engine.DefaultBeneratorContext
 
defaultPageSize - Variable in class org.databene.benerator.engine.DefaultBeneratorContext
 
DefaultPageSizeExpression - Class in org.databene.benerator.engine.expression.context
Evaluates to the default page size of the BeneratorContext.
DefaultPageSizeExpression() - Constructor for class org.databene.benerator.engine.expression.context.DefaultPageSizeExpression
 
DefaultPathResolver - Class in org.databene.benerator.anno
Default implementation of the PathResolver interface which returns the URI as it is.
DefaultPathResolver() - Constructor for class org.databene.benerator.anno.DefaultPathResolver
 
DefaultPlatformDescriptor - Class in org.databene.benerator
Default implementation of the PlatformDescriptor interface.
DefaultPlatformDescriptor(String) - Constructor for class org.databene.benerator.DefaultPlatformDescriptor
 
defaultRegion() - Static method in class org.databene.benerator.dataset.DatasetUtil
 
defaultRegionName() - Static method in class org.databene.benerator.dataset.DatasetUtil
 
Defaults - Annotation Type in org.databene.benerator.anno
Declares a DefaultsProvider to use for testing.
DefaultsProvider - Interface in org.databene.benerator.factory
Interface for all classes that provide default values for testing.
defaultsProvider - Variable in class org.databene.benerator.factory.GeneratorFactory
 
defaultSubSet(Set<Character>) - Method in class org.databene.benerator.factory.CoverageGeneratorFactory
 
defaultSubSet(Set<Character>) - Method in class org.databene.benerator.factory.EquivalenceGeneratorFactory
 
defaultSubSet(Set<Character>) - Method in class org.databene.benerator.factory.GeneratorFactory
 
defaultSubSet(Set<Character>) - Method in class org.databene.benerator.factory.SerialGeneratorFactory
 
defaultTrueQuota() - Method in class org.databene.benerator.factory.EquivalenceGeneratorFactory
 
defaultTrueQuota() - Method in class org.databene.benerator.factory.GeneratorFactory
 
defaultTrueQuota() - Method in class org.databene.benerator.factory.SerialGeneratorFactory
 
defaultTrueQuota() - Method in class org.databene.benerator.factory.StochasticGeneratorFactory
 
defaultUnique() - Method in class org.databene.benerator.factory.EquivalenceGeneratorFactory
 
defaultUnique() - Method in class org.databene.benerator.factory.GeneratorFactory
 
defaultUnique() - Method in class org.databene.benerator.factory.SerialGeneratorFactory
 
defaultUnique() - Method in class org.databene.benerator.factory.StochasticGeneratorFactory
 
DefineDatabaseStatement - Class in org.databene.benerator.engine.statement
Executes a <database/> from an XML descriptor.
DefineDatabaseStatement(Expression<String>, Expression<String>, Expression<String>, Expression<String>, Expression<String>, Expression<String>, Expression<String>, Expression<String>, Expression<Boolean>, Expression<String>, Expression<String>, Expression<String>, Expression<Boolean>, Expression<Integer>, Expression<Boolean>, Expression<Boolean>, Expression<Boolean>, ResourceManager) - Constructor for class org.databene.benerator.engine.statement.DefineDatabaseStatement
 
definiteArticle(int, boolean) - Method in class org.databene.domain.lang.Language
 
DENMARK - Static variable in class org.databene.domain.address.Country
 
department - Variable in class org.databene.domain.address.Address
 
DepartmentNameGenerator - Class in org.databene.domain.organization
Creates random department names based on a Locale-specific CSV file.
DepartmentNameGenerator() - Constructor for class org.databene.domain.organization.DepartmentNameGenerator
 
DepartmentNameGenerator(Locale) - Constructor for class org.databene.domain.organization.DepartmentNameGenerator
 
deriveType(String, TypeDescriptor) - Static method in class org.databene.benerator.factory.DescriptorUtil
 
Descriptor - Annotation Type in org.databene.benerator.anno
Marks an element as configured by a Benerator descriptor file.
descriptor() - Method in class org.databene.model.data.Entity
 
DescriptorBasedGenerator - Class in org.databene.benerator.engine
Provides easy programmatic access to generators defined in an XML descriptor file.
DescriptorBasedGenerator(String, String, BeneratorContext) - Constructor for class org.databene.benerator.engine.DescriptorBasedGenerator
 
DescriptorConstants - Interface in org.databene.benerator.engine
Collects element and attribute names used in Benerator's XML descriptor files.
DescriptorParserUtil - Class in org.databene.benerator.engine.parser.xml
Provides utility methods for XML descriptor parsing.
DescriptorParserUtil() - Constructor for class org.databene.benerator.engine.parser.xml.DescriptorParserUtil
 
DescriptorProvider - Interface in org.databene.model.data
Abstraction for all elements that can provide descriptors for entities.
DescriptorRunner - Class in org.databene.benerator.engine
Parses and executes a benerator descriptor file.
DescriptorRunner(String, BeneratorContext) - Constructor for class org.databene.benerator.engine.DescriptorRunner
 
descriptors - Variable in class org.databene.benerator.gui.ProjectBuilder
 
DescriptorUtil - Class in org.databene.benerator.factory
Utility class for parsing and combining descriptor settings.
details - Variable in class org.databene.model.data.FeatureDescriptor
 
DIALECT - Static variable in class org.databene.benerator.main.DBSnapshotTool
 
dialect - Variable in class org.databene.platform.db.DBSystem
 
DiscreteFunction - Class in org.databene.benerator.distribution.function
Discrete function that is based on an array.
DiscreteFunction(double...) - Constructor for class org.databene.benerator.distribution.function.DiscreteFunction
 
DistributingGenerator<E> - Class in org.databene.benerator.distribution
General purpose generator proxy which is supposed to work with any distribution.
DistributingGenerator(Generator<E>, Distribution, boolean) - Constructor for class org.databene.benerator.distribution.DistributingGenerator
 
Distribution - Annotation Type in org.databene.benerator.anno
Specifies which Distribution to use when generating data for the annotated element.
Distribution - Interface in org.databene.benerator.distribution
Parent interface for all distribution types.
distribution - Variable in class org.databene.benerator.primitive.datetime.DayGenerator
 
distribution - Variable in class org.databene.benerator.primitive.DynamicLongGenerator
 
DISTRIBUTION - Static variable in class org.databene.model.data.TypeDescriptor
 
doConvert(Number) - Method in class org.databene.benerator.primitive.number.NoiseInducer
 
doConvert(S) - Method in class org.databene.benerator.util.GeneratingConverter
 
doGenerate(ProductWrapper<P>) - Method in class org.databene.benerator.util.ValidatingGenerator
Callback method that does the job of creating values.
doGenerate(ProductWrapper<String>) - Method in class org.databene.benerator.wrapper.MessageGenerator
Implementation of ValidatingGenerator's generation callback method
doGenerate(ProductWrapper<E>) - Method in class org.databene.benerator.wrapper.ValidatingGeneratorProxy
Callback method implementation from ValidatingGenerator.
DomainGenerator - Class in org.databene.domain.net
Creates Internet domains of companies, web mailers or random characters.
DomainGenerator() - Constructor for class org.databene.domain.net.DomainGenerator
 
DomainGenerator(String) - Constructor for class org.databene.domain.net.DomainGenerator
 
doParse(Element, Statement[], ParseContext<Statement>) - Method in class org.databene.benerator.engine.parser.xml.AbstractBeneratorDescriptorParser
 
doParse(Element, Statement[], BeneratorParseContext) - Method in class org.databene.benerator.engine.parser.xml.AbstractBeneratorDescriptorParser
 
doParse(Element, Statement[], BeneratorParseContext) - Method in class org.databene.benerator.engine.parser.xml.BeanParser
 
doParse(Element, Statement[], BeneratorParseContext) - Method in class org.databene.benerator.engine.parser.xml.BeepParser
 
doParse(Element, Statement[], BeneratorParseContext) - Method in class org.databene.benerator.engine.parser.xml.CascadeParser
 
doParse(Element, Statement[], BeneratorParseContext) - Method in class org.databene.benerator.engine.parser.xml.CommentParser
 
doParse(Element, Statement[], BeneratorParseContext) - Method in class org.databene.benerator.engine.parser.xml.DatabaseParser
 
doParse(Element, Statement[], BeneratorParseContext) - Method in class org.databene.benerator.engine.parser.xml.DefaultComponentParser
 
doParse(Element, Statement[], BeneratorParseContext) - Method in class org.databene.benerator.engine.parser.xml.EchoParser
 
doParse(Element, Statement[], BeneratorParseContext) - Method in class org.databene.benerator.engine.parser.xml.ErrorParser
 
doParse(Element, Statement[], BeneratorParseContext) - Method in class org.databene.benerator.engine.parser.xml.EvaluateParser
 
doParse(Element, Statement[], BeneratorParseContext) - Method in class org.databene.benerator.engine.parser.xml.GenerateOrIterateParser
 
doParse(Element, Statement[], BeneratorParseContext) - Method in class org.databene.benerator.engine.parser.xml.IfParser
 
doParse(Element, Statement[], BeneratorParseContext) - Method in class org.databene.benerator.engine.parser.xml.ImportParser
 
doParse(Element, Statement[], BeneratorParseContext) - Method in class org.databene.benerator.engine.parser.xml.IncludeParser
 
doParse(Element, Statement[], BeneratorParseContext) - Method in class org.databene.benerator.engine.parser.xml.MemStoreParser
 
doParse(Element, Statement[], BeneratorParseContext) - Method in class org.databene.benerator.engine.parser.xml.RunTaskParser
 
doParse(Element, Statement[], BeneratorParseContext) - Method in class org.databene.benerator.engine.parser.xml.SettingParser
 
doParse(Element, Statement[], BeneratorParseContext) - Method in class org.databene.benerator.engine.parser.xml.SetupParser
 
doParse(Element, Statement[], BeneratorParseContext) - Method in class org.databene.benerator.engine.parser.xml.TranscodeParser
 
doParse(Element, Statement[], BeneratorParseContext) - Method in class org.databene.benerator.engine.parser.xml.TranscodingTaskParser
 
doParse(Element, Statement[], BeneratorParseContext) - Method in class org.databene.benerator.engine.parser.xml.WaitParser
 
doParse(Element, Statement[], BeneratorParseContext) - Method in class org.databene.benerator.engine.parser.xml.WhileParser
 
dropSequence(String) - Method in class org.databene.platform.db.DBSystem
 
DynamicCountGenerator - Class in org.databene.benerator.primitive
Behaves similar to the DynamicLongGenerator, but generates maxFallback values, if max is set to null.
DynamicCountGenerator() - Constructor for class org.databene.benerator.primitive.DynamicCountGenerator
 
DynamicCountGenerator(Expression<Long>, Expression<Long>, Expression<Long>, Expression<? extends Distribution>, Expression<Boolean>, boolean) - Constructor for class org.databene.benerator.primitive.DynamicCountGenerator
 
DynamicLongGenerator - Class in org.databene.benerator.primitive
Generator implementation that generates Long numbers, redefining the underlying distribution on each reset() by evaluating the min, max, granularity, distribution and unique values.
DynamicLongGenerator() - Constructor for class org.databene.benerator.primitive.DynamicLongGenerator
 
DynamicLongGenerator(Expression<Long>, Expression<Long>, Expression<Long>, Expression<? extends Distribution>, Expression<Boolean>) - Constructor for class org.databene.benerator.primitive.DynamicLongGenerator
 

E

EAN - Annotation Type in org.databene.domain.product
Marks a fied as 8- or 13-digit-EAN (for JSR 303 Bean Validation).
EAN13 - Annotation Type in org.databene.domain.product
Marks a fied as 13-digit-EAN (for JSR 303 Bean Validation).
EAN13Generator - Class in org.databene.domain.product
Generates 13-digits EAN codes.
EAN13Generator() - Constructor for class org.databene.domain.product.EAN13Generator
 
EAN13Generator(boolean) - Constructor for class org.databene.domain.product.EAN13Generator
 
EAN13Generator(boolean, boolean) - Constructor for class org.databene.domain.product.EAN13Generator
 
EAN13Validator - Class in org.databene.domain.product
Validates a 13-digit EAN code.
EAN13Validator() - Constructor for class org.databene.domain.product.EAN13Validator
 
EAN8 - Annotation Type in org.databene.domain.product
Marks a fied as 8-digit-EAN (for JSR 303 Bean Validation).
EAN8Generator - Class in org.databene.domain.product
Generates 8-digit EAN codes.
EAN8Generator() - Constructor for class org.databene.domain.product.EAN8Generator
 
EAN8Generator(boolean) - Constructor for class org.databene.domain.product.EAN8Generator
 
EAN8Generator(boolean, boolean) - Constructor for class org.databene.domain.product.EAN8Generator
 
EAN8Validator - Class in org.databene.domain.product
Validates an eight-digit EAN code.
EAN8Validator() - Constructor for class org.databene.domain.product.EAN8Validator
 
EANGenerator - Class in org.databene.domain.product
Generates EAN8 and EAN13 codes at the configured ratio.
EANGenerator() - Constructor for class org.databene.domain.product.EANGenerator
 
EANGenerator(boolean) - Constructor for class org.databene.domain.product.EANGenerator
 
EANValidator - Class in org.databene.domain.product
Validates an 8- or 13-digit EAN code.
EANValidator() - Constructor for class org.databene.domain.product.EANValidator
 
EASTERN - Static variable in class org.databene.domain.person.PersonFormatter
 
EchoParser - Class in org.databene.benerator.engine.parser.xml
Parses an <echo> element in a Benerator descriptor file.
EchoParser() - Constructor for class org.databene.benerator.engine.parser.xml.EchoParser
 
EchoStatement - Class in org.databene.benerator.engine.statement
Prints out a message to the console.
EchoStatement(Expression<String>, Expression<String>) - Constructor for class org.databene.benerator.engine.statement.EchoStatement
 
EclipseFolderLayout - Class in org.databene.benerator.archetype
FolderLayout for Eclipse.
EclipseFolderLayout() - Constructor for class org.databene.benerator.archetype.EclipseFolderLayout
 
ECUADOR - Static variable in class org.databene.domain.address.Country
 
EGYPT - Static variable in class org.databene.domain.address.Country
 
EL_ATTRIBUTE - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
EL_BEAN - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
EL_CASCADE - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
EL_COMMENT - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
EL_COMPOSITE_ID - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
EL_CONSUMER - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
EL_DATABASE - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
EL_DEFAULT_COMPONENTS - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
EL_ECHO - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
EL_ELSE - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
EL_ERROR - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
EL_EVALUATE - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
EL_EXECUTE - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
EL_GENERATE - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
EL_ID - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
EL_IF - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
EL_IMPORT - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
EL_INCLUDE - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
EL_ITERATE - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
EL_MEMSTORE - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
EL_PART - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
EL_PROPERTY - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
EL_REFERENCE - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
EL_RUN_TASK - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
EL_SETTING - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
EL_SETUP - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
EL_THEN - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
EL_TRANSCODE - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
EL_TRANSCODING_TASK - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
EL_VALUE - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
EL_VARIABLE - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
EL_WAIT - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
EL_WHILE - Static variable in interface org.databene.benerator.engine.DescriptorConstants
 
ELEMENT - Static variable in class org.databene.platform.xml.XMLSchemaDescriptorProvider
 
EMailAddressBuilder - Class in org.databene.domain.person
Generates email addresses for a random domain by a given person name.
EMailAddressBuilder(String) - Constructor for class org.databene.domain.person.EMailAddressBuilder
 
EMailAddressGenerator - Class in org.databene.domain.person
Generates EMail Addresses.
EMailAddressGenerator() - Constructor for class org.databene.domain.person.EMailAddressGenerator
 
EMailAddressGenerator(String) - Constructor for class org.databene.domain.person.EMailAddressGenerator
 
EMPTY_MARKER - Static variable in class org.databene.model.data.TypeDescriptor
 
emptyMarker - Variable in class org.databene.platform.xls.XLSEntityIterator
 
EmptyStatement - Class in org.databene.benerator.engine
Statement implementation that does not do anything, sometimes useful for testing.
EmptyStatement() - Constructor for class org.databene.benerator.engine.EmptyStatement
 
encoding - Variable in class org.databene.benerator.consumer.TextFileExporter
 
encoding - Variable in class org.databene.benerator.csv.WeightedDatasetCSVGenerator
 
encoding - Variable in class org.databene.benerator.primitive.TokenCombiner
 
ENCODING - Static variable in class org.databene.model.data.TypeDescriptor
 
Entity - Class in org.databene.model.data
Instance of a composite data type as described by a ComplexTypeDescriptor.
Entity(String, DescriptorProvider) - Constructor for class org.databene.model.data.Entity
 
Entity(String, DescriptorProvider, Object...) - Constructor for class org.databene.model.data.Entity
 
Entity(ComplexTypeDescriptor, Object...) - Constructor for class org.databene.model.data.Entity
 
Entity(Entity) - Constructor for class org.databene.model.data.Entity
 
Entity2ArrayConverter - Class in org.databene.platform.array
Converts an Entity's features values to an array of objects.
Entity2ArrayConverter() - Constructor for class org.databene.platform.array.Entity2ArrayConverter
 
Entity2ArrayConverter(String[]) - Constructor for class org.databene.platform.array.Entity2ArrayConverter
 
Entity2JavaConverter - Class in org.databene.platform.java
Converts entities and entity arrays to Java beans and bean arrays.
Entity2JavaConverter() - Constructor for class org.databene.platform.java.Entity2JavaConverter
 
Entity2MapConverter - Class in org.databene.platform.map
Converts an Entity to a Map.
Entity2MapConverter() - Constructor for class org.databene.platform.map.Entity2MapConverter
 
EntityGraphMutator - Class in org.databene.model.data
Builds and mutates graphs of entities.
EntityGraphMutator(String, ComplexTypeDescriptor) - Constructor for class org.databene.model.data.EntityGraphMutator
 
EntityPartSource - Class in org.databene.benerator.wrapper
EntitySource implementation that looks up an entity by its name (EntityPartSource.productName) in the context, accesses a 'part' component of it (by its EntityPartSource.partName), and provides the entities contained within in the form of a DataIterator.
EntityPartSource(String, String, BeneratorContext) - Constructor for class org.databene.benerator.wrapper.EntityPartSource
 
EntityPartSource.EntityPartIterator - Class in org.databene.benerator.wrapper
 
EntityPartSource.EntityPartIterator() - Constructor for class org.databene.benerator.wrapper.EntityPartSource.EntityPartIterator
 
EntityResultSetDataSource - Class in org.databene.platform.db
Iterates a ResultSet, returning Entities.
EntityResultSetDataSource(DataSource<ResultSet>, ComplexTypeDescriptor) - Constructor for class org.databene.platform.db.EntityResultSetDataSource
 
EntitySource - Interface in org.databene.model.data
Common interface for all Entity sources.
EntityTypeChanger - Class in org.databene.benerator.composite
Converts entities of arbitrary name to entities with a new name, keeping the attributes unchanged.
EntityTypeChanger(ComplexTypeDescriptor) - Constructor for class org.databene.benerator.composite.EntityTypeChanger
 
entrySet() - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
entrySet() - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
ENUMERATION - Static variable in class org.databene.platform.xml.XMLSchemaDescriptorProvider
 
equals(Object) - Method in class org.databene.benerator.archetype.Archetype
 
equals(Object) - Method in class org.databene.benerator.dataset.Dataset
 
equals(Object) - Method in class org.databene.benerator.distribution.FeatureWeight
 
equals(Object) - Method in class org.databene.benerator.PropertyMessage
 
equals(Object) - Method in class org.databene.benerator.wrapper.GeneratorWrapper
 
equals(Object) - Method in class org.databene.domain.address.Address
 
equals(Object) - Method in class org.databene.domain.address.City
 
equals(Object) - Method in class org.databene.domain.address.CityId
 
equals(Object) - Method in class org.databene.domain.address.Country
 
equals(Object) - Method in class org.databene.domain.address.PhoneNumber
 
equals(Object) - Method in class org.databene.domain.address.State
 
equals(Object) - Method in class org.databene.domain.lang.Noun
 
equals(Object) - Method in class org.databene.model.data.Entity
 
equals(Object) - Method in class org.databene.model.data.FeatureDescriptor
 
equals(Object) - Method in class org.databene.model.data.FeatureDetail
 
equals(Object) - Method in class org.databene.platform.xls.XLSEntityExporter
 
Equivalence - Annotation Type in org.databene.benerator.anno
Annotation that marks a test as equivalence partitioning test.
EquivalenceGeneratorFactory - Class in org.databene.benerator.factory
GeneratorFactory implementation which creates minimal data sets for Equivalence Partitioning and Boundary-value analysis Tests.
EquivalenceGeneratorFactory() - Constructor for class org.databene.benerator.factory.EquivalenceGeneratorFactory
 
EquivalenceStringGenerator<E> - Class in org.databene.benerator.primitive
Generator which generates Strings by first generating a part and a part count and the repeating the part the generated number of times.
EquivalenceStringGenerator(Generator<E>, NonNullGenerator<Integer>) - Constructor for class org.databene.benerator.primitive.EquivalenceStringGenerator
 
ERROR_THRESHOLD - Static variable in class org.databene.benerator.util.ValidatingGenerator
The number of invalid consecutive generations that causes an exception
errorHandler - Variable in class org.databene.benerator.engine.statement.RunTaskStatement
 
ErrorHandlerExpression - Class in org.databene.benerator.engine.expression
Parses an onError attribute in an XML descriptor element.
ErrorHandlerExpression(String, Expression<String>) - Constructor for class org.databene.benerator.engine.expression.ErrorHandlerExpression
 
ErrorParser - Class in org.databene.benerator.engine.parser.xml
Parses Benerator's <error> descriptor XML element and maps it to an ErrorStatement.
ErrorParser() - Constructor for class org.databene.benerator.engine.parser.xml.ErrorParser
 
ErrorStatement - Class in org.databene.benerator.engine.statement
Statement implementation that raises a BeneratorError and provides a result code for the operating system.
ErrorStatement(Expression<String>, Expression<Integer>) - Constructor for class org.databene.benerator.engine.statement.ErrorStatement
 
escalator - Variable in class org.databene.platform.array.Array2EntityConverter
 
ESTONIA - Static variable in class org.databene.domain.address.Country
 
evaluate(Context) - Method in class org.databene.benerator.engine.expression.BeneratorLocaleExpression
 
evaluate(Context) - Method in class org.databene.benerator.engine.expression.CachedExpression
 
evaluate(Context) - Method in class org.databene.benerator.engine.expression.context.ContextReference
 
evaluate(Context) - Method in class org.databene.benerator.engine.expression.context.DefaultPageSizeExpression
 
evaluate(Context) - Method in class org.databene.benerator.engine.expression.ErrorHandlerExpression
 
evaluate(Context) - Method in class org.databene.benerator.engine.expression.GeneratorExpression
 
evaluate(Context) - Method in class org.databene.benerator.engine.expression.ScriptableExpression
 
evaluate(Context) - Method in class org.databene.benerator.engine.expression.ScriptableLiteral
 
evaluate(Context) - Method in class org.databene.benerator.engine.expression.ScriptExpression
 
evaluate(Context) - Method in class org.databene.benerator.engine.expression.xml.XMLConsumerExpression
 
evaluate(Context) - Method in class org.databene.benerator.engine.parser.xml.SettingParser.SourceExpression
 
evaluate(Context) - Method in class org.databene.benerator.engine.statement.MutatingTypeExpression
 
evaluate(Context) - Method in class org.databene.benerator.script.BeneratorScript
 
evaluatePageListeners(Context) - Method in class org.databene.benerator.engine.statement.GenerateOrIterateStatement
 
EvaluateParser - Class in org.databene.benerator.engine.parser.xml
Parses an <evaluate> element in a Benerator descriptor file.
EvaluateParser() - Constructor for class org.databene.benerator.engine.parser.xml.EvaluateParser
 
EvaluateStatement - Class in org.databene.benerator.engine.statement
Executes an <evaluate/> from an XML descriptor.
EvaluateStatement(boolean, Expression<String>, Expression<String>, Expression<String>, Expression<String>, Expression<?>, Expression<Character>, Expression<String>, Expression<String>, Expression<Boolean>, Expression<Boolean>, Expression<?>) - Constructor for class org.databene.benerator.engine.statement.EvaluateStatement
 
excludeSeed - Variable in class org.databene.benerator.primitive.TokenCombiner
 
exec(List) - Method in class org.databene.platform.ftl.DateSumMethod
 
exec(List) - Method in class org.databene.platform.ftl.NowMethod
 
execute(BeneratorContext) - Method in class org.databene.benerator.composite.AbstractComponentBuilder
 
execute(BeneratorContext) - Method in class org.databene.benerator.composite.AlternativeComponentBuilder
 
execute(BeneratorContext) - Method in class org.databene.benerator.composite.ComponentBuilderProxy
 
execute(BeneratorContext) - Method in class org.databene.benerator.composite.ConditionalComponentBuilder
 
execute(BeneratorContext) - Method in class org.databene.benerator.composite.Variable
 
execute(BeneratorContext) - Method in class org.databene.benerator.engine.BeneratorRootStatement
 
execute(BeneratorContext) - Method in class org.databene.benerator.engine.CurrentProductGeneration
 
execute(BeneratorRootStatement) - Method in class org.databene.benerator.engine.DescriptorRunner
 
execute(BeneratorContext) - Method in class org.databene.benerator.engine.EmptyStatement
 
execute(BeneratorContext) - Method in class org.databene.benerator.engine.statement.BeanStatement
 
execute(BeneratorContext) - Method in class org.databene.benerator.engine.statement.BeepStatement
 
execute(BeneratorContext) - Method in class org.databene.benerator.engine.statement.CascadeStatement
 
execute(BeneratorContext) - Method in class org.databene.benerator.engine.statement.CommentStatement
 
execute(BeneratorContext) - Method in class org.databene.benerator.engine.statement.ConsumptionStatement
 
execute(BeneratorContext) - Method in class org.databene.benerator.engine.statement.ConversionStatement
 
execute(BeneratorContext) - Method in class org.databene.benerator.engine.statement.DefineDatabaseStatement
 
execute(BeneratorContext) - Method in class org.databene.benerator.engine.statement.EchoStatement
 
execute(BeneratorContext) - Method in class org.databene.benerator.engine.statement.ErrorStatement
 
execute(BeneratorContext) - Method in class org.databene.benerator.engine.statement.EvaluateStatement
 
execute(BeneratorContext) - Method in interface org.databene.benerator.engine.Statement
 
execute(Context, ErrorHandler) - Method in class org.databene.benerator.engine.statement.GenerateAndConsumeTask
 
execute(BeneratorContext) - Method in class org.databene.benerator.engine.statement.GenerateOrIterateStatement
 
execute(BeneratorContext) - Method in class org.databene.benerator.engine.statement.IfStatement
 
execute(BeneratorContext) - Method in class org.databene.benerator.engine.statement.ImportStatement
 
execute(BeneratorContext) - Method in class org.databene.benerator.engine.statement.IncludeStatement
 
execute(BeneratorContext) - Method in class org.databene.benerator.engine.statement.LazyStatement
 
execute(BeneratorContext) - Method in class org.databene.benerator.engine.statement.MemStoreStatement
 
execute(BeneratorContext) - Method in class org.databene.benerator.engine.statement.RunTaskStatement
 
execute(BeneratorContext) - Method in class org.databene.benerator.engine.statement.SequentialStatement
 
execute(BeneratorContext) - Method in class org.databene.benerator.engine.statement.SetSettingStatement
 
execute(BeneratorContext) - Method in class org.databene.benerator.engine.statement.StatementProxy
 
execute(BeneratorContext) - Method in class org.databene.benerator.engine.statement.TimedGeneratorStatement
 
execute(BeneratorContext) - Method in class org.databene.benerator.engine.statement.TranscodeStatement
 
execute(BeneratorContext) - Method in class org.databene.benerator.engine.statement.TranscodingTaskStatement
 
execute(BeneratorContext) - Method in class org.databene.benerator.engine.statement.ValidationStatement
 
execute(BeneratorContext) - Method in class org.databene.benerator.engine.statement.WaitStatement
 
execute(BeneratorContext) - Method in class org.databene.benerator.engine.statement.WhileStatement
 
execute(String) - Method in class org.databene.benerator.storage.AbstractStorageSystem
 
execute(String) - Method in interface org.databene.benerator.StorageSystem
Executes a command on the storage system
execute(Context, ErrorHandler) - Method in class org.databene.platform.contiperf.PerfTrackingTaskProxy
 
execute(String) - Method in class org.databene.platform.db.DBSystem
 
execute(Context, ErrorHandler) - Method in class org.databene.platform.file.FileDeleter
 
execute(Context, ErrorHandler) - Method in class org.databene.platform.file.FileJoiner
 
execute(Context, ErrorHandler) - Method in class org.databene.task.RunnableTask
 
execute(Context, ErrorHandler) - Method in class org.databene.task.SequentialTask
 
execute(Context, ErrorHandler) - Method in class org.databene.task.StateTrackingTaskProxy
 
execute(Context, ErrorHandler) - Method in class org.databene.task.SynchronizedTask
 
execute(Context, ErrorHandler) - Method in interface org.databene.task.Task
Executes the task's work, possibly interacting with the context.
execute(Task, Context, Long, Long, List<PageListener>, long, boolean, ErrorHandler, boolean) - Static method in class org.databene.task.TaskExecutor
 
execute(Context, ErrorHandler) - Method in class org.databene.task.TaskProxy
 
execute(Context, ErrorHandler) - Method in class org.databene.task.TimedTask
 
executeStepAndAssertAvailability(Task, Context) - Static method in class org.databene.task.test.AbstractTaskTest
 
executeStepAndAssertUnavailability(Task, Context) - Static method in class org.databene.task.test.AbstractTaskTest
 
executeSubStatements(BeneratorContext) - Method in class org.databene.benerator.engine.statement.SequentialStatement
 
executeTask(Long, Long, Long, List<PageListener>, ErrorHandler) - Method in class org.databene.benerator.engine.statement.GenerateOrIterateStatement
 
executorService - Variable in class org.databene.benerator.engine.DefaultBeneratorContext
 
exit() - Method in class org.databene.benerator.gui.CreateProjectPanel
 
exit() - Method in class org.databene.benerator.main.BeneratorGUI.BeneratorGUIFrame
 
EXIT_CODE_ERROR - Static variable in interface org.databene.benerator.BeneratorConstants
 
EXIT_CODE_NORMAL - Static variable in interface org.databene.benerator.BeneratorConstants
 
EXPAND_SEQUENCE - Static variable in class org.databene.benerator.distribution.SequenceManager
 
ExpandGeneratorProxy<E> - Class in org.databene.benerator.distribution.sequence
GeneratorProxy implementation that supports distribution of unlimited data volumes (provided by a source generator) in a unique or non-unique manner.
ExpandGeneratorProxy(Generator<E>, float) - Constructor for class org.databene.benerator.distribution.sequence.ExpandGeneratorProxy
 
ExpandGeneratorProxy(Generator<E>, float, int) - Constructor for class org.databene.benerator.distribution.sequence.ExpandGeneratorProxy
 
ExpandGeneratorProxy(Generator<E>, float, int, int) - Constructor for class org.databene.benerator.distribution.sequence.ExpandGeneratorProxy
 
ExpandSequence - Class in org.databene.benerator.distribution.sequence
Sequence implementation that makes use of Benerator's ExpandGeneratorProxy for distributing data of unlimited volume in a unique or non-unique manner.
ExpandSequence() - Constructor for class org.databene.benerator.distribution.sequence.ExpandSequence
 
ExpandSequence(Float) - Constructor for class org.databene.benerator.distribution.sequence.ExpandSequence
 
ExpandSequence(Integer, Integer) - Constructor for class org.databene.benerator.distribution.sequence.ExpandSequence
 
ExpandSequence(Integer, Float, Integer) - Constructor for class org.databene.benerator.distribution.sequence.ExpandSequence
 
expectGeneratedSequence(Generator<T>, T...) - Static method in class org.databene.benerator.test.GeneratorTest
 
expectGeneratedSequenceOnce(Generator<T>, T...) - Static method in class org.databene.benerator.test.GeneratorTest
 
expectGeneratedSet(Generator<T>, int, T...) - Method in class org.databene.benerator.test.GeneratorTest
 
expectGenerations(Generator<T>, int, Validator...) - Method in class org.databene.benerator.test.GeneratorTest
 
expectRange(Generator<T>, int, T, T) - Method in class org.databene.benerator.test.GeneratorTest
 
expectRangeOnce(Generator<T>, int, T, T) - Method in class org.databene.benerator.test.GeneratorTest
 
expectRelativeWeights(Generator<?>, int, Object...) - Static method in class org.databene.benerator.test.GeneratorTest
 
expectUniqueGenerations(Generator<T>, int) - Method in class org.databene.benerator.test.GeneratorTest
 
expectUniquelyGeneratedSet(Generator<T>, T...) - Method in class org.databene.benerator.test.GeneratorTest
 
expectUniqueProducts(Generator<T>, int) - Method in class org.databene.benerator.test.GeneratorTest
 
explicitlyMappedAnnotation(Annotation) - Static method in class org.databene.benerator.anno.AnnotationMapper
 
ExponentialDensityIntegral - Class in org.databene.benerator.distribution.cumulative
Inverse of the integral of the probability density f(x) = a e^{-ax} (x > 0), which resolves to F^{-1}(x) = - log(1 - x) / a.
ExponentialDensityIntegral(double) - Constructor for class org.databene.benerator.distribution.cumulative.ExponentialDensityIntegral
 
ExponentialFunction - Class in org.databene.benerator.distribution.function
Exponential function. a * e^bx.
ExponentialFunction(double) - Constructor for class org.databene.benerator.distribution.function.ExponentialFunction
 
ExponentialFunction(double, double) - Constructor for class org.databene.benerator.distribution.function.ExponentialFunction
 
export(String, String, String, String, String, String, String, String) - Static method in class org.databene.benerator.main.DBSnapshotTool
 
export(String, String, String, String, String, String, String, String, String, ProgressMonitor) - Static method in class org.databene.benerator.main.DBSnapshotTool
 
ExpressionBasedGenerator<E> - Class in org.databene.benerator.util
Evaluates an Expression on each call to ExpressionBasedGenerator.generate(ProductWrapper) and returns its results.
ExpressionBasedGenerator(Expression<E>, Class<E>) - Constructor for class org.databene.benerator.util.ExpressionBasedGenerator
 
EXTENSION - Static variable in class org.databene.platform.xml.XMLSchemaDescriptorProvider
 
extractValues(Collection<WeightedSample<T>>) - Static method in class org.databene.benerator.factory.FactoryUtil
 
extractValues(List<WeightedSample<T>>) - Static method in class org.databene.benerator.sample.SampleGeneratorUtil
 

F

Factory - Annotation Type in org.databene.benerator.anno
Declares a GeneratorFactory to use for testing.
factoryFor(TypeDescriptor) - Static method in class org.databene.benerator.factory.MetaGeneratorFactory
 
FactoryUtil - Class in org.databene.benerator.factory
Provides utility methods for Generator factories.
FactoryUtil() - Constructor for class org.databene.benerator.factory.FactoryUtil
 
fallback - Variable in class org.databene.benerator.dataset.AbstractDatasetGenerator
 
fallbackRegionName() - Static method in class org.databene.benerator.dataset.DatasetUtil
 
FamilyNameGenerator - Class in org.databene.domain.person
Generates family names.
FamilyNameGenerator() - Constructor for class org.databene.domain.person.FamilyNameGenerator
 
FamilyNameGenerator(String) - Constructor for class org.databene.domain.person.FamilyNameGenerator
 
FamilyNameGenerator(String, String, String) - Constructor for class org.databene.domain.person.FamilyNameGenerator
 
fax - Variable in class org.databene.domain.address.Address
 
FeatureDescriptor - Class in org.databene.model.data
Common parent class of all descriptors.
FeatureDescriptor(String, DescriptorProvider) - Constructor for class org.databene.model.data.FeatureDescriptor
 
FeatureDetail<E> - Class in org.databene.model.data
A FeatureDescriptor is composed og FeatureDetails, which have name, value and type.
FeatureDetail(String, Class<E>, boolean) - Constructor for class org.databene.model.data.FeatureDetail
 
FeatureDetail(String, Class<E>, boolean, Operation<E, E>) - Constructor for class org.databene.model.data.FeatureDetail
 
FeatureDetail(String, Class<E>, boolean, Operation<E, E>, boolean) - Constructor for class org.databene.model.data.FeatureDetail
 
FeatureWeight - Class in org.databene.benerator.distribution
Implements the IndividualWeight function for arbitrary feature names, supporting e.g. properties, attributes, or Map keys.
FeatureWeight() - Constructor for class org.databene.benerator.distribution.FeatureWeight
 
FeatureWeight(String) - Constructor for class org.databene.benerator.distribution.FeatureWeight
 
FemaleFamilyNameConverter - Class in org.databene.domain.person
Can convert the male form of a family name to the female form by a suffix mapping.
FemaleFamilyNameConverter() - Constructor for class org.databene.domain.person.FemaleFamilyNameConverter
 
FemaleFamilyNameConverter(String) - Constructor for class org.databene.domain.person.FemaleFamilyNameConverter
 
fetchNext(Generator<E>) - Method in class org.databene.benerator.util.GeneratorIterator
 
fetchSequenceValue() - Method in class org.databene.platform.db.AbstractSequenceGenerator
 
FIBONACCI_SEQUENCE - Static variable in class org.databene.benerator.distribution.SequenceManager
 
FibonacciLongGenerator - Class in org.databene.domain.math
Generates Fibonacci Numbers.
FibonacciLongGenerator(Long, Long, boolean) - Constructor for class org.databene.domain.math.FibonacciLongGenerator
 
FibonacciSequence - Class in org.databene.domain.math
Sequence-based implementation of the Fibonacci Sequence

Created at 03.07.2009 10:43:09
FibonacciSequence() - Constructor for class org.databene.domain.math.FibonacciSequence
 
FileBasedEntitySource - Class in org.databene.model.data
Parent class for EntitySources that import entities from files.
FileBasedEntitySource(String) - Constructor for class org.databene.model.data.FileBasedEntitySource
 
FileBasedEntitySource(String, BeneratorContext) - Constructor for class org.databene.model.data.FileBasedEntitySource
 
FileBuilder - Class in org.databene.benerator.file
Calls a Generator several times and writes its output to a DocumentWriter.
FileBuilder() - Constructor for class org.databene.benerator.file.FileBuilder
 
FileContentGenerator<E> - Class in org.databene.benerator.file
Abstract parent class for generators that generate products based on concrete files.
FileContentGenerator() - Constructor for class org.databene.benerator.file.FileContentGenerator
 
FileDeleter - Class in org.databene.platform.file
Deletes one or more files.
FileDeleter() - Constructor for class org.databene.platform.file.FileDeleter
 
FileExporter - Interface in org.databene.benerator.consumer
Common interface for all classes that export .
FileGenerator - Class in org.databene.benerator.file
Generates File objects which represent files and/or directories in a parent directory.
FileGenerator() - Constructor for class org.databene.benerator.file.FileGenerator
 
FileGenerator(String, String, boolean, boolean, boolean) - Constructor for class org.databene.benerator.file.FileGenerator
 
FileJoiner - Class in org.databene.platform.file
Joins several source files into a destination file.
FileJoiner() - Constructor for class org.databene.platform.file.FileJoiner
 
FileNameGenerator - Class in org.databene.benerator.file
Generates file and/or directory names out of a directory.
FileNameGenerator() - Constructor for class org.databene.benerator.file.FileNameGenerator
 
FileNameGenerator(String, String, boolean, boolean, boolean) - Constructor for class org.databene.benerator.file.FileNameGenerator
 
filenameOfDataset(String, String) - Static method in class org.databene.benerator.dataset.DatasetUtil
 
filenamePattern - Variable in class org.databene.benerator.csv.WeightedDatasetCSVGenerator
 
filter - Variable in class org.databene.benerator.file.FileContentGenerator
 
FILTER - Static variable in class org.databene.model.data.TypeDescriptor
 
FilterExDataSource<E> - Class in org.databene.benerator.util
Iterable proxy which creates Iterators that filter their output with a (boolean) filter expression.
FilterExDataSource(DataSource<E>, Expression<Boolean>, Context) - Constructor for class org.databene.benerator.util.FilterExDataSource
 
FilterExIterator<E> - Class in org.databene.benerator.util
Iterator proxy which filters its source's output with a (boolean) filter expression.
FilterExIterator(DataIterator<E>, Expression<Boolean>, Context) - Constructor for class org.databene.benerator.util.FilterExIterator
 
FilteringGenerator<E> - Class in org.databene.benerator.util
Generator proxy which takes the input of another Generator and only passes it if a boolean expression evaluates to true.
FilteringGenerator(Generator<E>, Expression<Boolean>) - Constructor for class org.databene.benerator.util.FilteringGenerator
 
FINISH_CONSUMING - Static variable in class org.databene.benerator.test.ConsumerMock
 
finishConsuming(ProductWrapper<?>) - Method in class org.databene.benerator.consumer.AbstractConsumer
 
finishConsuming(ProductWrapper<?>) - Method in class org.databene.benerator.consumer.ConsumerChain
 
finishConsuming(ProductWrapper<?>) - Method in class org.databene.benerator.consumer.ConsumerProxy
 
finishConsuming(ProductWrapper<?>) - Method in interface org.databene.benerator.Consumer
Starts consumption of an object.
finishConsuming(ProductWrapper<?>) - Method in class org.databene.benerator.consumer.MappingEntityConsumer
 
finishConsuming(ProductWrapper<?>) - Method in class org.databene.platform.contiperf.PerfTrackingConsumer
 
finishConsumingCount - Variable in class org.databene.benerator.test.ConsumerMock
 
finishProductConsumption(Object) - Method in class org.databene.benerator.consumer.AbstractConsumer
 
finishProductConsumption(Object) - Method in class org.databene.benerator.consumer.LoggingConsumer
 
finishProductConsumption(Object) - Method in class org.databene.benerator.test.ConsumerMock
 
finishProductConsumption(Object) - Method in class org.databene.platform.xml.XMLEntityExporter
 
FINLAND - Static variable in class org.databene.domain.address.Country
 
fixChecksum(String) - Static method in class org.databene.domain.finance.IBANUtil
 
FixedWidthEntityExporter - Class in org.databene.platform.fixedwidth
Exports Entities to fixed-width files.
FixedWidthEntityExporter() - Constructor for class org.databene.platform.fixedwidth.FixedWidthEntityExporter
 
FixedWidthEntityExporter(String, String) - Constructor for class org.databene.platform.fixedwidth.FixedWidthEntityExporter
 
FixedWidthEntityExporter(String, String, String) - Constructor for class org.databene.platform.fixedwidth.FixedWidthEntityExporter
 
FixedWidthEntitySource - Class in org.databene.platform.fixedwidth
Reads Entities from a fixed-width file.
FixedWidthEntitySource() - Constructor for class org.databene.platform.fixedwidth.FixedWidthEntitySource
 
FixedWidthEntitySource(String, ComplexTypeDescriptor, String, String, FixedWidthColumnDescriptor...) - Constructor for class org.databene.platform.fixedwidth.FixedWidthEntitySource
 
FixedWidthEntitySource(String, ComplexTypeDescriptor, Converter<String, String>, String, String, FixedWidthColumnDescriptor...) - Constructor for class org.databene.platform.fixedwidth.FixedWidthEntitySource
 
FlatDbUnitEntityIterator - Class in org.databene.platform.dbunit
Parses a flat DbUnit dataset file.
FlatDbUnitEntityIterator(String, BeneratorContext) - Constructor for class org.databene.platform.dbunit.FlatDbUnitEntityIterator
 
FlatFileEntityExporter - Class in org.databene.platform.flat
Deprecated. Replaced with class FixedWidthEntityExporter
FlatFileEntityExporter() - Constructor for class org.databene.platform.flat.FlatFileEntityExporter
Deprecated.  
FlatFileEntityExporter(String, String, String) - Constructor for class org.databene.platform.flat.FlatFileEntityExporter
Deprecated.  
FlatFileEntityExporter(String, String) - Constructor for class org.databene.platform.flat.FlatFileEntityExporter
Deprecated.  
FlatFileEntitySource - Class in org.databene.platform.flat
Deprecated. The class has been replaced with FixedWidthEntitySource
FlatFileEntitySource() - Constructor for class org.databene.platform.flat.FlatFileEntitySource
Deprecated.  
FlatFileEntitySource(String, ComplexTypeDescriptor, Converter<String, String>, String, String, FixedWidthColumnDescriptor...) - Constructor for class org.databene.platform.flat.FlatFileEntitySource
Deprecated.  
FlatFileEntitySource(String, ComplexTypeDescriptor, String, String, FixedWidthColumnDescriptor...) - Constructor for class org.databene.platform.flat.FlatFileEntitySource
Deprecated.  
FloatingPointQuantizer<E extends java.lang.Number> - Class in org.databene.benerator.primitive.number
Quantizes floating point numbers (Double or Float) to be min plus an integral multiple of granularity.
FloatingPointQuantizer(Class<E>, Double, double) - Constructor for class org.databene.benerator.primitive.number.FloatingPointQuantizer
 
flush() - Method in class org.databene.benerator.consumer.AbstractConsumer
 
flush() - Method in class org.databene.benerator.consumer.BadDataConsumer
 
flush() - Method in class org.databene.benerator.consumer.ConsumerChain
 
flush() - Method in class org.databene.benerator.consumer.ConsumerProxy
 
flush() - Method in interface org.databene.benerator.Consumer
Is called by Benerator for advising the Consumer to finish processing of the objects consumed so far.
flush() - Method in class org.databene.benerator.consumer.LoggingConsumer
 
flush() - Method in class org.databene.benerator.consumer.TextFileExporter
 
flush() - Method in class org.databene.benerator.storage.StorageSystemConsumer
 
flush() - Method in interface org.databene.benerator.StorageSystem
Assures that all data that has been StorageSystem.store(Entity)d, is send to the target system.
FLUSH - Static variable in class org.databene.benerator.test.ConsumerMock
 
flush() - Method in class org.databene.benerator.test.ConsumerMock
 
flush() - Method in class org.databene.platform.contiperf.PerfTrackingConsumer
 
flush() - Method in class org.databene.platform.db.DefaultDBSystem
 
flush() - Method in class org.databene.platform.dbunit.DbUnitEntityExporter
 
flush() - Method in class org.databene.platform.fixedwidth.FixedWidthEntityExporter
 
flush() - Method in class org.databene.platform.memstore.MemStore
 
flush() - Method in class org.databene.platform.xml.XMLEntityExporter
 
flushCount - Variable in class org.databene.benerator.test.ConsumerMock
 
FolderLayout - Interface in org.databene.benerator.archetype
Provides informations where to put which source file types in a project.
format(Object) - Method in class org.databene.benerator.consumer.FormattingConsumer
 
FORMAT - Static variable in class org.databene.benerator.main.DBSnapshotTool
 
format(T) - Method in class org.databene.benerator.test.GeneratorTest
 
format(Address) - Method in class org.databene.domain.address.AddressFormat
 
format(Object, StringBuffer, FieldPosition) - Method in class org.databene.domain.address.PhoneNumberFormat
 
format(Person) - Method in class org.databene.domain.person.PersonFormatter
 
Format - Enum in org.databene.model.data
Enumeration for import formats.
FORMAT - Static variable in class org.databene.model.data.TypeDescriptor
 
formatted - Variable in class org.databene.platform.xls.XLSEntityIterator
 
FormattingConsumer - Class in org.databene.benerator.consumer
Provides a datePattern property for child classes.
FormattingConsumer() - Constructor for class org.databene.benerator.consumer.FormattingConsumer
 
forName(String) - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
forName(String) - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
forName(String) - Method in interface org.databene.benerator.GeneratorContext
 
FRANCE - Static variable in class org.databene.domain.address.Country
 
FRIDAY - Static variable in annotation type org.databene.benerator.primitive.datetime.DayOfWeek
 
fullLocaleCharSet(String, Locale) - Static method in class org.databene.benerator.factory.FactoryUtil
 

G

GaussianFunction - Class in org.databene.benerator.distribution.function
Gaussian Function. 1/(deviation*sqrt(2PI)) * e^(-(x - average)^2/(4 * deviation^2)).
GaussianFunction(double, double) - Constructor for class org.databene.benerator.distribution.function.GaussianFunction
Fully Initializes the function
Gender - Enum in org.databene.domain.person
Represents a person's gender.
GenderConverter - Class in org.databene.domain.person
Converts a Gender enumeration value to a configurable String.
GenderConverter() - Constructor for class org.databene.domain.person.GenderConverter
 
GenderConverter(String, String) - Constructor for class org.databene.domain.person.GenderConverter
 
GenderGenerator - Class in org.databene.domain.person
Generates Gender objects.
GenderGenerator() - Constructor for class org.databene.domain.person.GenderGenerator
 
GenderGenerator(double) - Constructor for class org.databene.domain.person.GenderGenerator
 
generate() - Method in class org.databene.benerator.composite.BlankArrayGenerator
 
generate(ProductWrapper<Entity>) - Method in class org.databene.benerator.composite.BlankEntityGenerator
 
generate(ProductWrapper<Entity>) - Method in class org.databene.benerator.composite.SimpleTypeEntityGenerator
 
generate(ProductWrapper<Object>) - Method in class org.databene.benerator.composite.SimplifyingSingleSourceArrayGenerator
 
generate(ProductWrapper<E>) - Method in class org.databene.benerator.composite.SourceAwareGenerator
 
generate(ProductWrapper<E>) - Method in class org.databene.benerator.dataset.AtomicDatasetGenerator
 
generate(ProductWrapper<E>) - Method in class org.databene.benerator.dataset.CompositeDatasetGenerator
 
generate() - Method in class org.databene.benerator.distribution.CumulativeDistributionFunction.IPINumberGenerator
 
generate() - Method in class org.databene.benerator.distribution.sequence.BitReverseLongGenerator
 
generate() - Method in class org.databene.benerator.distribution.sequence.BitReverseNaturalNumberGenerator
 
generate() - Method in class org.databene.benerator.distribution.sequence.CumulatedDoubleGenerator
 
generate() - Method in class org.databene.benerator.distribution.sequence.CumulatedLongGenerator
 
generate(ProductWrapper<E>) - Method in class org.databene.benerator.distribution.sequence.ExpandGeneratorProxy
 
generate(ProductWrapper<E>) - Method in class org.databene.benerator.distribution.sequence.PredefinedSequenceGenerator
 
generate() - Method in class org.databene.benerator.distribution.sequence.RandomBigDecimalGenerator
 
generate() - Method in class org.databene.benerator.distribution.sequence.RandomBigIntegerGenerator
 
generate(BigInteger, BigInteger, BigInteger) - Static method in class org.databene.benerator.distribution.sequence.RandomBigIntegerGenerator
 
generate() - Method in class org.databene.benerator.distribution.sequence.RandomDoubleGenerator
 
generate() - Method in class org.databene.benerator.distribution.sequence.RandomIntegerGenerator
 
generate(int, int, int) - Static method in class org.databene.benerator.distribution.sequence.RandomIntegerGenerator
 
generate() - Method in class org.databene.benerator.distribution.sequence.RandomLongGenerator
 
generate(long, long, long) - Static method in class org.databene.benerator.distribution.sequence.RandomLongGenerator
 
generate() - Method in class org.databene.benerator.distribution.sequence.RandomWalkDoubleGenerator
 
generate() - Method in class org.databene.benerator.distribution.sequence.RandomWalkLongGenerator
 
generate() - Method in class org.databene.benerator.distribution.sequence.ShuffleDoubleGenerator
 
generate() - Method in class org.databene.benerator.distribution.sequence.ShuffleLongGenerator
 
generate() - Method in class org.databene.benerator.distribution.sequence.StepDoubleGenerator
 
generate() - Method in class org.databene.benerator.distribution.sequence.StepLongGenerator
 
generate() - Method in class org.databene.benerator.distribution.sequence.WedgeDoubleGenerator
 
generate() - Method in class org.databene.benerator.distribution.sequence.WedgeLongGenerator
 
generate() - Method in class org.databene.benerator.distribution.WeightedDoubleGenerator
 
generate() - Method in class org.databene.benerator.distribution.WeightedLongGenerator
 
generate(ProductWrapper<Object>) - Method in class org.databene.benerator.engine.TaskBasedGenerator
 
generate() - Method in class org.databene.benerator.file.BinaryFileContentGenerator
 
generate() - Method in class org.databene.benerator.file.FileNameGenerator
 
generate() - Method in class org.databene.benerator.file.TextFileContentGenerator
 
generate(ProductWrapper<File>) - Method in class org.databene.benerator.file.XMLFileGenerator
 
generate(ProductWrapper<E>) - Method in interface org.databene.benerator.Generator
Returns an instance of the generic type E, using the ProductWrapper instance provided as argument.
generate() - Method in interface org.databene.benerator.NonNullGenerator
 
generate() - Method in class org.databene.benerator.primitive.BooleanGenerator
generates boolean values with a quota of true values according to the trueQuota property
generate() - Method in class org.databene.benerator.primitive.CharacterGenerator
 
generate() - Method in class org.databene.benerator.primitive.datetime.CurrentDateGenerator
 
generate() - Method in class org.databene.benerator.primitive.datetime.CurrentDateTimeGenerator
 
generate() - Method in class org.databene.benerator.primitive.datetime.CurrentMilliTimeGenerator
 
generate() - Method in class org.databene.benerator.primitive.datetime.CurrentNanoTimeGenerator
 
generate() - Method in class org.databene.benerator.primitive.datetime.CurrentTimeGenerator
 
generate() - Method in class org.databene.benerator.primitive.datetime.DateGenerator
Generates a Date by creating a millisecond value from the source generator and wrapping it into a Date
generate(ProductWrapper<Date>) - Method in class org.databene.benerator.primitive.datetime.DateTimeGenerator
 
generate() - Method in class org.databene.benerator.primitive.datetime.DateTimeGenerator
 
generate() - Method in class org.databene.benerator.primitive.datetime.DayGenerator
 
generate(ProductWrapper<String>) - Method in class org.databene.benerator.primitive.EquivalenceStringGenerator
 
generate() - Method in class org.databene.benerator.primitive.EquivalenceStringGenerator
 
generate() - Method in class org.databene.benerator.primitive.HibUUIDGenerator
 
generate() - Method in class org.databene.benerator.primitive.HiLoGenerator
 
generate() - Method in class org.databene.benerator.primitive.IncrementalIdGenerator
 
generate() - Method in class org.databene.benerator.primitive.IncrementalIntsGenerator
 
generate() - Method in class org.databene.benerator.primitive.IncrementalStringGenerator
 
generate() - Method in class org.databene.benerator.primitive.IncrementGenerator
 
generate() - Method in class org.databene.benerator.primitive.LocalSequenceGenerator
 
generate() - Method in class org.databene.benerator.primitive.LuhnGenerator
 
generate() - Method in class org.databene.benerator.primitive.number.RecurrenceRelationNumberGenerator
 
generate(ProductWrapper<String>) - Method in class org.databene.benerator.primitive.RandomVarLengthStringGenerator
 
generate() - Method in class org.databene.benerator.primitive.RandomVarLengthStringGenerator
 
generate(ProductWrapper<Object>) - Method in class org.databene.benerator.primitive.ScriptGenerator
 
generate() - Method in class org.databene.benerator.primitive.SeedSentenceGenerator
 
generate() - Method in class org.databene.benerator.primitive.SeedWordGenerator
 
generate() - Method in class org.databene.benerator.primitive.StringGenerator
 
generate() - Method in class org.databene.benerator.primitive.TokenCombiner
 
generate() - Method in class org.databene.benerator.primitive.UniqueFixedLengthStringGenerator
 
generate() - Method in class org.databene.benerator.primitive.UniqueIntsGenerator
 
generate(ProductWrapper<String>) - Method in class org.databene.benerator.primitive.UniqueScrambledStringGenerator
 
generate() - Method in class org.databene.benerator.primitive.UniqueScrambledStringGenerator
 
generate() - Method in class org.databene.benerator.primitive.UUIDGenerator
 
generate(ProductWrapper<E>) - Method in class org.databene.benerator.sample.AttachedWeightSampleGenerator
 
generate(ProductWrapper<E>) - Method in class org.databene.benerator.sample.ConstantGenerator
Returns the value of property 'value'
generate(ProductWrapper<E>) - Method in class org.databene.benerator.sample.IndividualWeightSampleGenerator
 
generate() - Method in class org.databene.benerator.sample.NonNullSampleGenerator
 
generate(ProductWrapper<E>) - Method in class org.databene.benerator.sample.OneShotGenerator
 
generate(ProductWrapper<E>) - Method in class org.databene.benerator.sample.SampleGenerator
 
generate(T...) - Static method in class org.databene.benerator.sample.SampleGenerator
Convenience utility method that chooses one sample out of a list with uniform random distribution
generate(List<T>) - Static method in class org.databene.benerator.sample.SampleGenerator
Convenience utility method that chooses one sample out of a list with uniform random distribution
generate() - Method in class org.databene.benerator.sample.SeedGenerator
 
generate(ProductWrapper<E>) - Method in class org.databene.benerator.sample.SequenceGenerator
 
generate() - Method in class org.databene.benerator.sample.StateGenerator
 
generate(ProductWrapper<Transition>) - Method in class org.databene.benerator.sample.StateTransitionGenerator
 
generate(ProductWrapper<E>) - Method in class org.databene.benerator.util.AbstractNonNullGenerator
 
generate() - Method in class org.databene.benerator.util.AbstractNonNullGenerator
 
generate(ProductWrapper<E>) - Method in class org.databene.benerator.util.ExpressionBasedGenerator
 
generate(ProductWrapper<E>) - Method in class org.databene.benerator.util.FilteringGenerator
 
generate() - Method in class org.databene.benerator.util.GeneratingConverter
 
generate(ProductWrapper<P>) - Method in class org.databene.benerator.util.ValidatingGenerator
Generator implementation that calls generateImpl() to generate values and validator.validate() in order to validate them.
generate(ProductWrapper<P>) - Method in class org.databene.benerator.wrapper.AccessingGenerator
 
generate(ProductWrapper<E>) - Method in class org.databene.benerator.wrapper.AlternativeGenerator
 
generate(ProductWrapper<BigDecimal>) - Method in class org.databene.benerator.wrapper.AsBigDecimalGeneratorWrapper
 
generate(ProductWrapper<BigInteger>) - Method in class org.databene.benerator.wrapper.AsBigIntegerGeneratorWrapper
 
generate(ProductWrapper<Byte>) - Method in class org.databene.benerator.wrapper.AsByteGeneratorWrapper
 
generate(ProductWrapper<Double>) - Method in class org.databene.benerator.wrapper.AsDoubleGeneratorWrapper
 
generate(ProductWrapper<Float>) - Method in class org.databene.benerator.wrapper.AsFloatGeneratorWrapper
 
generate(ProductWrapper<Integer>) - Method in class org.databene.benerator.wrapper.AsIntegerGeneratorWrapper
 
generate(ProductWrapper<Long>) - Method in class org.databene.benerator.wrapper.AsLongGeneratorWrapper
 
generate() - Method in class org.databene.benerator.wrapper.AsNonNullGenerator
 
generate(ProductWrapper<Short>) - Method in class org.databene.benerator.wrapper.AsShortGeneratorWrapper
 
generate(ProductWrapper<byte[]>) - Method in class org.databene.benerator.wrapper.ByteArrayGenerator
 
generate(ProductWrapper<C>) - Method in class org.databene.benerator.wrapper.CollectionGenerator
 
generate(ProductWrapper<String>) - Method in class org.databene.benerator.wrapper.CompositeStringGenerator
 
generate(ProductWrapper<String>) - Method in class org.databene.benerator.wrapper.ConcatenatingGenerator
 
generate(ProductWrapper<T>) - Method in class org.databene.benerator.wrapper.ConvertingGenerator
 
generate(ProductWrapper<E>) - Method in class org.databene.benerator.wrapper.CyclicGeneratorProxy
 
generate(ProductWrapper<E>) - Method in class org.databene.benerator.wrapper.DataSourceGenerator
 
generate(ProductWrapper<E>) - Method in class org.databene.benerator.wrapper.GeneratorChain
 
generate(ProductWrapper<E>) - Method in class org.databene.benerator.wrapper.GeneratorProxy
 
generate(ProductWrapper<E>) - Method in class org.databene.benerator.wrapper.IteratingGenerator
 
generate(ProductWrapper<Object[]>) - Method in class org.databene.benerator.wrapper.LastFlagGenerator
 
generate(ProductWrapper<E>) - Method in class org.databene.benerator.wrapper.LastProductDetector
 
generate() - Method in class org.databene.benerator.wrapper.MessageGenerator
 
generate(ProductWrapper<E>) - Method in class org.databene.benerator.wrapper.NonNullGeneratorProxy
 
generate() - Method in class org.databene.benerator.wrapper.NonNullGeneratorProxy
 
generate(ProductWrapper<P>) - Method in class org.databene.benerator.wrapper.NonNullGeneratorWrapper
 
generate(ProductWrapper<E>) - Method in class org.databene.benerator.wrapper.NShotGeneratorProxy
 
generate(ProductWrapper<E>) - Method in class org.databene.benerator.wrapper.NullInjectingGeneratorProxy
First checks if a null value should be returned, if so it returns a wrapper that wraps a null value, otherwise a wrapper that wraps a value generated by the underlying source generator.
generate(ProductWrapper<E>) - Method in class org.databene.benerator.wrapper.NullStartingGenerator
 
generate(ProductWrapper<E>) - Method in class org.databene.benerator.wrapper.RepeatGeneratorProxy
 
generate(ProductWrapper<S[]>) - Method in class org.databene.benerator.wrapper.SimpleMultiSourceArrayGenerator
 
generate(ProductWrapper<P>) - Method in class org.databene.benerator.wrapper.SingleSourceArrayGenerator
 
generate() - Method in class org.databene.benerator.wrapper.SingleSourceArrayGenerator
 
generate(ProductWrapper<C>) - Method in class org.databene.benerator.wrapper.SingleSourceCollectionGenerator
 
generate() - Method in class org.databene.benerator.wrapper.SingleSourceCollectionGenerator
 
generate(ProductWrapper<E>) - Method in class org.databene.benerator.wrapper.SkipGeneratorProxy
 
generate(ProductWrapper<E>) - Method in class org.databene.benerator.wrapper.SynchronizedGeneratorProxy
 
generate(ProductWrapper<S[]>) - Method in class org.databene.benerator.wrapper.UniqueMultiSourceArrayGenerator
 
generate(ProductWrapper<Generator<E>>) - Method in class org.databene.benerator.wrapper.WeightedGeneratorGenerator
 
generate(ProductWrapper<Address>) - Method in class org.databene.domain.address.AddressGenerator
 
generate() - Method in class org.databene.domain.address.AddressGenerator
 
generate() - Method in class org.databene.domain.address.CityGenerator
 
generate() - Method in class org.databene.domain.address.CountryGenerator
 
generate() - Method in class org.databene.domain.address.MobileNumberGenerator
 
generate() - Method in class org.databene.domain.address.PhoneNumberGenerator
 
generate() - Method in class org.databene.domain.address.StreetNameGenerator
 
generate() - Method in class org.databene.domain.br.CNPJGenerator
 
generate(ProductWrapper<String>) - Method in class org.databene.domain.br.CNPJGenerator
 
generate() - Method in class org.databene.domain.br.CPFGenerator
 
generate(ProductWrapper<BankAccount>) - Method in class org.databene.domain.finance.BankAccountGenerator
 
generate() - Method in class org.databene.domain.finance.BankAccountGenerator
 
generate(ProductWrapper<Bank>) - Method in class org.databene.domain.finance.BankGenerator
 
generate() - Method in class org.databene.domain.finance.BankGenerator
 
generate() - Method in class org.databene.domain.net.CompanyDomainGenerator
 
generate() - Method in class org.databene.domain.net.DomainGenerator
 
generate(ProductWrapper<String>) - Method in class org.databene.domain.net.RandomDomainGenerator
 
generate() - Method in class org.databene.domain.net.RandomDomainGenerator
 
generate() - Method in class org.databene.domain.net.TopLevelDomainGenerator
 
generate() - Method in class org.databene.domain.organization.CompanyNameGenerator
 
generate() - Method in class org.databene.domain.organization.DepartmentNameGenerator
 
generate(String, String) - Method in class org.databene.domain.person.EMailAddressBuilder
 
generate(ProductWrapper<String>) - Method in class org.databene.domain.person.EMailAddressGenerator
 
generate() - Method in class org.databene.domain.person.EMailAddressGenerator
 
generate() - Method in class org.databene.domain.person.FamilyNameGenerator
 
generate() - Method in class org.databene.domain.person.GivenNameGenerator
 
generate(ProductWrapper<String>) - Method in class org.databene.domain.person.NobilityTitleGenerator
 
generate(ProductWrapper<Person>) - Method in class org.databene.domain.person.PersonGenerator
 
generate() - Method in class org.databene.domain.person.PersonGenerator
 
generate() - Method in class org.databene.domain.person.TINGenerator
 
generate() - Method in class org.databene.domain.product.EAN13Generator
 
generate() - Method in class org.databene.domain.product.EAN8Generator
 
generate(ProductWrapper<String>) - Method in class org.databene.domain.us.SSNGenerator
 
generate() - Method in class org.databene.domain.us.SSNGenerator
 
generate() - Method in class org.databene.platform.db.CachedSequenceGenerator
 
generate() - Method in class org.databene.platform.db.PlainSequenceGenerator
 
generate(ProductWrapper<Long>) - Method in class org.databene.platform.db.QueryLongGenerator
 
generate() - Method in class org.databene.platform.db.SequenceTableGenerator
 
GenerateAndConsumeTask - Class in org.databene.benerator.engine.statement
Task that creates one data set instance per run() invocation and sends it to the specified consumer.
GenerateAndConsumeTask(String, String) - Constructor for class org.databene.benerator.engine.statement.GenerateAndConsumeTask
 
generateCardinal() - Method in class org.databene.benerator.wrapper.CardinalGenerator
 
generateCardinalWrapper() - Method in class org.databene.benerator.wrapper.CardinalGenerator
 
generateCity() - Method in class org.databene.domain.address.Country
 
generateCount(BeneratorContext) - Method in class org.databene.benerator.engine.statement.GenerateOrIterateStatement
 
generatedType - Variable in class org.databene.benerator.primitive.number.AbstractNonNullNumberGenerator
 
generatedType - Variable in class org.databene.benerator.wrapper.CompositeGenerator
 
generatedType - Variable in class org.databene.benerator.wrapper.GeneratorProxy
 
generatedType - Variable in class org.databene.benerator.wrapper.MultiGeneratorWrapper
 
generateDuration(BeneratorContext) - Method in class org.databene.benerator.engine.statement.WaitStatement
 
generateForCountryAndLocale(String, Locale) - Method in class org.databene.domain.address.StreetNameGenerator
 
generateForDataset(String) - Method in class org.databene.benerator.dataset.AbstractDatasetGenerator
 
generateForDataset(String) - Method in class org.databene.benerator.dataset.AtomicDatasetGenerator
 
generateForDataset(String) - Method in class org.databene.benerator.dataset.CompositeDatasetGenerator
 
generateForDataset(String) - Method in interface org.databene.benerator.dataset.DatasetBasedGenerator
 
generateForDataset(String) - Method in class org.databene.domain.address.StreetNameGenerator
 
generateForDataset(String) - Method in class org.databene.domain.person.PersonGenerator
 
generateFromAllSources(Class<S>) - Method in class org.databene.benerator.wrapper.MultiGeneratorWrapper
 
generateFromAvailableSource(int, ProductWrapper<S>) - Method in class org.databene.benerator.wrapper.MultiGeneratorWrapper
 
generateFromNotNullSource() - Method in class org.databene.benerator.wrapper.NonNullGeneratorProxy
 
generateFromNotNullSource() - Method in class org.databene.benerator.wrapper.NonNullGeneratorWrapper
 
generateFromRandomSource(ProductWrapper<S>) - Method in class org.databene.benerator.wrapper.MultiGeneratorWrapper
 
generateFromSource() - Method in class org.databene.benerator.wrapper.GeneratorWrapper
 
generateFromSource(int, ProductWrapper<S>) - Method in class org.databene.benerator.wrapper.MultiGeneratorWrapper
 
generateHouseNumberWithPostalCode() - Method in class org.databene.domain.address.Street
 
generateLandlineNumber() - Method in class org.databene.domain.address.City
 
generateLandlineNumber() - Method in class org.databene.domain.address.Country
 
generateMobileNumber() - Method in class org.databene.domain.address.City
 
generateMobileNumber() - Method in class org.databene.domain.address.Country
 
generateMobileNumber(City) - Method in class org.databene.domain.address.Country
 
generateNonNull(Generator<T>) - Static method in class org.databene.benerator.util.GeneratorUtil
Calls a Generator's Generator.generate(ProductWrapper) method and returns its unwrapped result, signaling generator unavailability with a null value and requiring the Generator not to create null values as result.
generateNullable(Generator<T>) - Static method in class org.databene.benerator.util.GeneratorUtil
Calls a Generator's Generator.generate(ProductWrapper) method and returns its unwrapped result, allowing null values as generation results, but requiring the generator to be available.
GenerateOrIterateParser - Class in org.databene.benerator.engine.parser.xml
Parses a <generate> or <update> element in a Benerator descriptor file.
GenerateOrIterateParser() - Constructor for class org.databene.benerator.engine.parser.xml.GenerateOrIterateParser
 
GenerateOrIterateStatement - Class in org.databene.benerator.engine.statement
Creates a number of entities in parallel execution and a given page size.
GenerateOrIterateStatement(String, Generator<Long>, Expression<Long>, Expression<Long>, Expression<PageListener>, Expression<ErrorHandler>, boolean, boolean, BeneratorContext) - Constructor for class org.databene.benerator.engine.statement.GenerateOrIterateStatement
 
generatePhoneNumber() - Method in class org.databene.domain.address.Country
 
generateUnvalidated(ProductWrapper<E>) - Method in class org.databene.benerator.wrapper.GeneratorChain
 
generateWithLength(int) - Method in class org.databene.benerator.primitive.RandomVarLengthStringGenerator
 
generateWithLength(int) - Method in class org.databene.benerator.primitive.UniqueScrambledStringGenerator
 
generateWithLength(int) - Method in interface org.databene.benerator.primitive.VarLengthStringGenerator
 
generateWithParams(Object...) - Method in class org.databene.platform.db.SequenceTableGenerator
 
GeneratingConverter<S,G,T> - Class in org.databene.benerator.util
Converter implementation which makes use of a Generator.
GeneratingConverter(Class<S>, Class<T>, Generator<G>) - Constructor for class org.databene.benerator.util.GeneratingConverter
 
Generator - Annotation Type in org.databene.benerator.anno
Specifies which Generator to use when generating data for the annotated element.
Generator<E> - Interface in org.databene.benerator
This is the basic Generator interface, the mother of all generators.
generator - Variable in class org.databene.benerator.util.GeneratingConverter
 
GENERATOR - Static variable in class org.databene.model.data.TypeDescriptor
 
GeneratorChain<E> - Class in org.databene.benerator.wrapper
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.
GeneratorChain(Class<E>, boolean, Generator<? extends E>...) - Constructor for class org.databene.benerator.wrapper.GeneratorChain
 
generatorClass - Variable in class org.databene.benerator.test.GeneratorClassTest
 
GeneratorClassTest - Class in org.databene.benerator.test
Provides methods for testing generators and standard tests that act on generically created generator instances.
GeneratorClassTest(Class<? extends Generator>) - Constructor for class org.databene.benerator.test.GeneratorClassTest
 
GeneratorComponent<E> - Interface in org.databene.benerator.composite
Common parent interface for components that are used in composite data generation.
GeneratorComponentFactory - Class in org.databene.benerator.factory
Factory for GeneratorComponents.
GeneratorComponentFactory() - Constructor for class org.databene.benerator.factory.GeneratorComponentFactory
 
GeneratorContext - Interface in org.databene.benerator
Provides configuration and variable space for Generators.
GeneratorExpression<E> - Class in org.databene.benerator.engine.expression
Expression implementation that evaluates to a Generator.
GeneratorExpression(Generator<E>) - Constructor for class org.databene.benerator.engine.expression.GeneratorExpression
 
GeneratorFactory - Class in org.databene.benerator.factory
Provides factory methods for generators.
GeneratorFactory() - Constructor for class org.databene.benerator.factory.GeneratorFactory
 
GeneratorFactory(DefaultsProvider) - Constructor for class org.databene.benerator.factory.GeneratorFactory
 
GeneratorIterator<E> - Class in org.databene.benerator.util
Wraps a Generator with an Iterator interface.
GeneratorIterator(Generator<E>) - Constructor for class org.databene.benerator.util.GeneratorIterator
 
GeneratorProvider<E> - Interface in org.databene.benerator
Provides a Generator.
GeneratorProxy<E> - Class in org.databene.benerator.wrapper
Wraps another Generator of same product type.
GeneratorProxy(Class<E>) - Constructor for class org.databene.benerator.wrapper.GeneratorProxy
 
GeneratorProxy(Generator<E>) - Constructor for class org.databene.benerator.wrapper.GeneratorProxy
 
GeneratorState - Enum in org.databene.benerator
The state of a generator.
GeneratorTest - Class in org.databene.benerator.test
Provides methods for testing generators.
GeneratorTest() - Constructor for class org.databene.benerator.test.GeneratorTest
 
GeneratorTest.Helper - Class in org.databene.benerator.test
 
GeneratorTest.Helper(Generator<?>) - Constructor for class org.databene.benerator.test.GeneratorTest.Helper
 
GeneratorUtil - Class in org.databene.benerator.util
Provides utility methods for data generation.
GeneratorUtil() - Constructor for class org.databene.benerator.util.GeneratorUtil
 
GeneratorWrapper<S,P> - Class in org.databene.benerator.wrapper
Abstract generator class that wraps another generator object (in a source property) and delegates life cycle control to it.
GeneratorWrapper(Generator<S>) - Constructor for class org.databene.benerator.wrapper.GeneratorWrapper
 
Gentle - Annotation Type in org.databene.benerator.anno
Annotation that marks a class or method to be tested with gentle value defaults.
GentleDefaultsProvider - Class in org.databene.benerator.factory
DefaultsProvider implementation which creates gentle defaults, trying to provoke as little errors as possible.
GentleDefaultsProvider() - Constructor for class org.databene.benerator.factory.GentleDefaultsProvider
 
GERMANY - Static variable in class org.databene.domain.address.Country
 
get(String) - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
get(String) - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
get(String) - Method in class org.databene.model.data.Entity
Allows for generic 'map-like' access to component values, e.g. by FreeMarker.
getAcademicTitle() - Method in class org.databene.domain.person.Person
 
getAccountNumber() - Method in class org.databene.domain.finance.BankAccount
 
getActualCount() - Method in exception org.databene.task.TaskUnavailableException
 
getAlternatives() - Method in class org.databene.model.data.UnionSimpleTypeDescriptor
 
getAppInfo() - Method in class org.databene.platform.xml.Annotation
 
getArchetype() - Method in class org.databene.benerator.gui.Setup
 
getArchetypes() - Method in class org.databene.benerator.archetype.ArchetypeManager
 
getAreaCode() - Method in class org.databene.domain.address.City
 
getAreaCode() - Method in class org.databene.domain.address.PhoneNumber
 
getArtifactId() - Method in class org.databene.benerator.gui.MavenDependency
 
getAttribute(String, Element) - Static method in class org.databene.benerator.engine.parser.xml.DescriptorParserUtil
 
getAvailableSource(int) - Method in class org.databene.benerator.wrapper.MultiGeneratorWrapper
 
getAverage() - Method in class org.databene.benerator.distribution.function.GaussianFunction
returns the average
getBankCode() - Method in class org.databene.domain.finance.Bank
 
getBankCode() - Method in class org.databene.domain.finance.BankAccount
 
getBankName() - Method in class org.databene.domain.finance.BankAccount
 
getBasePath() - Method in class org.databene.benerator.anno.AbstractPathResolver
 
getBeanDescriptorProvider() - Method in class org.databene.model.data.DataModel
 
getBic() - Method in class org.databene.domain.finance.Bank
 
getBic() - Method in class org.databene.domain.finance.BankAccount
 
getBin() - Method in class org.databene.domain.finance.Bank
 
getBirthDate() - Method in class org.databene.domain.person.Person
 
getBucketSize() - Method in class org.databene.benerator.distribution.sequence.ExpandGeneratorProxy
 
getCacheSize() - Method in class org.databene.benerator.distribution.sequence.ExpandGeneratorProxy
 
getCacheSize() - Static method in class org.databene.benerator.engine.BeneratorOpts
 
getCatalog() - Method in class org.databene.platform.db.DBSystem
 
getChars() - Method in class org.databene.benerator.primitive.RandomVarLengthStringGenerator
 
getCharSet() - Method in class org.databene.benerator.primitive.StringGenerator
 
getChildContext() - Method in class org.databene.benerator.engine.statement.GenerateOrIterateStatement
 
getCities() - Method in class org.databene.domain.address.Country
 
getCities() - Method in class org.databene.domain.address.State
 
getCity() - Method in class org.databene.domain.address.Address
 
getCity(CityId) - Method in class org.databene.domain.address.State
 
getCode() - Method in exception org.databene.benerator.BeneratorError
 
getCollectionType() - Method in class org.databene.benerator.wrapper.CollectionGenerator
 
getColumnNames() - Method in class org.databene.platform.csv.CSVEntityIterator
 
getColumnNames() - Method in class org.databene.platform.csv.CSVEntitySource
 
getComment() - Method in class org.databene.benerator.engine.statement.CommentStatement
 
getComplexTypeGeneratorFactory() - Method in class org.databene.benerator.BeneratorFactory
 
getComplexTypeGeneratorFactory() - Method in class org.databene.benerator.engine.DefaultBeneratorFactory
 
getComponent(int) - Method in class org.databene.benerator.consumer.ConsumerChain
 
getComponent(String) - Method in class org.databene.model.data.ComplexTypeDescriptor
 
getComponent(String) - Method in class org.databene.model.data.Entity
 
getComponent(String) - Method in class org.databene.platform.db.LazyTableComplexTypeDescriptor
 
getComponents() - Method in class org.databene.benerator.consumer.ConsumerChain
 
getComponents() - Method in class org.databene.model.data.ComplexTypeDescriptor
 
getComponents() - Method in class org.databene.model.data.Entity
 
getComponents() - Method in class org.databene.platform.db.LazyTableComplexTypeDescriptor
 
getCondidition() - Method in class org.databene.benerator.engine.statement.ConditionStatement
 
getCondition() - Method in class org.databene.model.data.TypeDescriptor
 
getConfiguredDetail(String) - Method in class org.databene.model.data.FeatureDescriptor
 
getConnection() - Method in class org.databene.platform.db.ConnectionHolder
 
getConnection() - Method in class org.databene.platform.db.DBSystem
 
getConnection() - Method in class org.databene.platform.db.DefaultDBSystem
 
getConstant() - Method in class org.databene.model.data.SimpleTypeDescriptor
 
getConsumedData() - Method in class org.databene.benerator.consumer.ListConsumer
 
getConsumer() - Method in class org.databene.benerator.engine.statement.GenerateAndConsumeTask
 
getContainer() - Method in class org.databene.model.data.InstanceDescriptor
 
getContents() - Method in class org.databene.domain.lang.LanguageResourceBundle_de
 
getContents() - Method in class org.databene.domain.lang.LanguageResourceBundle_en
 
getContext() - Method in class org.databene.benerator.engine.DescriptorRunner
 
getContext() - Method in class org.databene.benerator.engine.statement.GenerateOrIterateStatement
 
getContext() - Method in class org.databene.platform.xml.XMLSchemaDescriptorProvider
 
getContextUri() - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
getContextUri() - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
getContextUri() - Method in interface org.databene.benerator.GeneratorContext
 
getConverter(String, BeneratorContext) - Static method in class org.databene.benerator.factory.DescriptorUtil
 
getConverter() - Method in class org.databene.model.data.TypeDescriptor
 
getCount() - Method in class org.databene.benerator.engine.statement.RunTaskStatement
 
getCount(InstanceDescriptor) - Static method in class org.databene.benerator.factory.DescriptorUtil
Calculates the 'count' value.
getCount() - Method in class org.databene.model.data.InstanceDescriptor
 
getCountDistribution() - Method in class org.databene.model.data.InstanceDescriptor
 
getCountGranularity(InstanceDescriptor) - Static method in class org.databene.benerator.factory.DescriptorUtil
 
getCountGranularity() - Method in class org.databene.model.data.InstanceDescriptor
 
getCountry() - Method in class org.databene.domain.address.Address
 
getCountry() - Method in class org.databene.domain.address.City
 
getCountry() - Method in class org.databene.domain.address.State
 
getCountryCode() - Method in class org.databene.domain.address.PhoneNumber
 
getCreateButton() - Method in class org.databene.benerator.gui.CreateProjectPanel
 
getCreateScriptFile() - Method in class org.databene.benerator.gui.Setup
 
getCurrentProduct() - Method in interface org.databene.benerator.engine.BeneratorContext
 
getCurrentProduct() - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
getCurrentProduct() - Method in class org.databene.benerator.engine.DefaultBeneratorSubContext
 
getCurrentProduct() - Method in interface org.databene.benerator.GeneratorContext
 
getCurrentThroughput() - Method in class org.databene.benerator.engine.BeneratorMonitor
 
getCurrentThroughput() - Method in interface org.databene.benerator.engine.BeneratorMonitorMBean
 
getCursor() - Method in class org.databene.benerator.primitive.IncrementalIdGenerator
 
getDatabase() - Method in class org.databene.platform.db.AbstractSequenceGenerator
 
getDatabase() - Method in class org.databene.platform.db.DBSequenceGenerator
 
getDataFiles(String, String, String) - Static method in class org.databene.benerator.dataset.DatasetUtil
 
getDataModel() - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
getDataModel() - Method in interface org.databene.benerator.engine.BeneratorContext
 
getDataModel() - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
getDataModel() - Method in class org.databene.benerator.storage.AbstractStorageSystem
 
getDataModel() - Method in class org.databene.model.data.DefaultDescriptorProvider
 
getDataModel() - Method in interface org.databene.model.data.DescriptorProvider
 
getDataModel() - Method in class org.databene.model.data.FeatureDescriptor
 
getDataset() - Method in class org.databene.benerator.dataset.AbstractDatasetGenerator
 
getDataset() - Method in class org.databene.benerator.dataset.AtomicDatasetGenerator
 
getDataset() - Method in class org.databene.benerator.dataset.CompositeDatasetGenerator
 
getDataset() - Method in interface org.databene.benerator.dataset.DatasetBasedGenerator
 
getDataset(String, String) - Static method in class org.databene.benerator.dataset.DatasetUtil
 
getDataset() - Method in class org.databene.benerator.gui.Setup
 
getDataset() - Method in class org.databene.domain.address.StreetNameGenerator
 
getDataset() - Method in class org.databene.domain.person.PersonGenerator
 
getDataset() - Method in class org.databene.model.data.TypeDescriptor
 
getDatasetName() - Method in class org.databene.domain.organization.CompanyName
 
getDateCapitalization() - Method in class org.databene.benerator.consumer.FormattingConsumer
 
getDatePattern() - Method in class org.databene.benerator.consumer.FormattingConsumer
 
getDateTimePattern() - Method in class org.databene.benerator.consumer.FormattingConsumer
 
getDbDependencies() - Method in class org.databene.benerator.gui.Setup
 
getDbDriver() - Method in class org.databene.benerator.gui.Setup
 
getDbMetaData() - Method in class org.databene.platform.db.DBSystem
 
getDbPassword() - Method in class org.databene.benerator.gui.Setup
 
getDbSchema() - Method in class org.databene.benerator.gui.Setup
 
getDbSnapshot() - Method in class org.databene.benerator.gui.Setup
 
getDbSnapshotFile() - Method in class org.databene.benerator.gui.Setup
 
getDbUrl() - Method in class org.databene.benerator.gui.Setup
 
getDbUser() - Method in class org.databene.benerator.gui.Setup
 
getDecimalPattern() - Method in class org.databene.benerator.consumer.FormattingConsumer
 
getDecimalSeparator() - Method in class org.databene.benerator.consumer.FormattingConsumer
 
getDeclaredDetailValue(String) - Method in class org.databene.model.data.FeatureDescriptor
 
getDeclaredParts() - Method in class org.databene.model.data.ComplexTypeDescriptor
 
getDeclaredParts() - Method in class org.databene.platform.db.LazyTableComplexTypeDescriptor
 
getDefault() - Static method in class org.databene.domain.address.Country
 
getDefaultArchetype() - Method in class org.databene.benerator.archetype.ArchetypeManager
 
getDefaultCellSeparator() - Static method in class org.databene.benerator.engine.DefaultBeneratorContext
 
getDefaultComponentConfig(String) - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
getDefaultComponentConfig(String) - Method in interface org.databene.benerator.engine.BeneratorContext
 
getDefaultComponentConfig(String) - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
getDefaultDataset() - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
getDefaultDataset() - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
getDefaultDataset() - Method in interface org.databene.benerator.GeneratorContext
 
getDefaultEncoding() - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
getDefaultEncoding() - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
getDefaultEncoding() - Method in interface org.databene.benerator.GeneratorContext
 
getDefaultErrorHandler() - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
getDefaultErrorHandler() - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
getDefaultErrorHandler() - Method in interface org.databene.benerator.GeneratorContext
 
getDefaultLanguage() - Method in class org.databene.domain.address.State
 
getDefaultLanguageLocale() - Method in class org.databene.domain.address.Country
 
getDefaultLanguageLocale() - Method in class org.databene.domain.address.State
 
getDefaultLineSeparator() - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
getDefaultLineSeparator() - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
getDefaultLineSeparator() - Method in interface org.databene.benerator.GeneratorContext
 
getDefaultLocale() - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
getDefaultLocale() - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
getDefaultLocale() - Method in interface org.databene.benerator.GeneratorContext
 
getDefaultPageSize() - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
getDefaultPageSize() - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
getDefaultPageSize() - Method in interface org.databene.benerator.GeneratorContext
 
getDefaultScript() - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
getDefaultScript() - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
getDefaultScript() - Method in interface org.databene.benerator.GeneratorContext
 
getDefaultSeparator() - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
getDefaultSeparator() - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
getDefaultSeparator() - Method in interface org.databene.benerator.GeneratorContext
 
getDefaultsProvider() - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
getDefaultsProvider() - Method in interface org.databene.benerator.engine.BeneratorContext
 
getDefaultsProvider() - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
getDefaultsProvider() - Method in class org.databene.benerator.factory.GeneratorFactory
 
getDelta() - Method in class org.databene.benerator.distribution.sequence.StepSequence
 
getDepth() - Method in class org.databene.benerator.primitive.number.RecurrenceRelationNumberGenerator
 
getDepth() - Method in class org.databene.benerator.sample.SeedGenerator
 
getDepth() - Method in class org.databene.benerator.sample.SeedManager
 
getDescription() - Method in class org.databene.benerator.archetype.Archetype
 
getDescription() - Method in class org.databene.model.data.FeatureDetail
 
getDescriptorProvider(String) - Method in class org.databene.model.data.DataModel
 
getDestination() - Method in class org.databene.platform.file.FileJoiner
 
getDetails() - Method in class org.databene.model.data.FeatureDescriptor
 
getDetailType(String) - Method in class org.databene.model.data.FeatureDescriptor
 
getDetailValue(String) - Method in class org.databene.model.data.FeatureDescriptor
 
getDetailValue(String) - Method in class org.databene.model.data.InstanceDescriptor
 
getDeviation() - Method in class org.databene.benerator.distribution.function.GaussianFunction
returns the deviation
getDialect() - Method in class org.databene.platform.db.DBSystem
 
getDisplayName() - Method in class org.databene.domain.address.Country
Returns the name in the user's Locale
getDistribution() - Method in class org.databene.benerator.distribution.WeightedDoubleGenerator
 
getDistribution() - Method in class org.databene.benerator.distribution.WeightedLongGenerator
 
getDistribution(String, Uniqueness, boolean, BeneratorContext) - Static method in class org.databene.benerator.factory.FactoryUtil
Extracts distribution information from the descriptor.
getDistribution() - Method in class org.databene.model.data.TypeDescriptor
 
getDistributionExpression(String, Uniqueness, boolean) - Static method in class org.databene.benerator.factory.FactoryUtil
 
getDocumentation() - Method in class org.databene.platform.xml.Annotation
 
getDriver() - Method in class org.databene.platform.db.DBSystem
 
getDropScriptFile() - Method in class org.databene.benerator.gui.Setup
 
getDuplicationQuota() - Method in class org.databene.benerator.distribution.sequence.ExpandGeneratorProxy
 
getElement(int) - Method in class org.databene.model.data.ArrayTypeDescriptor
 
getElement(int, boolean) - Method in class org.databene.model.data.ArrayTypeDescriptor
 
getElementCount() - Method in class org.databene.model.data.ArrayTypeDescriptor
 
getElementOfTypeOrParents(ArrayTypeDescriptor, int) - Method in class org.databene.benerator.factory.ArrayTypeGeneratorFactory
 
getElements() - Method in class org.databene.model.data.ArrayTypeDescriptor
 
getElementText(Element) - Static method in class org.databene.benerator.engine.parser.xml.DescriptorParserUtil
 
getEmail() - Method in class org.databene.domain.person.Person
 
getEmptyMarker() - Method in class org.databene.model.data.TypeDescriptor
 
getEncoding() - Method in class org.databene.benerator.consumer.TextFileExporter
 
getEncoding() - Method in class org.databene.benerator.gui.Setup
 
getEncoding() - Method in class org.databene.benerator.sample.WeightedCSVSampleGenerator
 
getEncoding() - Method in class org.databene.model.data.TypeDescriptor
 
getEncoding() - Method in class org.databene.platform.dbunit.DbUnitEntityExporter
 
getEntities(String) - Method in class org.databene.platform.memstore.MemStore
 
getEntity() - Method in class org.databene.platform.fixedwidth.FixedWidthEntitySource
 
getEnvironment() - Method in class org.databene.platform.db.DBSystem
 
getErrorHandler(Context) - Method in class org.databene.benerator.engine.statement.AbstractStatement
 
getErrorHandlerEx() - Method in class org.databene.benerator.engine.statement.TranscodingTaskStatement
 
getErrors() - Method in class org.databene.benerator.gui.ProjectBuilder
 
getExcludeTables() - Method in class org.databene.platform.db.DBSystem
 
getExecutorService() - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
getExecutorService() - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
getExecutorService() - Method in interface org.databene.benerator.GeneratorContext
 
getExpression() - Method in class org.databene.benerator.engine.statement.EchoStatement
 
getFactory() - Method in class org.databene.platform.jndi.InitialContext
 
getFallback() - Static method in class org.databene.domain.address.Country
 
getFamilyName() - Method in class org.databene.domain.person.Person
 
getFax() - Method in class org.databene.domain.address.Address
 
getFemaleQuota() - Method in class org.databene.domain.person.GenderGenerator
 
getFemaleQuota() - Method in class org.databene.domain.person.PersonGenerator
 
getFetchSize() - Method in class org.databene.platform.db.DBSystem
 
getFilenamePattern() - Method in class org.databene.benerator.csv.WeightedDatasetCSVGenerator
 
getFiles() - Method in class org.databene.platform.file.FileDeleter
 
getFilter() - Method in class org.databene.model.data.TypeDescriptor
 
getFooterScript() - Method in class org.databene.platform.script.ScriptedEntityExporter
 
getFormat() - Method in class org.databene.model.data.TypeDescriptor
 
getFractionDigits() - Method in class org.databene.benerator.primitive.number.AbstractBigDecimalGenerator
 
getFullName() - Method in class org.databene.domain.organization.CompanyName
 
getGender() - Method in class org.databene.domain.person.Person
 
getGeneratedFiles() - Method in class org.databene.benerator.engine.DescriptorRunner
 
getGeneratedType() - Method in class org.databene.benerator.composite.BlankArrayGenerator
 
getGeneratedType() - Method in class org.databene.benerator.composite.BlankEntityGenerator
 
getGeneratedType() - Method in class org.databene.benerator.composite.SimpleTypeEntityGenerator
 
getGeneratedType() - Method in class org.databene.benerator.dataset.CompositeDatasetGenerator
 
getGeneratedType() - Method in class org.databene.benerator.distribution.sequence.BitReverseNaturalNumberGenerator
 
getGeneratedType() - Method in class org.databene.benerator.distribution.sequence.PredefinedSequenceGenerator
 
getGeneratedType() - Method in class org.databene.benerator.distribution.sequence.RandomBigDecimalGenerator
 
getGeneratedType() - Method in class org.databene.benerator.distribution.sequence.RandomBigIntegerGenerator
 
getGeneratedType() - Method in class org.databene.benerator.engine.TaskBasedGenerator
 
getGeneratedType(ArrayTypeDescriptor) - Method in class org.databene.benerator.factory.ArrayTypeGeneratorFactory
 
getGeneratedType(ComplexTypeDescriptor) - Method in class org.databene.benerator.factory.ComplexTypeGeneratorFactory
 
getGeneratedType(SimpleTypeDescriptor) - Method in class org.databene.benerator.factory.SimpleTypeGeneratorFactory
 
getGeneratedType(E) - Method in class org.databene.benerator.factory.TypeGeneratorFactory
 
getGeneratedType() - Method in class org.databene.benerator.file.BinaryFileContentGenerator
 
getGeneratedType() - Method in class org.databene.benerator.file.FileNameGenerator
 
getGeneratedType() - Method in class org.databene.benerator.file.TextFileContentGenerator
 
getGeneratedType() - Method in class org.databene.benerator.file.XMLFileGenerator
 
getGeneratedType() - Method in interface org.databene.benerator.Generator
Declares the type of the objects returned by the generate() method.
getGeneratedType() - Method in class org.databene.benerator.primitive.BooleanGenerator
 
getGeneratedType() - Method in class org.databene.benerator.primitive.CharacterGenerator
 
getGeneratedType() - Method in class org.databene.benerator.primitive.datetime.CurrentDateGenerator
 
getGeneratedType() - Method in class org.databene.benerator.primitive.datetime.CurrentDateTimeGenerator
 
getGeneratedType() - Method in class org.databene.benerator.primitive.datetime.CurrentMilliTimeGenerator
 
getGeneratedType() - Method in class org.databene.benerator.primitive.datetime.CurrentNanoTimeGenerator
 
getGeneratedType() - Method in class org.databene.benerator.primitive.datetime.CurrentTimeGenerator
 
getGeneratedType() - Method in class org.databene.benerator.primitive.datetime.DateGenerator
 
getGeneratedType() - Method in class org.databene.benerator.primitive.datetime.DayGenerator
 
getGeneratedType() - Method in class org.databene.benerator.primitive.EquivalenceStringGenerator
 
getGeneratedType() - Method in class org.databene.benerator.primitive.HibUUIDGenerator
 
getGeneratedType() - Method in class org.databene.benerator.primitive.HiLoGenerator
 
getGeneratedType() - Method in class org.databene.benerator.primitive.IncrementalIdGenerator
 
getGeneratedType() - Method in class org.databene.benerator.primitive.IncrementalIntsGenerator
 
getGeneratedType() - Method in class org.databene.benerator.primitive.IncrementGenerator
 
getGeneratedType() - Method in class org.databene.benerator.primitive.LongGenerator
 
getGeneratedType() - Method in class org.databene.benerator.primitive.number.AbstractNonNullNumberGenerator
 
getGeneratedType() - Method in class org.databene.benerator.primitive.RandomVarLengthStringGenerator
 
getGeneratedType() - Method in class org.databene.benerator.primitive.ScriptGenerator
 
getGeneratedType() - Method in class org.databene.benerator.primitive.SeedSentenceGenerator
 
getGeneratedType() - Method in class org.databene.benerator.primitive.SeedWordGenerator
 
getGeneratedType() - Method in class org.databene.benerator.primitive.UniqueFixedLengthStringGenerator
 
getGeneratedType() - Method in class org.databene.benerator.primitive.UUIDGenerator
 
getGeneratedType() - Method in class org.databene.benerator.sample.AbstractSampleGenerator
 
getGeneratedType() - Method in class org.databene.benerator.sample.AttachedWeightSampleGenerator
 
getGeneratedType() - Method in class org.databene.benerator.sample.ConstantGenerator
 
getGeneratedType() - Method in class org.databene.benerator.sample.OneShotGenerator
 
getGeneratedType() - Method in class org.databene.benerator.sample.SeedGenerator
 
getGeneratedType() - Method in class org.databene.benerator.sample.SeedManager
 
getGeneratedType() - Method in class org.databene.benerator.sample.SequenceGenerator
 
getGeneratedType() - Method in class org.databene.benerator.sample.StateGenerator
 
getGeneratedType() - Method in class org.databene.benerator.sample.StateTransitionGenerator
 
getGeneratedType() - Method in class org.databene.benerator.util.ExpressionBasedGenerator
 
getGeneratedType() - Method in class org.databene.benerator.util.UnsafeMethodParamsGenerator
 
getGeneratedType() - Method in class org.databene.benerator.wrapper.AccessingGenerator
 
getGeneratedType() - Method in class org.databene.benerator.wrapper.AsBigDecimalGeneratorWrapper
 
getGeneratedType() - Method in class org.databene.benerator.wrapper.AsBigIntegerGeneratorWrapper
 
getGeneratedType() - Method in class org.databene.benerator.wrapper.AsByteGeneratorWrapper
 
getGeneratedType() - Method in class org.databene.benerator.wrapper.AsDoubleGeneratorWrapper
 
getGeneratedType() - Method in class org.databene.benerator.wrapper.AsFloatGeneratorWrapper
 
getGeneratedType() - Method in class org.databene.benerator.wrapper.AsIntegerGeneratorWrapper
 
getGeneratedType() - Method in class org.databene.benerator.wrapper.AsLongGeneratorWrapper
 
getGeneratedType() - Method in class org.databene.benerator.wrapper.AsShortGeneratorWrapper
 
getGeneratedType() - Method in class org.databene.benerator.wrapper.CollectionGenerator
 
getGeneratedType() - Method in class org.databene.benerator.wrapper.CompositeGenerator
 
getGeneratedType() - Method in class org.databene.benerator.wrapper.CompositeStringGenerator
 
getGeneratedType() - Method in class org.databene.benerator.wrapper.ConcatenatingGenerator
 
getGeneratedType() - Method in class org.databene.benerator.wrapper.ConvertingGenerator
 
getGeneratedType() - Method in class org.databene.benerator.wrapper.DataSourceGenerator
 
getGeneratedType() - Method in class org.databene.benerator.wrapper.GeneratorProxy
 
getGeneratedType() - Method in class org.databene.benerator.wrapper.IteratingGenerator
 
getGeneratedType() - Method in class org.databene.benerator.wrapper.MessageGenerator
 
getGeneratedType() - Method in class org.databene.benerator.wrapper.MultiGeneratorWrapper
 
getGeneratedType() - Method in class org.databene.benerator.wrapper.RepeatGeneratorProxy
 
getGeneratedType() - Method in class org.databene.benerator.wrapper.SingleSourceArrayGenerator
 
getGeneratedType() - Method in class org.databene.benerator.wrapper.SingleSourceCollectionGenerator
 
getGeneratedType() - Method in class org.databene.benerator.wrapper.SkipGeneratorProxy
 
getGeneratedType() - Method in class org.databene.benerator.wrapper.SynchronizedGeneratorProxy
 
getGeneratedType() - Method in class org.databene.benerator.wrapper.ValidatingGeneratorProxy
 
getGeneratedType() - Method in class org.databene.domain.address.MobileNumberGenerator
 
getGeneratedType() - Method in class org.databene.domain.address.PhoneNumberGenerator
 
getGeneratedType() - Method in class org.databene.domain.br.CPFGenerator
 
getGeneratedType() - Method in class org.databene.domain.net.CompanyDomainGenerator
 
getGeneratedType() - Method in class org.databene.domain.organization.DepartmentNameGenerator
 
getGeneratedType() - Method in class org.databene.domain.person.EMailAddressGenerator
 
getGeneratedType() - Method in class org.databene.domain.person.GenderGenerator
 
getGeneratedType() - Method in class org.databene.domain.person.TINGenerator
 
getGeneratedType() - Method in class org.databene.domain.product.EAN13Generator
 
getGeneratedType() - Method in class org.databene.domain.product.EAN8Generator
 
getGeneratedType() - Method in class org.databene.domain.product.EANGenerator
 
getGeneratedType() - Method in class org.databene.platform.db.AbstractSequenceGenerator
 
getGeneratedType() - Method in class org.databene.platform.db.QueryLongGenerator
 
getGeneratedType() - Method in class org.databene.platform.db.SequenceTableGenerator
 
getGenerator(String, BeneratorContext) - Method in class org.databene.benerator.engine.BeneratorRootStatement
 
getGenerator() - Method in class org.databene.model.data.TypeDescriptor
 
getGeneratorByName(TypeDescriptor, BeneratorContext) - Static method in class org.databene.benerator.factory.DescriptorUtil
 
getGeneratorFactory() - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
getGeneratorFactory() - Method in interface org.databene.benerator.engine.BeneratorContext
 
getGeneratorFactory() - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
getGeneratorFactory() - Method in interface org.databene.benerator.GeneratorContext
 
getGeneratorFactory(GeneratorContext) - Method in class org.databene.benerator.primitive.RegexStringGenerator
 
getGeneratorStatement(String, BeneratorContext) - Method in class org.databene.benerator.engine.BeneratorRootStatement
 
getGivenName() - Method in class org.databene.domain.person.Person
 
getGlobal(String) - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
getGlobal(String) - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
getGlobal(String) - Method in interface org.databene.benerator.GeneratorContext
 
getGranularity() - Method in class org.databene.benerator.distribution.sequence.RandomBigDecimalGenerator
 
getGranularity() - Method in class org.databene.benerator.primitive.number.AbstractNonNullNumberGenerator
 
getGranularity() - Method in class org.databene.model.data.SimpleTypeDescriptor
 
getGroupId() - Method in class org.databene.benerator.gui.MavenDependency
 
getGroupId() - Method in class org.databene.benerator.gui.Setup
 
getHeaderScript() - Method in class org.databene.platform.script.ScriptedEntityExporter
 
getHouseNumber() - Method in class org.databene.domain.address.Address
 
getIban() - Method in class org.databene.domain.finance.BankAccount
 
getIconURL() - Method in class org.databene.benerator.archetype.Archetype
 
getId() - Method in class org.databene.benerator.archetype.Archetype
 
getId() - Method in interface org.databene.benerator.StorageSystem
Returns a name that identifies the database
getId() - Method in class org.databene.domain.address.State
 
getId() - Method in class org.databene.model.data.DefaultDescriptorProvider
 
getId() - Method in interface org.databene.model.data.DescriptorProvider
 
getId() - Method in class org.databene.platform.contiperf.ConsumerInvoker
 
getId() - Method in class org.databene.platform.contiperf.TaskInvoker
 
getId() - Method in class org.databene.platform.db.DBSystem
 
getId() - Method in class org.databene.platform.memstore.MemStore
 
getIdComponentNames() - Method in class org.databene.model.data.ComplexTypeDescriptor
 
getIdComponentNames() - Method in class org.databene.platform.db.LazyTableComplexTypeDescriptor
 
getIdentityProvider() - Method in interface org.databene.benerator.engine.statement.CascadeParent
 
getIdentityProvider() - Method in class org.databene.benerator.engine.statement.CascadeStatement
 
getIdentityProvider() - Method in class org.databene.benerator.engine.statement.TranscodeStatement
 
getIdentityProvider() - Method in class org.databene.benerator.engine.statement.TranscodingTaskStatement
 
getIncludeTables() - Method in class org.databene.platform.db.DBSystem
 
getIncrement() - Method in class org.databene.benerator.distribution.sequence.ShuffleDoubleGenerator
 
getIncrement() - Method in class org.databene.benerator.distribution.sequence.ShuffleLongGenerator
 
getIncrement() - Method in class org.databene.benerator.primitive.IncrementGenerator
 
getIndex() - Method in class org.databene.model.data.ArrayElementDescriptor
 
getInitial() - Method in class org.databene.benerator.distribution.sequence.StepSequence
 
getInstance() - Static method in class org.databene.benerator.archetype.ArchetypeManager
 
getInstance() - Static method in class org.databene.benerator.BeneratorFactory
 
getInstance() - Static method in class org.databene.benerator.factory.ComplexTypeGeneratorFactory
 
getInstance() - Static method in class org.databene.benerator.factory.SimpleTypeGeneratorFactory
 
getInstance(String) - Static method in class org.databene.domain.address.AddressFormat
 
getInstance(String) - Static method in class org.databene.domain.address.Country
Retrieves a country from the country configuration file.
getInstance(String, boolean) - Static method in class org.databene.domain.address.Country
Retrieves a country from the country configuration file.
getInstance(Locale) - Static method in class org.databene.domain.lang.Language
 
getInstance(Locale) - Static method in class org.databene.domain.person.PersonFormatter
 
getInstances() - Static method in class org.databene.domain.address.Country
 
getInstances(Locale) - Static method in class org.databene.domain.lang.Noun
 
getIntegralPattern() - Method in class org.databene.benerator.consumer.FormattingConsumer
 
getInvoker() - Method in class org.databene.platform.contiperf.PerfTrackingConsumer
 
getInvoker() - Method in class org.databene.platform.contiperf.PerfTrackingTaskProxy
 
getInvoker() - Method in class org.databene.platform.contiperf.PerfTrackingWrapper
 
getIsoCode() - Method in class org.databene.domain.address.Country
 
getIterable() - Method in class org.databene.benerator.wrapper.IteratingGenerator
 
getJdbcDriverType() - Method in class org.databene.benerator.gui.Setup
 
getKeyMapper() - Method in interface org.databene.benerator.engine.statement.CascadeParent
 
getKeyMapper() - Method in class org.databene.benerator.engine.statement.CascadeStatement
 
getKeyMapper() - Method in class org.databene.benerator.engine.statement.TranscodeStatement
 
getLanguage() - Method in class org.databene.domain.address.City
 
getLegalForm() - Method in class org.databene.domain.organization.CompanyName
 
getLength() - Method in class org.databene.benerator.primitive.IncrementalIntsGenerator
 
getLength() - Method in class org.databene.benerator.primitive.UniqueIntsGenerator
 
getLengthDistribution() - Method in class org.databene.benerator.primitive.StringGenerator
 
getLengthDistribution() - Method in class org.databene.benerator.wrapper.LengthGenerator
 
getLengthDistribution() - Method in class org.databene.model.data.SimpleTypeDescriptor
 
getLengthGranularity() - Method in class org.databene.benerator.primitive.StringGenerator
 
getLengthGranularity() - Method in class org.databene.benerator.wrapper.LengthGenerator
 
getLineSeparator() - Method in class org.databene.benerator.consumer.TextFileExporter
 
getLineSeparator() - Method in class org.databene.benerator.gui.Setup
 
getLocalDescriptorProvider() - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
getLocalDescriptorProvider() - Method in interface org.databene.benerator.engine.BeneratorContext
 
getLocalDescriptorProvider() - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
getLocale() - Method in class org.databene.benerator.csv.LocalCSVGenerator
 
getLocale() - Method in class org.databene.benerator.gui.Setup
 
getLocale() - Method in class org.databene.benerator.primitive.CharacterGenerator
Returns the Locale of which letters are taken
getLocale() - Method in class org.databene.benerator.primitive.RandomVarLengthStringGenerator
 
getLocale() - Method in class org.databene.benerator.primitive.RegexStringGenerator
 
getLocale() - Method in class org.databene.benerator.primitive.StringGenerator
 
getLocale() - Method in class org.databene.domain.lang.Language
 
getLocale() - Method in class org.databene.domain.person.NobilityTitleGenerator
 
getLocale() - Method in class org.databene.domain.person.PersonGenerator
 
getLocale() - Method in class org.databene.model.data.TypeDescriptor
 
getLocalName() - Method in class org.databene.domain.address.Country
Returns the name in the country's own Locale
getLocalNumber() - Method in class org.databene.domain.address.PhoneNumber
 
getLocalType() - Method in class org.databene.model.data.InstanceDescriptor
 
getLocalType(boolean) - Method in class org.databene.model.data.InstanceDescriptor
 
getLocation() - Method in class org.databene.domain.organization.CompanyName
 
getMap() - Method in class org.databene.model.data.SimpleTypeDescriptor
 
getMax() - Method in class org.databene.benerator.distribution.sequence.RandomBigDecimalGenerator
 
getMax() - Method in class org.databene.benerator.primitive.IncrementGenerator
 
getMax() - Method in class org.databene.benerator.primitive.number.AbstractNonNullNumberGenerator
 
getMax() - Method in class org.databene.model.data.SimpleTypeDescriptor
 
getMaxAgeYears() - Method in class org.databene.domain.person.BirthDateGenerator
 
getMaxCount() - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
getMaxCount() - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
getMaxCount(InstanceDescriptor, Long) - Static method in class org.databene.benerator.factory.DescriptorUtil
 
getMaxCount() - Method in interface org.databene.benerator.GeneratorContext
 
getMaxCount() - Method in class org.databene.model.data.InstanceDescriptor
 
getMaxHouseNumber() - Method in class org.databene.domain.address.Street
 
getMaxLength(SimpleTypeDescriptor, DefaultsProvider) - Static method in class org.databene.benerator.factory.DescriptorUtil
 
getMaxLength() - Method in class org.databene.benerator.primitive.RegexStringGenerator
 
getMaxLength() - Method in class org.databene.benerator.primitive.StringGenerator
 
getMaxLength() - Method in class org.databene.benerator.primitive.UniqueScrambledStringGenerator
 
getMaxLength() - Method in class org.databene.benerator.wrapper.LengthGenerator
 
getMaxLength() - Method in class org.databene.benerator.wrapper.MessageGenerator
 
getMaxLength() - Method in class org.databene.model.data.SimpleTypeDescriptor
 
getMaxLo() - Method in class org.databene.benerator.primitive.HiLoGenerator
 
getMaxNoise() - Method in class org.databene.benerator.primitive.number.NoiseInducer
 
getMessage() - Method in class org.databene.benerator.composite.AbstractGeneratorComponent
 
getMessage() - Method in class org.databene.benerator.composite.ComponentAndVariableSupport
 
getMessage() - Method in class org.databene.benerator.composite.ComponentBuilderProxy
 
getMessage() - Method in class org.databene.benerator.composite.MultiComponentBuilder
 
getMessage() - Method in class org.databene.benerator.composite.SourceAwareGenerator
 
getMessage() - Method in class org.databene.benerator.engine.statement.GenerateAndConsumeTask
 
getMessage() - Method in class org.databene.task.TaskProxy
 
getMethodName() - Method in class org.databene.platform.java.JavaInvoker
 
getMin() - Method in class org.databene.benerator.distribution.sequence.RandomBigDecimalGenerator
 
getMin() - Method in class org.databene.benerator.primitive.IncrementGenerator
 
getMin() - Method in class org.databene.benerator.primitive.number.AbstractNonNullNumberGenerator
 
getMin() - Method in class org.databene.model.data.SimpleTypeDescriptor
 
getMinAgeYears() - Method in class org.databene.domain.person.BirthDateGenerator
 
getMinCount(InstanceDescriptor) - Static method in class org.databene.benerator.factory.DescriptorUtil
 
getMinCount(InstanceDescriptor, Long) - Static method in class org.databene.benerator.factory.DescriptorUtil
 
getMinCount() - Method in class org.databene.model.data.InstanceDescriptor
 
getMinInitial() - Method in class org.databene.benerator.primitive.StringGenerator
 
getMinLength(SimpleTypeDescriptor) - Static method in class org.databene.benerator.factory.DescriptorUtil
 
getMinLength() - Method in class org.databene.benerator.primitive.RegexStringGenerator
 
getMinLength() - Method in class org.databene.benerator.primitive.StringGenerator
 
getMinLength() - Method in class org.databene.benerator.primitive.UniqueScrambledStringGenerator
 
getMinLength() - Method in class org.databene.benerator.wrapper.LengthGenerator
 
getMinLength() - Method in class org.databene.benerator.wrapper.MessageGenerator
 
getMinLength() - Method in class org.databene.model.data.SimpleTypeDescriptor
 
getMinNoise() - Method in class org.databene.benerator.primitive.number.NoiseInducer
 
getMobilePhone() - Method in class org.databene.domain.address.Address
 
getMode() - Method in class org.databene.model.data.InstanceDescriptor
 
getN() - Method in class org.databene.benerator.primitive.number.RecurrenceRelationNumberGenerator
 
getName() - Method in class org.databene.benerator.composite.PlainEntityComponentBuilder
 
getName() - Method in class org.databene.benerator.dataset.Dataset
 
getName() - Method in class org.databene.domain.address.City
 
getName() - Method in class org.databene.domain.address.CityId
 
getName() - Method in class org.databene.domain.address.Country
Returns the English name
getName() - Method in class org.databene.domain.address.State
 
getName() - Method in class org.databene.domain.address.Street
 
getName() - Method in class org.databene.domain.finance.Bank
 
getName() - Method in class org.databene.model.data.FeatureDescriptor
 
getName() - Method in class org.databene.model.data.FeatureDetail
 
getName() - Method in class org.databene.model.data.InstanceDescriptor
 
getName() - Method in class org.databene.platform.db.AbstractSequenceGenerator
 
getName() - Method in class org.databene.platform.db.DBSequenceGenerator
 
getNameExtension() - Method in class org.databene.domain.address.City
 
getNameExtension() - Method in class org.databene.domain.address.CityId
 
getNesting() - Method in class org.databene.benerator.dataset.AbstractDatasetGenerator
 
getNesting() - Method in class org.databene.benerator.dataset.AtomicDatasetGenerator
 
getNesting() - Method in class org.databene.benerator.dataset.CompositeDatasetGenerator
 
getNesting() - Method in interface org.databene.benerator.dataset.DatasetBasedGenerator
 
getNesting() - Method in class org.databene.domain.address.StreetNameGenerator
 
getNesting() - Method in class org.databene.domain.person.PersonGenerator
 
getNesting() - Method in class org.databene.model.data.TypeDescriptor
 
getNext() - Method in class org.databene.benerator.distribution.sequence.RandomWalkDoubleGenerator
 
getNext() - Method in class org.databene.benerator.distribution.sequence.RandomWalkLongGenerator
 
getNobilityTitle() - Method in class org.databene.domain.person.Person
 
getNobleQuota() - Method in class org.databene.domain.person.NobilityTitleGenerator
 
getNobleQuota() - Method in class org.databene.domain.person.PersonGenerator
 
getNoiseDistribution() - Method in class org.databene.benerator.primitive.number.NoiseInducer
 
getNoiseGranularity() - Method in class org.databene.benerator.primitive.number.NoiseInducer
 
getNullMarker() - Method in class org.databene.model.data.TypeDescriptor
 
getNullQuota() - Method in class org.databene.model.data.InstanceDescriptor
 
getNullString() - Method in class org.databene.benerator.consumer.FormattingConsumer
 
getNumberDetail(SimpleTypeDescriptor, String, Class<T>) - Static method in class org.databene.benerator.factory.DescriptorUtil
 
getOfficePhone() - Method in class org.databene.domain.address.Address
 
getOffset(TypeDescriptor) - Static method in class org.databene.benerator.factory.DescriptorUtil
 
getOffset() - Method in class org.databene.benerator.wrapper.OffsetBasedGenerator
 
getOffset() - Method in class org.databene.model.data.TypeDescriptor
 
getOpenConnectionCount() - Method in class org.databene.benerator.engine.BeneratorMonitor
 
getOpenConnectionCount() - Method in interface org.databene.benerator.engine.BeneratorMonitorMBean
 
getOpenPreparedStatementCount() - Method in class org.databene.benerator.engine.BeneratorMonitor
 
getOpenPreparedStatementCount() - Method in interface org.databene.benerator.engine.BeneratorMonitorMBean
 
getOpenResultSetCount() - Method in class org.databene.benerator.engine.BeneratorMonitor
 
getOpenResultSetCount() - Method in interface org.databene.benerator.engine.BeneratorMonitorMBean
 
getOpenStatementCount() - Method in class org.databene.benerator.engine.BeneratorMonitor
 
getOpenStatementCount() - Method in interface org.databene.benerator.engine.BeneratorMonitorMBean
 
getOrCreateTracker() - Method in class org.databene.platform.contiperf.PerfTrackingWrapper
 
getOrganization() - Method in class org.databene.domain.address.Address
 
getPager() - Method in class org.databene.benerator.engine.statement.RunTaskStatement
 
getPageSize() - Method in class org.databene.benerator.engine.statement.RunTaskStatement
 
getPageSizeEx() - Method in class org.databene.benerator.engine.statement.TranscodingTaskStatement
 
getParent() - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
getParent() - Method in interface org.databene.benerator.engine.BeneratorSubContext
 
getParent() - Method in class org.databene.model.data.ArrayTypeDescriptor
 
getParent() - Method in class org.databene.model.data.SimpleTypeDescriptor
 
getParent() - Method in class org.databene.model.data.TypeDescriptor
 
getParentName() - Method in class org.databene.model.data.TypeDescriptor
 
getParents() - Method in class org.databene.benerator.dataset.Dataset
 
getParsers() - Method in class org.databene.benerator.DefaultPlatformDescriptor
 
getParsers() - Method in interface org.databene.benerator.PlatformDescriptor
 
getParts() - Method in class org.databene.model.data.ComplexTypeDescriptor
 
getParts() - Method in class org.databene.platform.db.LazyTableComplexTypeDescriptor
 
getPartScript() - Method in class org.databene.platform.script.ScriptedEntityExporter
 
getPassword() - Method in class org.databene.platform.db.DBSystem
 
getPassword() - Method in class org.databene.platform.jndi.InitialContext
 
getPathFor(String, Class<?>) - Method in class org.databene.benerator.anno.DefaultPathResolver
 
getPathFor(String, Class<?>) - Method in interface org.databene.benerator.anno.PathResolver
 
getPathFor(String, Class<?>) - Method in class org.databene.benerator.anno.RelativePathResolver
 
getPattern() - Method in class org.databene.benerator.primitive.CharacterGenerator
Returns the regular expression to match
getPattern() - Method in class org.databene.benerator.primitive.RandomVarLengthStringGenerator
 
getPattern() - Method in class org.databene.benerator.primitive.RegexStringGenerator
Sets the String representation of the regular expression
getPattern() - Method in class org.databene.benerator.wrapper.MessageGenerator
Returns the pattern property
getPattern() - Method in class org.databene.domain.address.AddressFormat
 
getPattern() - Method in class org.databene.model.data.TypeDescriptor
 
getPatternAsDateFormat(TypeDescriptor) - Static method in class org.databene.benerator.factory.DescriptorUtil
 
getPhoneCode() - Method in class org.databene.domain.address.Country
 
getPlural() - Method in class org.databene.domain.lang.Noun
 
getPopulation() - Method in class org.databene.domain.address.City
 
getPopulation() - Method in class org.databene.domain.address.Country
 
getPopulation() - Method in class org.databene.domain.address.State
 
getPostalCode() - Method in class org.databene.domain.address.Address
 
getPostalCode() - Method in class org.databene.domain.address.CityManager.CityHelper
 
getPostalCodes() - Method in class org.databene.domain.address.City
 
getPrefix() - Method in class org.databene.benerator.primitive.StringGenerator
 
getPrimitiveType() - Method in class org.databene.model.data.SimpleTypeDescriptor
 
getPrimitiveType() - Method in class org.databene.model.data.UnionSimpleTypeDescriptor
 
getPrimitiveTypeDescriptor(Class<?>) - Method in class org.databene.model.data.DataModel
 
getPrimitiveTypeDescriptor(Class<? extends Object>) - Method in class org.databene.model.data.PrimitiveDescriptorProvider
 
getPrivatePhone() - Method in class org.databene.domain.address.Address
 
getProductName() - Method in class org.databene.benerator.engine.statement.GenerateAndConsumeTask
 
getProducts() - Method in class org.databene.benerator.test.ConsumerMock
 
getProjectFolder() - Method in class org.databene.benerator.gui.Setup
 
getProjectName() - Method in class org.databene.benerator.gui.Setup
 
getPropertyMessages() - Method in exception org.databene.benerator.InvalidGeneratorSetupException
 
getProvider() - Method in class org.databene.model.data.FeatureDescriptor
 
getQuery() - Method in class org.databene.platform.db.QueryDataSource
 
getQuery() - Method in class org.databene.platform.db.QueryIterable
 
getRadix() - Method in class org.databene.benerator.primitive.IncrementalIntsGenerator
 
getRadix() - Method in class org.databene.benerator.primitive.UniqueIntsGenerator
 
getRealStatement(BeneratorContext) - Method in class org.databene.benerator.engine.statement.LazyStatement
 
getRealStatement(BeneratorContext) - Method in class org.databene.benerator.engine.statement.StatementProxy
 
getRealStatement(Statement, BeneratorContext) - Static method in class org.databene.benerator.engine.StatementUtil
 
getRealTask() - Method in class org.databene.task.TaskProxy
 
getRecentProduct() - Method in class org.databene.benerator.engine.statement.GenerateAndConsumeTask
 
getReferenceComponents() - Method in class org.databene.model.data.ComplexTypeDescriptor
 
getReferenceComponents() - Method in class org.databene.platform.db.LazyTableComplexTypeDescriptor
 
getRegisteredSequence(String, boolean) - Static method in class org.databene.benerator.distribution.SequenceManager
 
getRequiredCount() - Method in exception org.databene.task.TaskUnavailableException
 
getResourceManager() - Method in class org.databene.benerator.engine.parser.xml.BeneratorParseContext
 
getResourceManager() - Method in class org.databene.benerator.engine.statement.GenerateAndConsumeTask
 
getResources() - Method in class org.databene.benerator.engine.ResourceManagerSupport
 
getResultWrapper() - Method in class org.databene.benerator.util.AbstractGenerator
 
getSalutation() - Method in class org.databene.domain.person.Person
 
getSamples() - Method in class org.databene.benerator.sample.AttachedWeightSampleGenerator
returns the sample list
getSchema() - Method in class org.databene.platform.db.DBSystem
 
getScope() - Method in class org.databene.benerator.engine.AbstractScopedLifeCycleHolder
 
getScope() - Method in interface org.databene.benerator.engine.ScopedLifeCycleHolder
 
getScope() - Method in class org.databene.model.data.TypeDescriptor
 
getScript() - Method in class org.databene.model.data.TypeDescriptor
 
getSecondGivenName() - Method in class org.databene.domain.person.Person
 
getSector() - Method in class org.databene.domain.organization.CompanyName
 
getSegment() - Method in class org.databene.model.data.TypeDescriptor
 
getSelectByPKStatement(ComplexTypeDescriptor) - Method in class org.databene.platform.db.ConnectionHolder
 
getSelectByPKStatement(ComplexTypeDescriptor) - Method in class org.databene.platform.db.DBSystem
 
getSelectByPKStatement(ComplexTypeDescriptor) - Method in class org.databene.platform.db.DefaultDBSystem
 
getSelector() - Method in class org.databene.model.data.TypeDescriptor
 
getSeparator(TypeDescriptor, BeneratorContext) - Static method in class org.databene.benerator.factory.DescriptorUtil
 
getSeparator() - Method in class org.databene.benerator.primitive.HibUUIDGenerator
 
getSeparator() - Method in class org.databene.benerator.sample.WeightedCSVSampleGenerator
 
getSeparator() - Method in class org.databene.benerator.wrapper.ConcatenatingGenerator
 
getSeparator() - Method in class org.databene.model.data.TypeDescriptor
 
getShortName() - Method in class org.databene.domain.organization.CompanyName
 
getSimpleTypeGeneratorFactory() - Method in class org.databene.benerator.BeneratorFactory
 
getSimpleTypeGeneratorFactory() - Method in class org.databene.benerator.engine.DefaultBeneratorFactory
 
getSingular() - Method in class org.databene.domain.lang.Noun
 
getSource() - Method in class org.databene.benerator.composite.AbstractGeneratorComponent
 
getSource() - Method in class org.databene.benerator.dataset.AbstractDatasetGenerator
 
getSource() - Method in class org.databene.benerator.dataset.CompositeDatasetGenerator
 
getSource(BeneratorContext) - Method in interface org.databene.benerator.engine.statement.CascadeParent
 
getSource(BeneratorContext) - Method in class org.databene.benerator.engine.statement.CascadeStatement
 
getSource(BeneratorContext) - Method in class org.databene.benerator.engine.statement.TranscodeStatement
 
getSource() - Method in class org.databene.benerator.primitive.UniqueIntsGenerator
 
getSource() - Method in class org.databene.benerator.wrapper.DataSourceGenerator
 
getSource() - Method in class org.databene.benerator.wrapper.GeneratorWrapper
Returns the source generator
getSource(int) - Method in class org.databene.benerator.wrapper.MultiGeneratorWrapper
 
getSource() - Method in class org.databene.benerator.wrapper.NonNullGeneratorProxy
Returns the source generator
getSource() - Method in class org.databene.benerator.wrapper.NonNullGeneratorWrapper
Returns the source generator
getSource() - Method in class org.databene.domain.address.StreetNameGenerator
 
getSource() - Method in class org.databene.model.data.TypeDescriptor
 
getSourceEx() - Method in class org.databene.benerator.engine.statement.TranscodingTaskStatement
 
getSources() - Method in class org.databene.benerator.wrapper.MultiGeneratorWrapper
 
getSources() - Method in class org.databene.benerator.wrapper.MultiSourceArrayGenerator
 
getSources() - Method in class org.databene.platform.file.FileJoiner
 
getSourceType() - Method in class org.databene.benerator.primitive.ValueMapper
 
getSourceWeights() - Method in class org.databene.benerator.wrapper.WeightedGeneratorGenerator
 
getSourceWrapper() - Method in class org.databene.benerator.wrapper.GeneratorWrapper
 
getSourceWrapper() - Method in class org.databene.benerator.wrapper.MultiGeneratorWrapper
 
getState() - Method in class org.databene.domain.address.Address
 
getState() - Method in class org.databene.domain.address.City
 
getState(String) - Method in class org.databene.domain.address.Country
 
getStatement(ComplexTypeDescriptor, boolean, List<ColumnInfo>) - Method in class org.databene.platform.db.ConnectionHolder
 
getStatement(ComplexTypeDescriptor, boolean, List<ColumnInfo>) - Method in class org.databene.platform.db.DBSystem
 
getStatement(ComplexTypeDescriptor, boolean, List<ColumnInfo>) - Method in class org.databene.platform.db.DefaultDBSystem
 
getStates() - Method in class org.databene.domain.address.Country
 
getStreet() - Method in class org.databene.domain.address.Address
 
getSubSelector() - Method in class org.databene.model.data.TypeDescriptor
 
getSubSets() - Method in class org.databene.benerator.dataset.Dataset
 
getSubStatements() - Method in interface org.databene.benerator.engine.statement.CascadeParent
 
getSubStatements() - Method in class org.databene.benerator.engine.statement.CompositeStatement
 
getSubTasks() - Method in class org.databene.task.CompositeTask
 
getSuccessor(E) - Method in class org.databene.benerator.sample.SeedManager
 
getSuffix() - Method in class org.databene.benerator.primitive.StringGenerator
 
getSum() - Method in class org.databene.benerator.primitive.AddingConsumer
 
getSystem() - Method in class org.databene.platform.db.DBSystem
 
getTable(String) - Method in class org.databene.platform.db.DBSystem
 
getTag(String) - Method in class org.databene.benerator.wrapper.ProductWrapper
 
getTarget() - Method in class org.databene.benerator.consumer.ConsumerProxy
 
getTarget(BeneratorContext) - Method in interface org.databene.benerator.engine.statement.CascadeParent
 
getTarget(BeneratorContext) - Method in class org.databene.benerator.engine.statement.CascadeStatement
 
getTarget(BeneratorContext) - Method in class org.databene.benerator.engine.statement.TranscodeStatement
 
getTarget() - Method in class org.databene.platform.java.JavaInvoker
 
getTargetComponent() - Method in class org.databene.model.data.ReferenceDescriptor
 
getTargetEx() - Method in class org.databene.benerator.engine.statement.TranscodingTaskStatement
 
getTargetExpression() - Method in class org.databene.benerator.engine.statement.LazyStatement
 
getTargetTableName(String, DBSystem, BeneratorContext) - Method in class org.databene.benerator.engine.statement.CascadeStatement.Reference
 
getTargetType() - Method in class org.databene.benerator.primitive.ValueMapper
 
getTargetType() - Method in class org.databene.model.data.ReferenceDescriptor
 
getTargetType() - Method in class org.databene.platform.map.Entity2MapConverter
 
getTask() - Method in class org.databene.benerator.engine.statement.GenerateOrIterateStatement
 
getTask(BeneratorContext) - Method in class org.databene.benerator.engine.statement.RunTaskStatement
 
getTask() - Method in exception org.databene.task.TaskUnavailableException
 
getTaskName(InstanceDescriptor) - Method in class org.databene.benerator.engine.parser.xml.GenerateOrIterateParser
 
getTaskName() - Method in class org.databene.benerator.engine.statement.GenerateAndConsumeTask
 
getTaskName() - Method in class org.databene.platform.contiperf.PerfTrackingTaskProxy
 
getTaskName() - Method in class org.databene.task.AbstractTask
 
getTaskName() - Method in interface org.databene.task.Task
 
getTextEx() - Method in class org.databene.benerator.engine.statement.EvaluateStatement
 
getThreadCount() - Method in class org.databene.benerator.test.ConsumerMock
 
getThreads() - Method in class org.databene.benerator.engine.statement.RunTaskStatement
 
getTimePattern() - Method in class org.databene.benerator.consumer.FormattingConsumer
 
getTimestampCapitalization() - Method in class org.databene.benerator.consumer.FormattingConsumer
 
getTimestampPattern() - Method in class org.databene.benerator.consumer.FormattingConsumer
 
getTitle() - Method in class org.databene.domain.person.Person
 
getTotalGenerationCount() - Method in class org.databene.benerator.engine.BeneratorMonitor
 
getTotalGenerationCount() - Method in interface org.databene.benerator.engine.BeneratorMonitorMBean
 
getTrueQuota() - Method in class org.databene.benerator.primitive.BooleanGenerator
Sets the quota of true values to create
getTrueQuota() - Method in class org.databene.model.data.SimpleTypeDescriptor
 
getType() - Method in class org.databene.benerator.dataset.Dataset
 
getType(DBSystem, BeneratorContext) - Method in interface org.databene.benerator.engine.statement.CascadeParent
 
getType(DBSystem, BeneratorContext) - Method in class org.databene.benerator.engine.statement.CascadeStatement
 
getType(DBSystem, BeneratorContext) - Method in class org.databene.benerator.engine.statement.TranscodeStatement
 
getType() - Method in class org.databene.model.data.FeatureDetail
 
getType() - Method in class org.databene.model.data.InstanceDescriptor
 
getType() - Method in class org.databene.platform.csv.CSVEntityIterator
 
getType() - Method in class org.databene.platform.db.ResultSetEntityIterator
 
getType() - Method in class org.databene.platform.dbunit.AbstractDbUnitEntityIterator
 
getType(Row) - Method in class org.databene.platform.dbunit.AbstractDbUnitEntityIterator
 
getType() - Method in class org.databene.platform.fixedwidth.FixedWidthEntitySource
 
getType() - Method in class org.databene.platform.xls.XLSEntityIterator
 
getTypeDescriptor(String) - Method in class org.databene.model.data.DataModel
 
getTypeDescriptor(String, String) - Method in class org.databene.model.data.DataModel
 
getTypeDescriptor(String) - Method in class org.databene.model.data.DefaultDescriptorProvider
 
getTypeDescriptor(String) - Method in interface org.databene.model.data.DescriptorProvider
 
getTypeDescriptor() - Method in class org.databene.model.data.InstanceDescriptor
 
getTypeDescriptor(String) - Method in class org.databene.platform.db.DBSystem
 
getTypeDescriptor(String) - Method in class org.databene.platform.java.BeanDescriptorProvider
 
getTypeDescriptor(String) - Method in class org.databene.platform.memstore.MemStore
 
getTypeDescriptors() - Method in class org.databene.model.data.DefaultDescriptorProvider
 
getTypeDescriptors() - Method in interface org.databene.model.data.DescriptorProvider
 
getTypeDescriptors() - Method in class org.databene.platform.db.DBSystem
 
getTypeDescriptors() - Method in class org.databene.platform.memstore.MemStore
 
getUniqueness(InstanceDescriptor, BeneratorContext) - Static method in class org.databene.benerator.factory.DescriptorUtil
 
getUniqueness() - Method in class org.databene.model.data.IdDescriptor
 
getUniqueness() - Method in class org.databene.model.data.InstanceDescriptor
 
getUri() - Method in interface org.databene.benerator.consumer.FileExporter
 
getUri() - Method in class org.databene.benerator.consumer.TextFileExporter
 
getUri() - Method in class org.databene.benerator.engine.statement.IncludeStatement
 
getUri() - Method in class org.databene.benerator.sample.SequencedCSVSampleGenerator
 
getUri() - Method in class org.databene.benerator.sample.WeightedCSVSampleGenerator
 
getUri() - Method in class org.databene.model.data.FileBasedEntitySource
 
getUri() - Method in class org.databene.platform.dbunit.DbUnitEntityExporter
 
getUri() - Method in class org.databene.platform.xls.XLSEntityExporter
 
getUri() - Method in class org.databene.platform.xls.XLSEntityIterator
 
getUri() - Method in class org.databene.platform.xml.XMLEntityExporter
 
getUrl() - Method in class org.databene.platform.db.DBSystem
 
getUrl() - Method in class org.databene.platform.jndi.InitialContext
 
getUser() - Method in class org.databene.platform.db.DBSystem
 
getUser() - Method in class org.databene.platform.jndi.InitialContext
 
getValidator(String, BeneratorContext) - Static method in class org.databene.benerator.factory.DescriptorUtil
 
getValidator() - Method in class org.databene.model.data.TypeDescriptor
 
getValue() - Method in class org.databene.benerator.sample.ConstantGenerator
Returns the property 'value'
getValue(Entity) - Method in class org.databene.model.data.ComponentAccessor
 
getValue() - Method in class org.databene.model.data.FeatureDetail
 
getValues() - Method in class org.databene.benerator.primitive.CharacterGenerator
Returns the available values
getValues() - Method in class org.databene.model.data.SimpleTypeDescriptor
 
getVariety() - Method in class org.databene.benerator.sample.AbstractSampleGenerator
 
getVariety() - Method in class org.databene.benerator.sample.AttachedWeightSampleGenerator
 
getVariety() - Method in class org.databene.benerator.sample.IndividualWeightSampleGenerator
 
getVariety() - Method in class org.databene.benerator.sample.SampleGenerator
 
getVersion() - Method in class org.databene.benerator.gui.MavenDependency
 
getVersion() - Method in class org.databene.benerator.gui.Setup
 
getWeight() - Method in class org.databene.benerator.dataset.AbstractDatasetGenerator
 
getWeight() - Method in class org.databene.benerator.dataset.AtomicDatasetGenerator
 
getWeight() - Method in class org.databene.benerator.dataset.CompositeDatasetGenerator
 
getWeight() - Method in class org.databene.benerator.sample.AttachedWeightSampleGenerator
 
getWeight() - Method in class org.databene.benerator.sample.IndividualWeightSampleGenerator
 
getWeight() - Method in class org.databene.benerator.sample.SeedManager
 
getWeight() - Method in class org.databene.benerator.wrapper.WeighingGeneratorWrapper
 
getWeight() - Method in class org.databene.benerator.wrapper.WeightedGeneratorGenerator
 
getWeight() - Method in class org.databene.domain.person.FamilyNameGenerator
 
getWeight() - Method in class org.databene.domain.person.GivenNameGenerator
 
getWeightFeature() - Method in class org.databene.benerator.distribution.FeatureWeight
 
getWrapper() - Static method in class org.databene.benerator.util.GeneratorUtil
 
getZipCode() - Method in class org.databene.domain.address.Address
Deprecated. 
getZipCodes() - Method in class org.databene.domain.address.City
Deprecated. use property postalCodes
GHANA - Static variable in class org.databene.domain.address.Country
 
GivenNameGenerator - Class in org.databene.domain.person
Generates a given name for a person.
GivenNameGenerator() - Constructor for class org.databene.domain.person.GivenNameGenerator
 
GivenNameGenerator(String, Gender) - Constructor for class org.databene.domain.person.GivenNameGenerator
 
GivenNameGenerator(String, String, String, Gender) - Constructor for class org.databene.domain.person.GivenNameGenerator
 
Granularity - Annotation Type in org.databene.benerator.anno
Specifies the number granularity to use when generating number data for the annotated element.
granularity - Variable in class org.databene.benerator.primitive.DynamicLongGenerator
 
granularity - Variable in class org.databene.benerator.primitive.number.AbstractNonNullNumberGenerator
 
GRANULARITY - Static variable in class org.databene.model.data.SimpleTypeDescriptor
 
GREAT_BRITAIN - Static variable in class org.databene.domain.address.Country
 
GREECE - Static variable in class org.databene.domain.address.Country
 
GROUP - Static variable in class org.databene.platform.xml.XMLSchemaDescriptorProvider
 

H

handleError(String, Context) - Method in class org.databene.benerator.engine.statement.AbstractStatement
 
handleError(String, Context, Throwable) - Method in class org.databene.benerator.engine.statement.AbstractStatement
 
handler - Variable in class org.databene.benerator.gui.ProjectBuilder
 
hashCode() - Method in class org.databene.benerator.archetype.Archetype
 
hashCode() - Method in class org.databene.benerator.dataset.Dataset
 
hashCode() - Method in class org.databene.benerator.distribution.FeatureWeight
 
hashCode() - Method in class org.databene.benerator.PropertyMessage
 
hashCode() - Method in class org.databene.benerator.wrapper.GeneratorWrapper
 
hashCode() - Method in class org.databene.domain.address.Address
 
hashCode() - Method in class org.databene.domain.address.City
 
hashCode() - Method in class org.databene.domain.address.CityId
 
hashCode() - Method in class org.databene.domain.address.Country
 
hashCode() - Method in class org.databene.domain.address.PhoneNumber
 
hashCode() - Method in class org.databene.domain.address.State
 
hashCode() - Method in class org.databene.domain.lang.Noun
 
hashCode() - Method in class org.databene.model.data.Entity
 
hashCode() - Method in class org.databene.model.data.FeatureDescriptor
 
hashCode() - Method in class org.databene.model.data.FeatureDetail
 
hashCode() - Method in class org.databene.platform.xls.XLSEntityExporter
 
hasInstance(String) - Static method in class org.databene.domain.address.Country
 
hasNext() - Method in class org.databene.benerator.util.GeneratorIterator
 
hasProductNameInScope(String) - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
hasProductNameInScope(String) - Method in interface org.databene.benerator.engine.BeneratorContext
 
hasProductNameInScope(String) - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
HeadSequence - Class in org.databene.benerator.distribution.sequence
Sequence implementation that returns the first n values of another Generator (default 1).
HeadSequence() - Constructor for class org.databene.benerator.distribution.sequence.HeadSequence
 
HeadSequence(long) - Constructor for class org.databene.benerator.distribution.sequence.HeadSequence
 
HibUUIDGenerator - Class in org.databene.benerator.primitive
Creates UUIDs evaluating IP address, a JVM ID and timestamp.
HibUUIDGenerator() - Constructor for class org.databene.benerator.primitive.HibUUIDGenerator
 
HibUUIDGenerator(String) - Constructor for class org.databene.benerator.primitive.HibUUIDGenerator
 
hiGenerator - Variable in class org.databene.benerator.primitive.HiLoGenerator
 
HiLoGenerator - Class in org.databene.benerator.primitive
Combines the output of a 'slow' generator (e.g. a remote hiGenerator) with quickly generated numbers in a range: value = hi * maxLo + local.
HiLoGenerator() - Constructor for class org.databene.benerator.primitive.HiLoGenerator
 
HiLoGenerator(int) - Constructor for class org.databene.benerator.primitive.HiLoGenerator
 
HiLoGenerator(NonNullGenerator<Long>, int) - Constructor for class org.databene.benerator.primitive.HiLoGenerator
 
houseNumber - Variable in class org.databene.domain.address.Address
 
HUNGARY - Static variable in class org.databene.domain.address.Country
 

I

IBAN - Annotation Type in org.databene.domain.finance
Bean validation annotation (JSR 303) for fields that represent an IBAN.
IBANUtil - Class in org.databene.domain.finance
Provides utility methods for IBAN processing.
IBANUtil() - Constructor for class org.databene.domain.finance.IBANUtil
 
IBANValidator - Class in org.databene.domain.finance
Validates IBANs.
IBANValidator() - Constructor for class org.databene.domain.finance.IBANValidator
 
ICELAND - Static variable in class org.databene.domain.address.Country
 
iconPath() - Method in class org.databene.benerator.main.BeneratorGUI.BeneratorGUIFrame
 
id - Variable in class org.databene.model.data.DefaultDescriptorProvider
 
idComponentValues() - Method in class org.databene.model.data.Entity
 
IdDescriptor - Class in org.databene.model.data
 
IdDescriptor(String, DescriptorProvider) - Constructor for class org.databene.model.data.IdDescriptor
 
IdDescriptor(String, DescriptorProvider, String) - Constructor for class org.databene.model.data.IdDescriptor
 
IdDescriptor(String, DescriptorProvider, TypeDescriptor) - Constructor for class org.databene.model.data.IdDescriptor
 
IfParser - Class in org.databene.benerator.engine.parser.xml
Parses an <if> element.
IfParser() - Constructor for class org.databene.benerator.engine.parser.xml.IfParser
 
IfStatement - Class in org.databene.benerator.engine.statement
CompositeStatement that executes it parts only if a condition is matched.
IfStatement(Expression<Boolean>) - Constructor for class org.databene.benerator.engine.statement.IfStatement
 
IfStatement(Expression<Boolean>, Statement) - Constructor for class org.databene.benerator.engine.statement.IfStatement
 
IfStatement(Expression<Boolean>, Statement, Statement) - Constructor for class org.databene.benerator.engine.statement.IfStatement
 
IllegalGeneratorStateException - Exception in org.databene.benerator
Indicates exceptional generator states that stem from inappropriate generator setup or use.
IllegalGeneratorStateException(String) - Constructor for exception org.databene.benerator.IllegalGeneratorStateException
 
IllegalGeneratorStateException(String, Throwable) - Constructor for exception org.databene.benerator.IllegalGeneratorStateException
 
IllegalGeneratorStateException(Throwable) - Constructor for exception org.databene.benerator.IllegalGeneratorStateException
 
IMPORT - Static variable in class org.databene.platform.xml.XMLSchemaDescriptorProvider
 
importClass(String) - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
importClass(String) - Method in interface org.databene.benerator.engine.BeneratorContext
 
importClass(String) - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
importDefaults() - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
importDefaults() - Method in interface org.databene.benerator.engine.BeneratorContext
 
importDefaults() - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
importDomain(String, BeneratorContext) - Method in class org.databene.benerator.engine.statement.ImportStatement
 
importer - Variable in class org.databene.platform.db.DBSystem
 
importPackage(String) - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
importPackage(String) - Method in interface org.databene.benerator.engine.BeneratorContext
 
importPackage(String) - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
ImportParser - Class in org.databene.benerator.engine.parser.xml
Parses an <import> element in a Benerator descriptor file.
ImportParser() - Constructor for class org.databene.benerator.engine.parser.xml.ImportParser
 
importPlatform(PlatformDescriptor, BeneratorContext) - Method in class org.databene.benerator.engine.statement.ImportStatement
 
ImportStatement - Class in org.databene.benerator.engine.statement
Imports classes by package, class, domain and platform definition(s).
ImportStatement(boolean, String[], String[], List<PlatformDescriptor>) - Constructor for class org.databene.benerator.engine.statement.ImportStatement
 
INCLUDE - Static variable in class org.databene.platform.xml.XMLSchemaDescriptorProvider
 
IncludeParser - Class in org.databene.benerator.engine.parser.xml
Parses an IncludeParser() - Constructor for class org.databene.benerator.engine.parser.xml.IncludeParser
 
includeProperties(String, BeneratorContext) - Static method in class org.databene.benerator.engine.statement.IncludeStatement
 
IncludeStatement - Class in org.databene.benerator.engine.statement
Executes an <include/> from an XML descriptor file.
IncludeStatement(Expression<String>) - Constructor for class org.databene.benerator.engine.statement.IncludeStatement
 
includeXmlSchema(String, BeneratorContext) - Static method in class org.databene.benerator.engine.statement.IncludeStatement
 
increment - Variable in class org.databene.platform.db.SequenceTableGenerator
 
INCREMENT_SEQUENCE - Static variable in class org.databene.benerator.distribution.SequenceManager
 
IncrementalIdGenerator - Class in org.databene.benerator.primitive
Generates unique long values incrementally.
IncrementalIdGenerator() - Constructor for class org.databene.benerator.primitive.IncrementalIdGenerator
 
IncrementalIdGenerator(long) - Constructor for class org.databene.benerator.primitive.IncrementalIdGenerator
 
IncrementalIdGenerator(long, long) - Constructor for class org.databene.benerator.primitive.IncrementalIdGenerator
 
IncrementalIntsGenerator - Class in org.databene.benerator.primitive
Generates int arrays in the same manner in which decimal numbers are used.
IncrementalIntsGenerator(int, int) - Constructor for class org.databene.benerator.primitive.IncrementalIntsGenerator
 
IncrementalStringGenerator - Class in org.databene.benerator.primitive
Creates Strings in an incremental manner.
IncrementalStringGenerator(Set<Character>, int, int, int) - Constructor for class org.databene.benerator.primitive.IncrementalStringGenerator
 
IncrementGenerator - Class in org.databene.benerator.primitive
Generates long values by continuously incrementing a base (min) value.
IncrementGenerator() - Constructor for class org.databene.benerator.primitive.IncrementGenerator
 
IncrementGenerator(long) - Constructor for class org.databene.benerator.primitive.IncrementGenerator
 
IncrementGenerator(long, long) - Constructor for class org.databene.benerator.primitive.IncrementGenerator
 
IncrementGenerator(long, long, long) - Constructor for class org.databene.benerator.primitive.IncrementGenerator
 
indefiniteArticle(int, boolean) - Method in class org.databene.domain.lang.Language
 
IndexBasedSampleGeneratorProxy<E> - Class in org.databene.benerator.distribution
Internal generator which reads all products of a source generator and provides them with an index-based strategy.
IndexBasedSampleGeneratorProxy(Generator<E>, Distribution, boolean) - Constructor for class org.databene.benerator.distribution.IndexBasedSampleGeneratorProxy
 
INDIA - Static variable in class org.databene.domain.address.Country
 
IndividualWeight<E> - Class in org.databene.benerator.distribution
Distribution type that provides an individual weight for each object.
IndividualWeight() - Constructor for class org.databene.benerator.distribution.IndividualWeight
 
IndividualWeightSampleGenerator<E> - Class in org.databene.benerator.sample
Maps an IndividualWeight distribution to an AbstractWeightFunction and uses its capabilities for providing distribution features based on the IndividualWeight's characteristics.
IndividualWeightSampleGenerator(Class<E>, IndividualWeight<E>, E...) - Constructor for class org.databene.benerator.sample.IndividualWeightSampleGenerator
Initializes the generator to an unweighted sample list
IndividualWeightSampleGenerator(Class<E>, IndividualWeight<E>, Iterable<E>) - Constructor for class org.databene.benerator.sample.IndividualWeightSampleGenerator
Initializes the generator to an unweighted sample list
INDONESIA - Static variable in class org.databene.domain.address.Country
 
infoLog - Variable in class org.databene.benerator.engine.statement.GenerateOrIterateStatement
 
infoLog - Variable in class org.databene.benerator.engine.statement.RunTaskStatement
 
init(BeneratorContext) - Method in class org.databene.benerator.composite.AbstractGeneratorComponent
 
init(BeneratorContext) - Method in class org.databene.benerator.composite.ComponentAndVariableSupport
 
init(BeneratorContext) - Method in class org.databene.benerator.composite.ComponentBuilderProxy
 
init(BeneratorContext) - Method in class org.databene.benerator.composite.MultiComponentBuilder
 
init(GeneratorContext) - Method in class org.databene.benerator.composite.SourceAwareGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.dataset.AbstractDatasetGenerator
 
init(BeneratorContext) - Method in class org.databene.benerator.DefaultPlatformDescriptor
 
init(GeneratorContext) - Method in class org.databene.benerator.distribution.DistributingGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.distribution.IndexBasedSampleGeneratorProxy
 
init(GeneratorContext) - Method in class org.databene.benerator.distribution.sequence.BitReverseLongGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.distribution.sequence.BitReverseNaturalNumberGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.distribution.sequence.CumulatedDoubleGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.distribution.sequence.CumulatedLongGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.distribution.sequence.ExpandGeneratorProxy
 
init(GeneratorContext) - Method in class org.databene.benerator.distribution.sequence.RandomBigDecimalGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.distribution.sequence.RandomBigIntegerGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.distribution.sequence.RandomIntegerGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.distribution.sequence.RandomLongGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.distribution.sequence.RandomWalkDoubleGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.distribution.sequence.RandomWalkLongGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.distribution.sequence.ShuffleDoubleGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.distribution.sequence.ShuffleLongGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.distribution.sequence.StepDoubleGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.distribution.sequence.StepLongGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.distribution.sequence.WedgeDoubleGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.distribution.sequence.WedgeLongGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.distribution.WeightedDoubleGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.distribution.WeightedLongGenerator
 
init(BeneratorContext) - Method in class org.databene.benerator.engine.CurrentProductGeneration
 
init(BeneratorContext) - Method in interface org.databene.benerator.engine.LifeCycleHolder
 
init(BeneratorContext) - Method in class org.databene.benerator.engine.statement.GenerateAndConsumeTask
 
init(GeneratorContext) - Method in class org.databene.benerator.engine.TaskBasedGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.file.FileContentGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.file.FileGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.file.XMLFileGenerator
 
init(GeneratorContext) - Method in interface org.databene.benerator.Generator
 
init(BeneratorContext) - Method in interface org.databene.benerator.PlatformDescriptor
 
init(GeneratorContext) - Method in class org.databene.benerator.primitive.CharacterGenerator
Initializes the generator's state.
init(GeneratorContext) - Method in class org.databene.benerator.primitive.datetime.DateGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.primitive.datetime.DateTimeGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.primitive.datetime.DayGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.primitive.DynamicLongGenerator
ensures consistency of the state
init(GeneratorContext) - Method in class org.databene.benerator.primitive.EquivalenceStringGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.primitive.HiLoGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.primitive.LuhnGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.primitive.number.AbstractNonNullNumberGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.primitive.number.RecurrenceRelationNumberGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.primitive.RandomVarLengthStringGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.primitive.RegexStringGenerator
ensures consistency of the generators state
init(GeneratorContext) - Method in class org.databene.benerator.primitive.StringGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.primitive.TokenCombiner
 
init(GeneratorContext) - Method in class org.databene.benerator.primitive.TokenCombiner.SimpleTokenCombinator
 
init(GeneratorContext) - Method in class org.databene.benerator.primitive.UniqueFixedLengthStringGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.primitive.UniqueIntsGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.primitive.UniqueScrambledStringGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.sample.AttachedWeightSampleGenerator
Initializes all attributes
init(GeneratorContext) - Method in class org.databene.benerator.sample.IndividualWeightSampleGenerator
Initializes all attributes
init(GeneratorContext) - Method in class org.databene.benerator.sample.OneShotGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.sample.SampleGenerator
Initializes all attributes
init(GeneratorContext) - Method in class org.databene.benerator.sample.SeedGenerator
 
init() - Method in class org.databene.benerator.sample.SeedManager
 
init(GeneratorContext) - Method in class org.databene.benerator.sample.SequencedCSVSampleGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.sample.StateGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.sample.WeightedCSVSampleGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.sample.WeigthedLiteralGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.util.AbstractGenerator
 
init(Generator<?>) - Static method in class org.databene.benerator.util.GeneratorUtil
 
init(Generator<?>, GeneratorContext) - Static method in class org.databene.benerator.util.GeneratorUtil
 
init(GeneratorContext) - Method in class org.databene.benerator.util.SharedGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.wrapper.CardinalGenerator
ensures consistency of the state
init(GeneratorContext) - Method in class org.databene.benerator.wrapper.CollectionGenerator
ensures consistency of the state
init(GeneratorContext) - Method in class org.databene.benerator.wrapper.ConvertingGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.wrapper.DataSourceGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.wrapper.GeneratorChain
 
init(GeneratorContext) - Method in class org.databene.benerator.wrapper.GeneratorWrapper
 
init(GeneratorContext) - Method in class org.databene.benerator.wrapper.IteratingGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.wrapper.LastProductDetector
 
init(GeneratorContext) - Method in class org.databene.benerator.wrapper.MessageGenerator
ensures consistency of the generator's state
init(GeneratorContext) - Method in class org.databene.benerator.wrapper.MultiGeneratorWrapper
 
init(GeneratorContext) - Method in class org.databene.benerator.wrapper.MultiSourceArrayGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.wrapper.NullStartingGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.wrapper.OffsetBasedGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.wrapper.RepeatGeneratorProxy
 
init(GeneratorContext) - Method in class org.databene.benerator.wrapper.SkipGeneratorProxy
 
init(GeneratorContext) - Method in class org.databene.benerator.wrapper.SynchronizedGeneratorProxy
 
init(GeneratorContext) - Method in class org.databene.benerator.wrapper.UniqueMultiSourceArrayGenerator
 
init(GeneratorContext) - Method in class org.databene.benerator.wrapper.ValidatingGeneratorProxy
 
init(GeneratorContext) - Method in class org.databene.benerator.wrapper.WeightedGeneratorGenerator
 
init(GeneratorContext) - Method in class org.databene.domain.address.AddressGenerator
 
init(GeneratorContext) - Method in class org.databene.domain.address.StreetNameGenerator
 
init(GeneratorContext) - Method in class org.databene.domain.finance.BankAccountGenerator
 
init(GeneratorContext) - Method in class org.databene.domain.finance.BankGenerator
 
init(GeneratorContext) - Method in class org.databene.domain.net.CompanyDomainGenerator
 
init(GeneratorContext) - Method in class org.databene.domain.net.RandomDomainGenerator
 
init(GeneratorContext) - Method in class org.databene.domain.person.BirthDateGenerator
 
init(GeneratorContext) - Method in class org.databene.domain.person.EMailAddressBuilder
 
init(GeneratorContext) - Method in class org.databene.domain.person.EMailAddressGenerator
 
init(GeneratorContext) - Method in class org.databene.domain.person.GenderGenerator
 
init(GeneratorContext) - Method in class org.databene.domain.person.NobilityTitleGenerator
 
init(GeneratorContext) - Method in class org.databene.domain.person.PersonGenerator
 
init(GeneratorContext) - Method in class org.databene.domain.product.EAN13Generator
 
init(GeneratorContext) - Method in class org.databene.domain.product.EAN8Generator
 
init(GeneratorContext) - Method in class org.databene.domain.product.EANGenerator
 
init() - Method in class org.databene.model.data.ComplexTypeDescriptor
 
init() - Method in class org.databene.model.data.TypeDescriptor
 
init(GeneratorContext) - Method in class org.databene.platform.db.AbstractSequenceGenerator
 
init(GeneratorContext) - Method in class org.databene.platform.db.CachedSequenceGenerator
 
init(GeneratorContext) - Method in class org.databene.platform.db.DBSequenceGenerator
 
init(GeneratorContext) - Method in class org.databene.platform.db.QueryGenerator
 
init(GeneratorContext) - Method in class org.databene.platform.db.SequenceTableGenerator
 
initAll(Generator<?>[], GeneratorContext) - Static method in class org.databene.benerator.util.GeneratorUtil
 
InitialContext - Class in org.databene.platform.jndi
Provides InitialContext operations with a more convenient property-based setup..
InitialContext() - Constructor for class org.databene.platform.jndi.InitialContext
 
initialize(DayOfWeek) - Method in class org.databene.benerator.primitive.datetime.DayOfWeekValidator
 
initialize(Number) - Method in class org.databene.benerator.primitive.number.NoiseInducer
 
initialize(UnluckyNumber) - Method in class org.databene.benerator.primitive.UnluckyNumberValidator
 
initialize(T) - Method in class org.databene.benerator.test.GeneratorTest
 
initialize(S) - Method in class org.databene.benerator.util.GeneratingConverter
 
initialize(PostalCode) - Method in class org.databene.domain.address.PostalCodeValidator
 
initialize(CNPJ) - Method in class org.databene.domain.br.CNPJValidator
 
initialize(CPF) - Method in class org.databene.domain.br.CPFValidator
 
initialize(SSN) - Method in class org.databene.domain.us.SSNValidator
 
initialValue() - Method in class org.databene.benerator.util.WrapperProvider
 
initPrinter(Object) - Method in class org.databene.benerator.consumer.TextFileExporter
 
initStatements(BeneratorContext) - Method in class org.databene.benerator.engine.statement.GenerateAndConsumeTask
 
injectNulls(Generator<T>, double) - Static method in class org.databene.benerator.wrapper.WrapperFactory
 
inserter() - Method in class org.databene.platform.db.DBSystem
 
inserter(String) - Method in class org.databene.platform.db.DBSystem
 
insertStatements - Variable in class org.databene.platform.db.ConnectionHolder
 
INSTANCE - Static variable in class org.databene.benerator.engine.BeneratorMonitor
 
instance(boolean, boolean) - Static method in enum org.databene.model.data.Uniqueness
 
InstanceDescriptor - Class in org.databene.model.data
Describes generation of (several) entities of a type by uniqueness, nullability and count characteristics.
InstanceDescriptor(String, DescriptorProvider) - Constructor for class org.databene.model.data.InstanceDescriptor
 
InstanceDescriptor(String, DescriptorProvider, String) - Constructor for class org.databene.model.data.InstanceDescriptor
 
InstanceDescriptor(String, DescriptorProvider, TypeDescriptor) - Constructor for class org.databene.model.data.InstanceDescriptor
 
InstanceDescriptor(String, DescriptorProvider, String, TypeDescriptor) - Constructor for class org.databene.model.data.InstanceDescriptor
 
InstanceGeneratorFactory - Class in org.databene.benerator.factory
Creates entity generators from entity metadata.
InstanceGeneratorFactory() - Constructor for class org.databene.benerator.factory.InstanceGeneratorFactory
 
instances - Static variable in class org.databene.benerator.test.ConsumerMock
 
IntegralQuantizer<E extends java.lang.Number> - Class in org.databene.benerator.primitive.number
Quantizes integer numbers (Byte, Short, Integer, Long) to be min plus an integral multiple of granularity.
IntegralQuantizer(Class<E>, Long, long) - Constructor for class org.databene.benerator.primitive.number.IntegralQuantizer
 
invalidate() - Method in class org.databene.benerator.engine.expression.CachedExpression
 
invalidate() - Method in class org.databene.platform.db.DBSystem
 
invalidateInstances() - Static method in class org.databene.benerator.primitive.LocalSequenceGenerator
 
invalidationCount() - Method in class org.databene.platform.db.DBSystem
 
InvalidGeneratorSetupException - Exception in org.databene.benerator
Indicates invalid setup of a Generator.
InvalidGeneratorSetupException(String, String) - Constructor for exception org.databene.benerator.InvalidGeneratorSetupException
 
InvalidGeneratorSetupException(PropertyMessage...) - Constructor for exception org.databene.benerator.InvalidGeneratorSetupException
 
InvalidGeneratorSetupException(String) - Constructor for exception org.databene.benerator.InvalidGeneratorSetupException
 
InvalidGeneratorSetupException(Throwable) - Constructor for exception org.databene.benerator.InvalidGeneratorSetupException
 
InvalidGeneratorSetupException(String, Throwable) - Constructor for exception org.databene.benerator.InvalidGeneratorSetupException
 
InvalidGeneratorSetupException(String, Throwable, PropertyMessage...) - Constructor for exception org.databene.benerator.InvalidGeneratorSetupException
 
inverse(double) - Method in class org.databene.benerator.distribution.cumulative.ExponentialDensityIntegral
 
inverse(double) - Method in class org.databene.benerator.distribution.CumulativeDistributionFunction
 
InvocationCount - Annotation Type in org.databene.benerator.anno
Annotation for configuring Feed4TestNG test method invocation.
invocations - Variable in class org.databene.benerator.test.ConsumerMock
 
invoke(Object[]) - Method in class org.databene.platform.contiperf.ConsumerInvoker
 
invoke(Object[]) - Method in class org.databene.platform.contiperf.TaskInvoker
 
IRAN - Static variable in class org.databene.domain.address.Country
 
IRAQ - Static variable in class org.databene.domain.address.Country
 
IRELAND - Static variable in class org.databene.domain.address.Country
 
isAcceptingFormattedNumbers() - Method in class org.databene.domain.br.CNPJValidator
 
isAcceptingFormattedNumbers() - Method in class org.databene.domain.br.CPFValidator
 
isAcceptUnknownSimpleTypes() - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
isAcceptUnknownSimpleTypes() - Method in interface org.databene.benerator.engine.BeneratorContext
 
isAcceptUnknownSimpleTypes() - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
isAppend() - Method in class org.databene.benerator.consumer.TextFileExporter
 
isAppend() - Method in class org.databene.platform.file.FileJoiner
 
isAtomic(Dataset) - Method in class org.databene.benerator.dataset.AbstractDatasetGenerator
 
isAtomic() - Method in class org.databene.benerator.dataset.Dataset
 
isAtomic(Dataset) - Method in class org.databene.domain.address.CityGenerator
 
isAtomic(Dataset) - Method in class org.databene.domain.address.CountryGenerator
 
isAtomic(Dataset) - Method in class org.databene.domain.organization.CompanyNameGenerator
 
isAvailable() - Method in class org.databene.task.StateTrackingTaskProxy
 
isBatch() - Method in class org.databene.platform.db.DBSystem
 
isCached() - Method in class org.databene.benerator.primitive.LocalSequenceGenerator
 
isCached() - Method in class org.databene.platform.db.DBSequenceGenerator
 
isConstant() - Method in class org.databene.benerator.engine.expression.BeneratorLocaleExpression
 
isConstant() - Method in class org.databene.benerator.engine.statement.MutatingTypeExpression
 
isConstraint() - Method in class org.databene.model.data.FeatureDetail
 
isCyclic() - Method in class org.databene.model.data.TypeDescriptor
 
isDatabaseProject() - Method in class org.databene.benerator.gui.Setup
 
isDeclaredComponent(String) - Method in class org.databene.model.data.ComplexTypeDescriptor
 
isDeclaredComponent(String) - Method in class org.databene.platform.db.LazyTableComplexTypeDescriptor
 
isDefaultImports() - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
isDefaultImports() - Method in interface org.databene.benerator.engine.BeneratorContext
 
isDefaultImports() - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
isDefaultNull() - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
isDefaultNull() - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
isDefaultNull() - Method in interface org.databene.benerator.GeneratorContext
 
isDefaultOneToOne() - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
isDefaultOneToOne() - Method in interface org.databene.benerator.engine.BeneratorContext
 
isDefaultOneToOne() - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
isDeleteSources() - Method in class org.databene.platform.file.FileJoiner
 
isDeprecated() - Method in class org.databene.model.data.FeatureDetail
 
isDescriptorFilePath(String) - Static method in class org.databene.benerator.BeneratorUtil
 
isEclipseProject() - Method in class org.databene.benerator.gui.Setup
 
isEndOnly() - Method in class org.databene.benerator.primitive.UnluckyNumberValidator
 
isEndWithNewLine() - Method in class org.databene.platform.csv.CSVEntityExporter
 
isFormatted(TypeDescriptor) - Static method in class org.databene.benerator.factory.TypeGeneratorFactory
 
isFormattedByDefault() - Static method in class org.databene.platform.xls.PlatformDescriptor
 
isHeadless() - Method in class org.databene.platform.csv.CSVEntityExporter
 
isIndividualSelector(String) - Static method in class org.databene.benerator.factory.ComponentBuilderFactory
helper method to check for selectors of individual fields like "select x from y" or "{'select x from y where id=' + z}".
isLazy() - Method in class org.databene.platform.db.DBSystem
 
isLoop(Statement) - Static method in class org.databene.benerator.engine.parser.xml.AbstractBeneratorDescriptorParser
 
isLuckyNumberRequired() - Method in class org.databene.benerator.primitive.UnluckyNumberValidator
 
isMaxInclusive() - Method in class org.databene.model.data.SimpleTypeDescriptor
 
isMetaDataCache() - Method in class org.databene.platform.db.DBSystem
 
isMinInclusive() - Method in class org.databene.model.data.SimpleTypeDescriptor
 
isMobile() - Method in class org.databene.domain.address.PhoneNumber
 
isMobilePhoneCityRelated() - Method in class org.databene.domain.address.Country
 
isNullable(InstanceDescriptor, BeneratorContext) - Static method in class org.databene.benerator.factory.DescriptorUtil
 
isNullable() - Method in class org.databene.model.data.InstanceDescriptor
 
isOffline() - Method in class org.databene.benerator.gui.Setup
 
isOrdered() - Method in class org.databene.benerator.primitive.RegexStringGenerator
 
isOrdered() - Method in class org.databene.benerator.primitive.StringGenerator
 
isOrdered() - Method in class org.databene.domain.product.EAN13Generator
 
isOrdered() - Method in class org.databene.domain.product.EAN8Generator
 
isOverwrite() - Method in class org.databene.benerator.gui.Setup
 
isParallelizable() - Method in class org.databene.benerator.composite.AbstractGeneratorComponent
 
isParallelizable() - Method in class org.databene.benerator.composite.AlternativeComponentBuilder
 
isParallelizable() - Method in class org.databene.benerator.composite.ArrayElementTypeConverter
 
isParallelizable() - Method in class org.databene.benerator.composite.ComponentAndVariableSupport
 
isParallelizable() - Method in class org.databene.benerator.composite.ComponentBuilderProxy
 
isParallelizable() - Method in class org.databene.benerator.composite.ComponentTypeConverter
 
isParallelizable() - Method in class org.databene.benerator.composite.SourceAwareGenerator
 
isParallelizable() - Method in class org.databene.benerator.consumer.ConsumerProxy
 
isParallelizable() - Method in class org.databene.benerator.engine.statement.GenerateAndConsumeTask
 
isParallelizable() - Method in class org.databene.benerator.engine.TaskBasedGenerator
 
isParallelizable() - Method in class org.databene.benerator.parser.DefaultEntryConverter
 
isParallelizable() - Method in class org.databene.benerator.primitive.datetime.DateGenerator
 
isParallelizable() - Method in class org.databene.benerator.primitive.HiLoGenerator
 
isParallelizable() - Method in class org.databene.benerator.primitive.number.AbstractNonNullNumberGenerator
 
isParallelizable() - Method in class org.databene.benerator.primitive.RandomVarLengthStringGenerator
 
isParallelizable() - Method in class org.databene.benerator.primitive.StringGenerator
 
isParallelizable() - Method in class org.databene.benerator.primitive.ValueMapper
 
isParallelizable() - Method in class org.databene.benerator.storage.StorageSystemConsumer
 
isParallelizable() - Method in class org.databene.benerator.util.ThreadSafeGenerator
Returns true to indicate parallelization support, but may be overwritten by child classes.
isParallelizable() - Method in class org.databene.benerator.util.ThreadSafeNonNullGenerator
 
isParallelizable() - Method in class org.databene.benerator.util.UnsafeGenerator
 
isParallelizable() - Method in class org.databene.benerator.util.UnsafeNonNullGenerator
 
isParallelizable() - Method in class org.databene.benerator.wrapper.CompositeGenerator
 
isParallelizable() - Method in class org.databene.benerator.wrapper.DataSourceGenerator
 
isParallelizable() - Method in class org.databene.benerator.wrapper.GeneratorWrapper
 
isParallelizable() - Method in class org.databene.benerator.wrapper.IteratingGenerator
 
isParallelizable() - Method in class org.databene.benerator.wrapper.MessageGenerator
 
isParallelizable() - Method in class org.databene.benerator.wrapper.MultiGeneratorWrapper
 
isParallelizable() - Method in class org.databene.benerator.wrapper.SynchronizedGeneratorProxy
 
isParallelizable() - Method in class org.databene.benerator.wrapper.ValidatingGeneratorProxy
 
isParallelizable() - Method in class org.databene.domain.net.CompanyDomainGenerator
 
isParallelizable() - Method in class org.databene.domain.person.EMailAddressBuilder
 
isParallelizable() - Method in class org.databene.domain.person.EMailAddressGenerator
 
isParallelizable() - Method in class org.databene.platform.contiperf.PerfTrackingTaskProxy
 
isParallelizable() - Method in class org.databene.task.AbstractTask
 
isParallelizable() - Method in class org.databene.task.TaskProxy
 
isQuoteEmpty() - Method in class org.databene.platform.csv.CSVEntityExporter
 
ISRAEL - Static variable in class org.databene.domain.address.Country
 
isReadOnly() - Method in class org.databene.platform.db.DBSystem
 
isRelative() - Method in class org.databene.benerator.primitive.number.NoiseInducer
 
isResetNeeded() - Method in class org.databene.benerator.engine.AbstractScopedLifeCycleHolder
 
isResetNeeded() - Method in interface org.databene.benerator.engine.ScopedLifeCycleHolder
 
isRowBased() - Method in class org.databene.model.data.TypeDescriptor
 
isRowBased() - Method in class org.databene.platform.csv.CSVEntityIterator
 
isShopProject() - Method in class org.databene.benerator.gui.Setup
 
isSubCreator - Variable in class org.databene.benerator.engine.statement.GenerateOrIterateStatement
 
isThreadSafe() - Method in class org.databene.benerator.composite.AbstractGeneratorComponent
 
isThreadSafe() - Method in class org.databene.benerator.composite.AlternativeComponentBuilder
 
isThreadSafe() - Method in class org.databene.benerator.composite.ArrayElementTypeConverter
 
isThreadSafe() - Method in class org.databene.benerator.composite.ComponentAndVariableSupport
 
isThreadSafe() - Method in class org.databene.benerator.composite.ComponentBuilderProxy
 
isThreadSafe() - Method in class org.databene.benerator.composite.ComponentTypeConverter
 
isThreadSafe() - Method in class org.databene.benerator.composite.SourceAwareGenerator
 
isThreadSafe() - Method in class org.databene.benerator.consumer.ConsumerProxy
 
isThreadSafe() - Method in class org.databene.benerator.engine.statement.GenerateAndConsumeTask
 
isThreadSafe() - Method in class org.databene.benerator.engine.TaskBasedGenerator
 
isThreadSafe() - Method in class org.databene.benerator.parser.DefaultEntryConverter
 
isThreadSafe() - Method in class org.databene.benerator.primitive.datetime.DateGenerator
 
isThreadSafe() - Method in class org.databene.benerator.primitive.HiLoGenerator
 
isThreadSafe() - Method in class org.databene.benerator.primitive.number.AbstractNonNullNumberGenerator
 
isThreadSafe() - Method in class org.databene.benerator.primitive.RandomVarLengthStringGenerator
 
isThreadSafe() - Method in class org.databene.benerator.primitive.StringGenerator
 
isThreadSafe() - Method in class org.databene.benerator.primitive.ValueMapper
 
isThreadSafe() - Method in class org.databene.benerator.storage.StorageSystemConsumer
 
isThreadSafe() - Method in class org.databene.benerator.util.ThreadSafeGenerator
Returns true to indicate thread-safety and may not be overwritten by child classes.
isThreadSafe() - Method in class org.databene.benerator.util.ThreadSafeNonNullGenerator
 
isThreadSafe() - Method in class org.databene.benerator.util.UnsafeGenerator
 
isThreadSafe() - Method in class org.databene.benerator.util.UnsafeNonNullGenerator
 
isThreadSafe() - Method in class org.databene.benerator.wrapper.CompositeGenerator
 
isThreadSafe() - Method in class org.databene.benerator.wrapper.DataSourceGenerator
 
isThreadSafe() - Method in class org.databene.benerator.wrapper.GeneratorWrapper
 
isThreadSafe() - Method in class org.databene.benerator.wrapper.IteratingGenerator
 
isThreadSafe() - Method in class org.databene.benerator.wrapper.MessageGenerator
 
isThreadSafe() - Method in class org.databene.benerator.wrapper.MultiGeneratorWrapper
 
isThreadSafe() - Method in class org.databene.benerator.wrapper.SynchronizedGeneratorProxy
 
isThreadSafe() - Method in class org.databene.benerator.wrapper.ValidatingGeneratorProxy
 
isThreadSafe() - Method in class org.databene.domain.net.CompanyDomainGenerator
 
isThreadSafe() - Method in class org.databene.domain.person.EMailAddressBuilder
 
isThreadSafe() - Method in class org.databene.domain.person.EMailAddressGenerator
 
isThreadSafe() - Method in class org.databene.platform.contiperf.PerfTrackingTaskProxy
 
isThreadSafe() - Method in class org.databene.task.AbstractTask
 
isThreadSafe() - Method in class org.databene.task.SynchronizedTask
 
isThreadSafe() - Method in class org.databene.task.TaskProxy
 
isUnique(InstanceDescriptor, BeneratorContext) - Static method in class org.databene.benerator.factory.DescriptorUtil
 
isUnique() - Method in class org.databene.benerator.primitive.RegexStringGenerator
 
isUnique() - Method in class org.databene.benerator.primitive.StringGenerator
 
isUnique() - Method in class org.databene.benerator.sample.SampleGenerator
 
isUnique() - Method in class org.databene.benerator.wrapper.CompositeStringGenerator
 
isUnique() - Method in class org.databene.domain.product.EAN13Generator
 
isUnique() - Method in class org.databene.domain.product.EAN8Generator
 
isUnique() - Method in class org.databene.domain.product.EANGenerator
 
isUnique() - Method in class org.databene.model.data.IdDescriptor
 
isUnique() - Method in class org.databene.model.data.InstanceDescriptor
 
isUnique() - Method in enum org.databene.model.data.Uniqueness
 
isValid(Date, ConstraintValidatorContext) - Method in class org.databene.benerator.primitive.datetime.DayOfWeekValidator
 
isValid(String, ConstraintValidatorContext) - Method in class org.databene.benerator.primitive.UnluckyNumberValidator
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.databene.benerator.util.LuhnValidator
 
isValid(String, ConstraintValidatorContext) - Method in class org.databene.domain.address.CountryCode2Validator
 
isValid(String, ConstraintValidatorContext) - Method in class org.databene.domain.address.PostalCodeValidator
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.databene.domain.br.CNPJValidator
 
isValid(String, ConstraintValidatorContext) - Method in class org.databene.domain.br.CPFValidator
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.databene.domain.finance.CreditCardNumberValidator
 
isValid(String, ConstraintValidatorContext) - Method in class org.databene.domain.finance.IBANValidator
 
isValid(String, ConstraintValidatorContext) - Method in class org.databene.domain.person.TINValidator
 
isValid(String, ConstraintValidatorContext) - Method in class org.databene.domain.product.EAN13Validator
 
isValid(String, ConstraintValidatorContext) - Method in class org.databene.domain.product.EAN8Validator
 
isValid(String, ConstraintValidatorContext) - Method in class org.databene.domain.product.EANValidator
 
isValid(String, ConstraintValidatorContext) - Method in class org.databene.domain.us.SSNValidator
 
isValidate() - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
isValidate() - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
isValidate() - Method in interface org.databene.benerator.GeneratorContext
 
isValidating() - Static method in class org.databene.benerator.engine.BeneratorOpts
 
isWrappedSimpleType(ComplexTypeDescriptor) - Static method in class org.databene.benerator.factory.DescriptorUtil
 
ITALY - Static variable in class org.databene.domain.address.Country
 
IteratingGenerator<E> - Class in org.databene.benerator.wrapper
Iterates over Iterators that are provided by an Iterable.
IteratingGenerator() - Constructor for class org.databene.benerator.wrapper.IteratingGenerator
 
IteratingGenerator(TypedIterable<E>) - Constructor for class org.databene.benerator.wrapper.IteratingGenerator
 
Iteration - Enum in org.databene.model.data
Enumeration of sequential iteration modes.
iterator() - Method in class org.databene.benerator.util.FilterExDataSource
 
iterator() - Method in class org.databene.benerator.wrapper.EntityPartSource
 
iterator() - Method in class org.databene.platform.csv.CSVEntitySource
 
iterator() - Method in class org.databene.platform.db.EntityResultSetDataSource
 
iterator() - Method in class org.databene.platform.db.QueryDataSource
 
iterator() - Method in class org.databene.platform.db.QueryIterable
 
iterator() - Method in class org.databene.platform.dbunit.DbUnitEntitySource
 
iterator() - Method in class org.databene.platform.fixedwidth.FixedWidthEntitySource
 
iterator() - Method in class org.databene.platform.xls.XLSEntitySource
 

J

JAPAN - Static variable in class org.databene.domain.address.Country
 
JavaInvoker - Class in org.databene.platform.java
Consumer implementation that maps input data to parameters and invokes a method on a Java object with them.
JavaInvoker() - Constructor for class org.databene.platform.java.JavaInvoker
 
JavaInvoker(Object, String) - Constructor for class org.databene.platform.java.JavaInvoker
 
JdbcMetaTypeMapper - Class in org.databene.platform.db
Maps JDBC types to benerator types.
JdbcMetaTypeMapper() - Constructor for class org.databene.platform.db.JdbcMetaTypeMapper
 
JORDAN - Static variable in class org.databene.domain.address.Country
 

K

KAZAKHSTAN - Static variable in class org.databene.domain.address.Country
 
KENYA - Static variable in class org.databene.domain.address.Country
 
keySet() - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
keySet() - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
KOREA_PR - Static variable in class org.databene.domain.address.Country
 
KOREA_R - Static variable in class org.databene.domain.address.Country
 

L

Language - Class in org.databene.domain.lang
Represents a language.
Language(Locale) - Constructor for class org.databene.domain.lang.Language
 
LanguageResourceBundle - Class in org.databene.domain.lang
Provides words and grammar rules for natural languages.
LanguageResourceBundle() - Constructor for class org.databene.domain.lang.LanguageResourceBundle
 
LanguageResourceBundle_de - Class in org.databene.domain.lang
German implementation of the LanguageResourceBundle class.
LanguageResourceBundle_de() - Constructor for class org.databene.domain.lang.LanguageResourceBundle_de
 
LanguageResourceBundle_en - Class in org.databene.domain.lang
English implementation of the LanguageResourceBundle class.
LanguageResourceBundle_en() - Constructor for class org.databene.domain.lang.LanguageResourceBundle_en
 
Last - Annotation Type in org.databene.benerator.anno
Marks a boolean parameter to carry the information, whether the current invocation is the last one.
LastFlagGenerator - Class in org.databene.benerator.wrapper
Proxies a Generator, examines its generated ProductWrappers for the "last" tag and, if one is found, replaces a boolean array value at a given index (LastFlagGenerator.indexOfLastFlag) with true, otherwise with false.
LastFlagGenerator(Generator<Object[]>, int) - Constructor for class org.databene.benerator.wrapper.LastFlagGenerator
 
LastProductDetector<E> - Class in org.databene.benerator.wrapper
Wraps another Generator, finds out which is the last generated object and tags that with "last"="true".
LastProductDetector(Generator<E>) - Constructor for class org.databene.benerator.wrapper.LastProductDetector
 
LATVIA - Static variable in class org.databene.domain.address.Country
 
LazyStatement - Class in org.databene.benerator.engine.statement
Statement implementation that evaluates an Expression which returns a Task and executes the returned Task.
LazyStatement(Expression<Statement>) - Constructor for class org.databene.benerator.engine.statement.LazyStatement
 
LazyTableComplexTypeDescriptor - Class in org.databene.platform.db
Lazily initialized ComplexTypeDescriptor that reads its components from a database table.
LazyTableComplexTypeDescriptor(DBTable, DBSystem) - Constructor for class org.databene.platform.db.LazyTableComplexTypeDescriptor
 
legalForm - Variable in class org.databene.domain.organization.CompanyNameGenerator
 
LegalFormGenerator - Class in org.databene.domain.organization
Generates the abbreviated strings for legal forms of organizations.
LegalFormGenerator(String) - Constructor for class org.databene.domain.organization.LegalFormGenerator
 
LENGTH - Static variable in class org.databene.platform.xml.XMLSchemaDescriptorProvider
 
LENGTH_DISTRIBUTION - Static variable in class org.databene.model.data.SimpleTypeDescriptor
 
lengthDistribution - Variable in class org.databene.benerator.primitive.LuhnGenerator
 
LengthGenerator<S,P> - Class in org.databene.benerator.wrapper
Abstract parent class for Generators that generate objects of a variable length.
LengthGenerator(Generator<S>, boolean) - Constructor for class org.databene.benerator.wrapper.LengthGenerator
 
LengthGenerator(Generator<S>, boolean, NonNullGenerator<Integer>) - Constructor for class org.databene.benerator.wrapper.LengthGenerator
 
LengthGenerator(Generator<S>, boolean, int, int, int, Distribution) - Constructor for class org.databene.benerator.wrapper.LengthGenerator
 
lengthGranularity - Variable in class org.databene.benerator.primitive.LuhnGenerator
 
LIECHTENSTEIN - Static variable in class org.databene.domain.address.Country
 
LifeCycleHolder - Interface in org.databene.benerator.engine
Declares life cycle methods: LifeCycleHolder.init(BeneratorContext), Resettable.reset() and Closeable.close().
lineSeparator - Variable in class org.databene.benerator.consumer.TextFileExporter
 
LineShuffler - Class in org.databene.benerator.util
Reads a text file, shuffles its lines and writes it to another file.
LineShuffler() - Constructor for class org.databene.benerator.util.LineShuffler
 
ListConsumer - Class in org.databene.benerator.consumer
Consumer implementation that stores all consumed objects in a List.
ListConsumer() - Constructor for class org.databene.benerator.consumer.ListConsumer
 
ListConsumer(int) - Constructor for class org.databene.benerator.consumer.ListConsumer
 
LiteralSequence - Class in org.databene.benerator.distribution.sequence
Sequence implementation that provides values specified in a comma-separated value list, use like "new PredefinedSequence('A', 'B', 'C')" or "new PredefinedSequence(5, 7, 11)".
LiteralSequence() - Constructor for class org.databene.benerator.distribution.sequence.LiteralSequence
 
LiteralSequence(String) - Constructor for class org.databene.benerator.distribution.sequence.LiteralSequence
 
LITHUANIA - Static variable in class org.databene.domain.address.Country
 
LocalCSVGenerator<E> - Class in org.databene.benerator.csv
Generates data from a localized csv file.
LocalCSVGenerator(Class<E>, String, String, String) - Constructor for class org.databene.benerator.csv.LocalCSVGenerator
 
LocalCSVGenerator(Class<E>, String, Locale, String, String) - Constructor for class org.databene.benerator.csv.LocalCSVGenerator
 
LocalCSVGenerator(Class<E>, String, Locale, String, String, Converter<String, E>) - Constructor for class org.databene.benerator.csv.LocalCSVGenerator
 
LOCALE - Static variable in class org.databene.model.data.TypeDescriptor
 
LOCALE_VM_PARAM - Static variable in class org.databene.benerator.engine.DescriptorRunner
 
LocalSequenceGenerator - Class in org.databene.benerator.primitive
Local implementation of an increment Generator that behaves like a database sequence.
LocalSequenceGenerator() - Constructor for class org.databene.benerator.primitive.LocalSequenceGenerator
 
LocalSequenceGenerator(String) - Constructor for class org.databene.benerator.primitive.LocalSequenceGenerator
 
LocalSequenceGenerator(String, boolean) - Constructor for class org.databene.benerator.primitive.LocalSequenceGenerator
 
location - Variable in class org.databene.domain.organization.CompanyNameGenerator
 
locationGenerators - Static variable in class org.databene.domain.organization.CompanyNameGenerator
 
logger - Variable in class org.databene.benerator.engine.parser.xml.AbstractBeneratorDescriptorParser
 
logger - Variable in class org.databene.benerator.factory.TypeGeneratorFactory
 
LOGGER - Static variable in class org.databene.benerator.main.BeneratorGUI
 
logger - Variable in class org.databene.benerator.test.ModelTest
 
logger - Variable in class org.databene.benerator.util.AbstractGenerator
 
logger - Static variable in class org.databene.benerator.util.LineShuffler
 
LOGGER - Static variable in class org.databene.domain.organization.CompanyNameGenerator
 
logger - Variable in class org.databene.platform.db.AbstractSequenceGenerator
 
logger - Variable in class org.databene.platform.db.DBSystem
 
logger - Variable in class org.databene.platform.dbunit.AbstractDbUnitEntityIterator
 
LoggingConsumer - Class in org.databene.benerator.consumer
A Consumer that logs the entities that it receives at info level.
LoggingConsumer() - Constructor for class org.databene.benerator.consumer.LoggingConsumer
 
LoggingPageListener - Class in org.databene.task
Implements a PageListener that logs its invocations in info level.
LoggingPageListener() - Constructor for class org.databene.task.LoggingPageListener
 
LongBasedSequence - Class in org.databene.benerator.distribution
Helper class that serves as parent for individual Sequence implementations that are based on a Long-value generator (Generator<Long>).
LongBasedSequence() - Constructor for class org.databene.benerator.distribution.LongBasedSequence
 
LongGenerator - Class in org.databene.benerator.primitive
Abstract parent class for Generators that generate Long values.
LongGenerator() - Constructor for class org.databene.benerator.primitive.LongGenerator
 
lookup(String) - Method in class org.databene.platform.jndi.InitialContext
 
Luhn - Annotation Type in org.databene.benerator.util
Bean Validation annotation for fields that must pass the Luhn number test.
LuhnGenerator - Class in org.databene.benerator.primitive
Generates numbers that pass a Luhn test.
LuhnGenerator() - Constructor for class org.databene.benerator.primitive.LuhnGenerator
 
LuhnGenerator(String, int) - Constructor for class org.databene.benerator.primitive.LuhnGenerator
 
LuhnGenerator(String, int, int, int, Distribution) - Constructor for class org.databene.benerator.primitive.LuhnGenerator
 
LuhnUtil - Class in org.databene.benerator.util
Provides utility methods for Luhn check digit calculation.
luhnValid(CharSequence) - Static method in class org.databene.benerator.util.LuhnUtil
Tests a number against the Luhn algorithm
LuhnValidator - Class in org.databene.benerator.util
Tests if a number passes the Luhn algorithm.
LuhnValidator() - Constructor for class org.databene.benerator.util.LuhnValidator
 
LUXEMBURG - Static variable in class org.databene.domain.address.Country
 

M

main(String[]) - Static method in class org.databene.benerator.main.Benerator
 
main(String[]) - Static method in class org.databene.benerator.main.BeneratorGUI
 
main(String[]) - Static method in class org.databene.benerator.main.DBSnapshotTool
 
main(String[]) - Static method in class org.databene.benerator.main.NewProjectWizard
 
main(String[]) - Static method in class org.databene.benerator.main.XmlCreator
 
main(String[]) - Static method in class org.databene.benerator.util.LineShuffler
 
main(String[]) - Static method in class org.databene.task.RunnableMain
Instantiates the class specified by args[0] and calls its run() method.
MALAYSIA - Static variable in class org.databene.domain.address.Country
 
MALTA - Static variable in class org.databene.domain.address.Country
 
MAP - Static variable in class org.databene.model.data.SimpleTypeDescriptor
 
map(String, Class<?>) - Method in class org.databene.model.data.TypeMapper
 
Map2EntityConverter - Class in org.databene.platform.map
Converts a Map to an Entity.
Map2EntityConverter(ComplexTypeDescriptor) - Constructor for class org.databene.platform.map.Map2EntityConverter
 
mapAttributesTo(BeneratorContext) - Method in class org.databene.benerator.engine.BeneratorRootStatement
 
mapDetailsToBeanProperties(FeatureDescriptor, Object, Context) - Static method in class org.databene.benerator.factory.FactoryUtil
 
mapDetailToBeanProperty(FeatureDescriptor, String, Object, Context) - Static method in class org.databene.benerator.factory.FactoryUtil
 
MappingEntityConsumer - Class in org.databene.benerator.consumer
Proxy to a Consumer which maps attribute names of the entities.
MappingEntityConsumer() - Constructor for class org.databene.benerator.consumer.MappingEntityConsumer
 
MappingEntityConsumer(Consumer, String) - Constructor for class org.databene.benerator.consumer.MappingEntityConsumer
 
mapPropertyDefinitions(Element[]) - Static method in class org.databene.benerator.engine.parser.xml.BeanParser
 
mapSubFolder(String) - Method in class org.databene.benerator.archetype.EclipseFolderLayout
 
mapSubFolder(String) - Method in interface org.databene.benerator.archetype.FolderLayout
 
mapSubFolder(String) - Method in class org.databene.benerator.archetype.MavenFolderLayout
 
mapTableToComplexTypeDescriptor(DBTable, ComplexTypeDescriptor) - Method in class org.databene.platform.db.DBSystem
 
mapToEntity(Row) - Method in class org.databene.platform.dbunit.FlatDbUnitEntityIterator
 
MavenDependency - Class in org.databene.benerator.gui
Represents a Maven dependency.
MavenDependency() - Constructor for class org.databene.benerator.gui.MavenDependency
 
MavenDependency(String, String, String) - Constructor for class org.databene.benerator.gui.MavenDependency
 
MavenFolderLayout - Class in org.databene.benerator.archetype
Maven version of the FolderLayout.
MavenFolderLayout() - Constructor for class org.databene.benerator.archetype.MavenFolderLayout
 
max - Variable in class org.databene.benerator.primitive.datetime.DayGenerator
 
max - Variable in class org.databene.benerator.primitive.DynamicLongGenerator
 
max - Variable in class org.databene.benerator.primitive.number.AbstractNonNullNumberGenerator
 
MAX - Static variable in class org.databene.model.data.SimpleTypeDescriptor
 
MAX_COUNT - Static variable in class org.databene.model.data.InstanceDescriptor
 
MAX_EXCLUSIVE - Static variable in class org.databene.platform.xml.XMLSchemaDescriptorProvider
 
MAX_INCLUSIVE - Static variable in class org.databene.model.data.SimpleTypeDescriptor
 
MAX_INCLUSIVE - Static variable in class org.databene.platform.xml.XMLSchemaDescriptorProvider
 
MAX_INDEX_RANGE - Static variable in class org.databene.benerator.distribution.sequence.BitReverseLongGenerator
 
MAX_LENGTH - Static variable in class org.databene.model.data.SimpleTypeDescriptor
 
maxCount - Variable in class org.databene.benerator.engine.DefaultBeneratorContext
 
MaxDate - Annotation Type in org.databene.benerator.anno
Specifies a maximum date to use for testing.
maxLength - Variable in class org.databene.benerator.primitive.LuhnGenerator
 
maxLo - Variable in class org.databene.benerator.primitive.HiLoGenerator
 
Mean - Annotation Type in org.databene.benerator.anno
Annotation for marking a class or method for testing with mean value defaults.
MeanDefaultsProvider - Class in org.databene.benerator.factory
DefaultsProvider implementation which provides mean defaults for provoking errors in functional testing.
MeanDefaultsProvider() - Constructor for class org.databene.benerator.factory.MeanDefaultsProvider
 
MemStore - Class in org.databene.platform.memstore
Simple heap-based implementation of the AbstractStorageSystem interface.
MemStore(String, DataModel) - Constructor for class org.databene.platform.memstore.MemStore
 
MemStoreParser - Class in org.databene.benerator.engine.parser.xml
Parses a <memstore%gt; statement.
MemStoreParser() - Constructor for class org.databene.benerator.engine.parser.xml.MemStoreParser
 
MemStoreStatement - Class in org.databene.benerator.engine.statement
Statement that instantiates a MemStore and registers it in the BeneratorContext.
MemStoreStatement(String, ResourceManager) - Constructor for class org.databene.benerator.engine.statement.MemStoreStatement
 
message - Variable in class org.databene.benerator.composite.AbstractGeneratorComponent
 
message - Variable in class org.databene.benerator.composite.MultiComponentBuilder
 
messageEx - Variable in class org.databene.benerator.engine.statement.ErrorStatement
 
MessageGenerator - Class in org.databene.benerator.wrapper
Assembles the output of several source generators by a java.text.MessageFormat.
MessageGenerator() - Constructor for class org.databene.benerator.wrapper.MessageGenerator
Sets minLength to 0, maxLength to 30 and all other values empty.
MessageGenerator(String, Generator<?>...) - Constructor for class org.databene.benerator.wrapper.MessageGenerator
 
MessageGenerator(String, int, int, Generator<?>...) - Constructor for class org.databene.benerator.wrapper.MessageGenerator
Initializes Generator
MetaGeneratorFactory - Class in org.databene.benerator.factory
Facade class for the various MetaGeneratorFactory implementations.
MetaGeneratorFactory() - Constructor for class org.databene.benerator.factory.MetaGeneratorFactory
 
MEXICO - Static variable in class org.databene.domain.address.Country
 
min - Variable in class org.databene.benerator.primitive.datetime.DayGenerator
 
min - Variable in class org.databene.benerator.primitive.DynamicLongGenerator
 
min - Variable in class org.databene.benerator.primitive.number.AbstractNonNullNumberGenerator
 
MIN - Static variable in class org.databene.model.data.SimpleTypeDescriptor
 
MIN_BUCKET_SIZE - Static variable in class org.databene.benerator.distribution.sequence.ExpandGeneratorProxy
 
MIN_COUNT - Static variable in class org.databene.model.data.InstanceDescriptor
 
MIN_EXCLUSIVE - Static variable in class org.databene.platform.xml.XMLSchemaDescriptorProvider
 
MIN_INCLUSIVE - Static variable in class org.databene.model.data.SimpleTypeDescriptor
 
MIN_INCLUSIVE - Static variable in class org.databene.platform.xml.XMLSchemaDescriptorProvider
 
MIN_LENGTH - Static variable in class org.databene.model.data.SimpleTypeDescriptor
 
minCount - Variable in class org.databene.benerator.engine.statement.GenerateOrIterateStatement
 
MinDate - Annotation Type in org.databene.benerator.anno
Specifies a minimum date to use for testing.
minLength - Variable in class org.databene.benerator.primitive.LuhnGenerator
 
MobileNumberGenerator - Class in org.databene.domain.address
Generates mobile phone numbers.
MobileNumberGenerator() - Constructor for class org.databene.domain.address.MobileNumberGenerator
 
MobileNumberGenerator(Country) - Constructor for class org.databene.domain.address.MobileNumberGenerator
 
mobilePhone - Variable in class org.databene.domain.address.Address
 
MODE - Static variable in class org.databene.model.data.InstanceDescriptor
 
Mode - Enum in org.databene.model.data
Enumerates the processing modes of an Entity or component.
ModelParser - Class in org.databene.benerator.parser
Parses databene model files.
ModelParser(BeneratorContext) - Constructor for class org.databene.benerator.parser.ModelParser
 
ModelTest - Class in org.databene.benerator.test
Abstract parent class for all tests which rely on a DataModel.
ModelTest() - Constructor for class org.databene.benerator.test.ModelTest
 
MONACO - Static variable in class org.databene.domain.address.Country
 
MONDAY - Static variable in annotation type org.databene.benerator.primitive.datetime.DayOfWeek
 
monthGranularity - Variable in class org.databene.benerator.primitive.datetime.DayGenerator
 
MultiComponentBuilder<E> - Class in org.databene.benerator.composite
Abstract parent class for all builders that relate to a group of components.
MultiComponentBuilder(ComponentBuilder<E>[], String) - Constructor for class org.databene.benerator.composite.MultiComponentBuilder
 
MultiGeneratorWrapper<S,P> - Class in org.databene.benerator.wrapper
Parent class for wrapping several other generators (in a sources property) and refining a composite state from them.
MultiGeneratorWrapper(Class<P>, Generator<? extends S>...) - Constructor for class org.databene.benerator.wrapper.MultiGeneratorWrapper
 
MultiGeneratorWrapper(Class<P>, List<Generator<? extends S>>) - Constructor for class org.databene.benerator.wrapper.MultiGeneratorWrapper
 
MultiSourceArrayGenerator<S> - Class in org.databene.benerator.wrapper
Keeps an array of generators, of which it combines the products to an array.
MultiSourceArrayGenerator(Class<S>, boolean, Generator<? extends S>...) - Constructor for class org.databene.benerator.wrapper.MultiSourceArrayGenerator
 
MutatingTypeExpression - Class in org.databene.benerator.engine.statement
Expression which changes an Entity's type.
MutatingTypeExpression(Element, String) - Constructor for class org.databene.benerator.engine.statement.MutatingTypeExpression
 
mutator - Variable in class org.databene.benerator.composite.AbstractComponentBuilder
 

N

NAME - Static variable in class org.databene.model.data.FeatureDescriptor
 
name - Variable in class org.databene.platform.db.AbstractSequenceGenerator
 
NAME - Static variable in class org.databene.platform.xml.XMLSchemaDescriptorProvider
 
NAMESPACE - Static variable in class org.databene.model.data.PrimitiveDescriptorProvider
 
NAMESPACE - Static variable in class org.databene.platform.java.BeanDescriptorProvider
 
needsNkMapping(String) - Method in interface org.databene.benerator.engine.statement.CascadeParent
 
needsNkMapping(String) - Method in class org.databene.benerator.engine.statement.CascadeStatement
 
needsNkMapping(String) - Method in class org.databene.benerator.engine.statement.TranscodeStatement
 
needsNkMapping(String) - Method in class org.databene.benerator.engine.statement.TranscodingTaskStatement
 
NestedDbUnitEntityIterator - Class in org.databene.platform.dbunit
Reads the nested form of a DbUnit XML dataset file and provides its content as Entities through the DataIterator interface.
NestedDbUnitEntityIterator(String, BeneratorContext) - Constructor for class org.databene.platform.dbunit.NestedDbUnitEntityIterator
 
nesting - Variable in class org.databene.benerator.dataset.AbstractDatasetGenerator
 
NESTING - Static variable in class org.databene.model.data.TypeDescriptor
 
NETHERLANDS - Static variable in class org.databene.domain.address.Country
 
NEW_ZEALAND - Static variable in class org.databene.domain.address.Country
 
NewProjectWizard - Class in org.databene.benerator.main
Main class for the benerator GUI.
NewProjectWizard() - Constructor for class org.databene.benerator.main.NewProjectWizard
 
next(String) - Static method in class org.databene.benerator.primitive.LocalSequenceGenerator
 
next(String, long) - Static method in class org.databene.benerator.primitive.LocalSequenceGenerator
 
next(DataContainer<E>) - Method in class org.databene.benerator.util.FilterExIterator
 
next() - Method in class org.databene.benerator.util.GeneratorIterator
 
next(DataContainer<Entity>) - Method in class org.databene.benerator.wrapper.EntityPartSource.EntityPartIterator
 
next(DataContainer<Entity>) - Method in class org.databene.platform.csv.CSVEntityIterator
 
next(DataContainer<Entity>) - Method in class org.databene.platform.db.ResultSetEntityIterator
 
next(DataContainer<Entity>) - Method in class org.databene.platform.dbunit.FlatDbUnitEntityIterator
 
next(DataContainer<Entity>) - Method in class org.databene.platform.dbunit.NestedDbUnitEntityIterator
 
next(DataContainer<Entity>) - Method in class org.databene.platform.xls.XLSEntityIterator
 
nextSequenceValue(String) - Method in class org.databene.platform.db.DBSystem
 
NobilityTitleGenerator - Class in org.databene.domain.person
Creates nobility titles at a defined quota.
NobilityTitleGenerator() - Constructor for class org.databene.domain.person.NobilityTitleGenerator
 
NobilityTitleGenerator(Gender, Locale) - Constructor for class org.databene.domain.person.NobilityTitleGenerator
 
NoConsumer - Class in org.databene.benerator.consumer
Empty Consumer implementation which does nothing.
NoConsumer() - Constructor for class org.databene.benerator.consumer.NoConsumer
 
NoiseInducer - Class in org.databene.benerator.primitive.number
Converter implementation that transforms numbers inducing relative or absolute numerical noise based on a Distribution.
NoiseInducer() - Constructor for class org.databene.benerator.primitive.number.NoiseInducer
 
NoiseInducer(double, double, double) - Constructor for class org.databene.benerator.primitive.number.NoiseInducer
 
NonClosingConsumerProxy - Class in org.databene.benerator.consumer
Consumer proxy that prevents its delegate from being closed.
NonClosingConsumerProxy(Consumer) - Constructor for class org.databene.benerator.consumer.NonClosingConsumerProxy
 
NonClosingGeneratorProxy<E> - Class in org.databene.benerator.wrapper
Generator proxy that prevents its delegate from being closed.
NonClosingGeneratorProxy(Generator<E>) - Constructor for class org.databene.benerator.wrapper.NonClosingGeneratorProxy
 
NonNullGenerator<E> - Interface in org.databene.benerator
Generator interface which declares a NonNullGenerator.generate() method as in Benerator versions before 0.7.
NonNullGeneratorProxy<E> - Class in org.databene.benerator.wrapper
GeneratorProxy implementation which implements the NonNullGenerator interface and supports its implementors as source Generator.
NonNullGeneratorProxy(Class<E>) - Constructor for class org.databene.benerator.wrapper.NonNullGeneratorProxy
 
NonNullGeneratorProxy(NonNullGenerator<E>) - Constructor for class org.databene.benerator.wrapper.NonNullGeneratorProxy
 
NonNullGeneratorWrapper<S,P> - Class in org.databene.benerator.wrapper
GeneratorWrapper for NonNullGenerators.
NonNullGeneratorWrapper(NonNullGenerator<S>) - Constructor for class org.databene.benerator.wrapper.NonNullGeneratorWrapper
 
NonNullSampleGenerator<E> - Class in org.databene.benerator.sample
Generates data from a base of non-null sample values.
NonNullSampleGenerator(Class<E>, E...) - Constructor for class org.databene.benerator.sample.NonNullSampleGenerator
 
NonNullSampleGenerator(Class<E>, Iterable<E>) - Constructor for class org.databene.benerator.sample.NonNullSampleGenerator
 
normalize(String) - Method in class org.databene.benerator.engine.XMLNameNormalizer
 
normalizePath(String) - Method in class org.databene.benerator.anno.AbstractPathResolver
 
NORWAY - Static variable in class org.databene.domain.address.Country
 
Noun - Class in org.databene.domain.lang
Represents a Noun.
Noun(String, String, int, Language) - Constructor for class org.databene.domain.lang.Noun
 
NounGenerator - Class in org.databene.domain.lang
Generates Nouns of a given Locale.
NounGenerator() - Constructor for class org.databene.domain.lang.NounGenerator
 
NounGenerator(Locale) - Constructor for class org.databene.domain.lang.NounGenerator
 
NowMethod - Class in org.databene.platform.ftl
Returns the current date and time.
NowMethod() - Constructor for class org.databene.platform.ftl.NowMethod
 
NShotGeneratorProxy<E> - Class in org.databene.benerator.wrapper
Generator proxy which forwards a limited number of products from another generator.
NShotGeneratorProxy(Generator<E>, long) - Constructor for class org.databene.benerator.wrapper.NShotGeneratorProxy
 
NULL_MARKER - Static variable in class org.databene.model.data.TypeDescriptor
 
NULL_QUOTA - Static variable in class org.databene.model.data.InstanceDescriptor
 
NULLABLE - Static variable in class org.databene.model.data.InstanceDescriptor
 
NullInjectingGeneratorProxy<E> - Class in org.databene.benerator.wrapper
GeneratorProxy implementation which injects a given quota of null values in the original generator's results.
NullInjectingGeneratorProxy(Generator<E>, double) - Constructor for class org.databene.benerator.wrapper.NullInjectingGeneratorProxy
 
NullQuota - Annotation Type in org.databene.benerator.anno
Specifies the quota of null values to produce when generating data for the annotated element.
NullStartingGenerator<E> - Class in org.databene.benerator.wrapper
Generator implementation which wraps a source Generator but generates a null value before forwarding the products of the source.
NullStartingGenerator(Generator<E>) - Constructor for class org.databene.benerator.wrapper.NullStartingGenerator
 
NumberQuantizer<E extends java.lang.Number> - Class in org.databene.benerator.primitive.number
A quantizer for arbitrary number types.
NumberQuantizer(E, E, Class<E>) - Constructor for class org.databene.benerator.primitive.number.NumberQuantizer
 

O

officePhone - Variable in class org.databene.domain.address.Address
 
Offset - Annotation Type in org.databene.benerator.anno
Annotation which specifies that a given number of generated data elements should be skipped when testing.
OFFSET - Static variable in class org.databene.model.data.TypeDescriptor
 
OffsetBasedGenerator<E> - Class in org.databene.benerator.wrapper
Generator proxy which hides the first products of its source generator.
OffsetBasedGenerator() - Constructor for class org.databene.benerator.wrapper.OffsetBasedGenerator
 
OffsetBasedGenerator(Generator<E>, int) - Constructor for class org.databene.benerator.wrapper.OffsetBasedGenerator
 
OneShotGenerator<E> - Class in org.databene.benerator.sample
Returns a value only once and then becomes unavailable immediately.
OneShotGenerator(E) - Constructor for class org.databene.benerator.sample.OneShotGenerator
 
OneShotGenerator(E, Class<E>) - Constructor for class org.databene.benerator.sample.OneShotGenerator
 
OPTS_CACHE_SIZE - Static variable in class org.databene.benerator.engine.BeneratorOpts
 
OPTS_VALIDATE - Static variable in class org.databene.benerator.engine.BeneratorOpts
 
org.databene.benerator - package org.databene.benerator
The root package for the databene-generator library.
org.databene.benerator.anno - package org.databene.benerator.anno
 
org.databene.benerator.archetype - package org.databene.benerator.archetype
 
org.databene.benerator.composite - package org.databene.benerator.composite
 
org.databene.benerator.consumer - package org.databene.benerator.consumer
 
org.databene.benerator.csv - package org.databene.benerator.csv
Provides String generators that parse CSV sources.
org.databene.benerator.dataset - package org.databene.benerator.dataset
 
org.databene.benerator.distribution - package org.databene.benerator.distribution
 
org.databene.benerator.distribution.cumulative - package org.databene.benerator.distribution.cumulative
 
org.databene.benerator.distribution.function - package org.databene.benerator.distribution.function
 
org.databene.benerator.distribution.sequence - package org.databene.benerator.distribution.sequence
 
org.databene.benerator.engine - package org.databene.benerator.engine
 
org.databene.benerator.engine.expression - package org.databene.benerator.engine.expression
 
org.databene.benerator.engine.expression.context - package org.databene.benerator.engine.expression.context
 
org.databene.benerator.engine.expression.xml - package org.databene.benerator.engine.expression.xml
 
org.databene.benerator.engine.parser - package org.databene.benerator.engine.parser
 
org.databene.benerator.engine.parser.xml - package org.databene.benerator.engine.parser.xml
 
org.databene.benerator.engine.statement - package org.databene.benerator.engine.statement
 
org.databene.benerator.factory - package org.databene.benerator.factory
 
org.databene.benerator.file - package org.databene.benerator.file
 
org.databene.benerator.gui - package org.databene.benerator.gui
 
org.databene.benerator.main - package org.databene.benerator.main
 
org.databene.benerator.parser - package org.databene.benerator.parser
 
org.databene.benerator.parser.xml - package org.databene.benerator.parser.xml
 
org.databene.benerator.primitive - package org.databene.benerator.primitive
Implements Generators for simple Java types.
org.databene.benerator.primitive.datetime - package org.databene.benerator.primitive.datetime
 
org.databene.benerator.primitive.number - package org.databene.benerator.primitive.number
Defines a small framework for generating numbers of all built-in Java number types (byte, short, int, long, BigInteger, float, double, BigDecimal) resulting from a sequence or being distributed according a distribution function.
org.databene.benerator.sample - package org.databene.benerator.sample
Provides Generators that are based on collections of samples.
org.databene.benerator.script - package org.databene.benerator.script
 
org.databene.benerator.storage - package org.databene.benerator.storage
 
org.databene.benerator.test - package org.databene.benerator.test
 
org.databene.benerator.util - package org.databene.benerator.util
Provides utility classes for data generation.
org.databene.benerator.wrapper - package org.databene.benerator.wrapper
Defines generators that wrap other generators and forward or convert their products
org.databene.domain.address - package org.databene.domain.address
databene domain for address data.
org.databene.domain.br - package org.databene.domain.br
 
org.databene.domain.finance - package org.databene.domain.finance
 
org.databene.domain.lang - package org.databene.domain.lang
 
org.databene.domain.math - package org.databene.domain.math
 
org.databene.domain.net - package org.databene.domain.net
 
org.databene.domain.organization - package org.databene.domain.organization
 
org.databene.domain.person - package org.databene.domain.person
databene domain for Person data.
org.databene.domain.product - package org.databene.domain.product
 
org.databene.domain.us - package org.databene.domain.us
 
org.databene.model.data - package org.databene.model.data
 
org.databene.platform.array - package org.databene.platform.array
 
org.databene.platform.contiperf - package org.databene.platform.contiperf
 
org.databene.platform.csv - package org.databene.platform.csv
 
org.databene.platform.db - package org.databene.platform.db
platform adapter for databases.
org.databene.platform.dbunit - package org.databene.platform.dbunit
 
org.databene.platform.file - package org.databene.platform.file
 
org.databene.platform.fixedwidth - package org.databene.platform.fixedwidth
 
org.databene.platform.flat - package org.databene.platform.flat
 
org.databene.platform.ftl - package org.databene.platform.ftl
 
org.databene.platform.java - package org.databene.platform.java
platform adapter for JavaBeans.
org.databene.platform.jndi - package org.databene.platform.jndi
 
org.databene.platform.map - package org.databene.platform.map
 
org.databene.platform.memstore - package org.databene.platform.memstore
 
org.databene.platform.script - package org.databene.platform.script
 
org.databene.platform.xls - package org.databene.platform.xls
 
org.databene.platform.xml - package org.databene.platform.xml
 
org.databene.task - package org.databene.task
Task definition and execution framework.
org.databene.task.test - package org.databene.task.test
 
organization - Variable in class org.databene.domain.address.Address
 
overwritesParent() - Method in class org.databene.model.data.InstanceDescriptor
 

P

PADOVAN_SEQUENCE - Static variable in class org.databene.benerator.distribution.SequenceManager
 
PadovanLongGenerator - Class in org.databene.domain.math
Generates numbers according to the Padovan Sequence.
PadovanLongGenerator(Long, Long, boolean) - Constructor for class org.databene.domain.math.PadovanLongGenerator
 
PadovanSequence - Class in org.databene.domain.math
Sequence-based implementation of the Padovan Sequence

Created at 03.07.2009 13:14:05
PadovanSequence() - Constructor for class org.databene.domain.math.PadovanSequence
 
pageFinished() - Method in class org.databene.benerator.engine.statement.GenerateAndConsumeTask
 
pageFinished() - Method in class org.databene.benerator.engine.statement.GenerateOrIterateStatement
 
pageFinished() - Method in class org.databene.platform.contiperf.PerfTrackingTaskProxy
 
pageFinished() - Method in class org.databene.task.AbstractTask
 
pageFinished() - Method in class org.databene.task.LoggingPageListener
 
pageFinished() - Method in interface org.databene.task.PageListener
 
pageFinished() - Method in interface org.databene.task.Task
 
pageFinished() - Method in class org.databene.task.TaskProxy
 
pageListener - Variable in class org.databene.benerator.engine.statement.GenerateOrIterateStatement
 
pageListener - Variable in class org.databene.benerator.engine.statement.RunTaskStatement
 
PageListener - Interface in org.databene.task
Listens to page invocations of a PagedTassk.
pageListenerEx - Variable in class org.databene.benerator.engine.statement.GenerateOrIterateStatement
 
pageSize - Variable in class org.databene.benerator.engine.statement.GenerateOrIterateStatement
 
pageSize - Variable in class org.databene.benerator.engine.statement.RunTaskStatement
 
pageStarting() - Method in class org.databene.benerator.engine.statement.GenerateAndConsumeTask
 
pageStarting() - Method in class org.databene.benerator.engine.statement.GenerateOrIterateStatement
 
pageStarting() - Method in class org.databene.task.LoggingPageListener
 
pageStarting() - Method in interface org.databene.task.PageListener
 
PAKISTAN - Static variable in class org.databene.domain.address.Country
 
parent - Variable in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
parent - Variable in class org.databene.model.data.TypeDescriptor
 
parentName - Variable in class org.databene.model.data.TypeDescriptor
 
parse(String) - Method in class org.databene.benerator.test.BeneratorIntegrationTest
 
parseAll(String, char, String, ComplexTypeDescriptor, Converter<String, String>, Patterns) - Static method in class org.databene.platform.csv.CSVEntityIterator
 
parseAll(String, Converter<String, ?>) - Static method in class org.databene.platform.xls.XLSEntityIterator
 
parseAll(String, Converter<String, ?>, String, boolean) - Static method in class org.databene.platform.xls.XLSEntityIterator
 
parseAndExecute(String) - Method in class org.databene.benerator.test.BeneratorIntegrationTest
 
parseAndExecuteFile(String) - Method in class org.databene.benerator.test.BeneratorIntegrationTest
 
parseAndExecuteRoot(String) - Method in class org.databene.benerator.test.BeneratorIntegrationTest
 
parseAttribute(String, Element) - Static method in class org.databene.benerator.engine.parser.xml.DescriptorParserUtil
 
parseAttribute(Element, ComplexTypeDescriptor, ComponentDescriptor) - Method in class org.databene.benerator.parser.ModelParser
 
parseAttribute(Element, String, Context) - Static method in class org.databene.benerator.parser.xml.XmlDescriptorParser
 
parseAttribute(Element, String, Context, boolean) - Static method in class org.databene.benerator.parser.xml.XmlDescriptorParser
 
parseAttribute(Attr, Context) - Static method in class org.databene.benerator.parser.xml.XmlDescriptorParser
 
parseBeanExpression(Element) - Static method in class org.databene.benerator.engine.parser.xml.BeanParser
 
parseBooleanAttribute(Element, String, Context, boolean) - Static method in class org.databene.benerator.parser.xml.XmlDescriptorParser
 
parseBooleanExpressionAttribute(String, Element) - Static method in class org.databene.benerator.engine.parser.xml.DescriptorParserUtil
 
parseBooleanExpressionAttribute(String, Element, Boolean) - Static method in class org.databene.benerator.engine.parser.xml.DescriptorParserUtil
 
parseClassAnnotations(Annotation[], BeneratorContext) - Method in class org.databene.benerator.anno.AnnotationMapper
Parses @Database and @Bean annotations attached to a class, initializes the related objects and puts them into the BeneratorContext
parseColumns() - Method in class org.databene.platform.dbunit.NestedDbUnitEntityIterator
 
parseComplexType(Element, ComplexTypeDescriptor) - Method in class org.databene.benerator.parser.ModelParser
 
parseComplexTypeChild(Element, ComplexTypeDescriptor) - Method in class org.databene.benerator.parser.ModelParser
 
parseComponent(Element, ComplexTypeDescriptor) - Method in class org.databene.benerator.parser.ModelParser
 
parseComponentConfig(Element, TypeDescriptor, BeneratorContext) - Static method in class org.databene.benerator.factory.DescriptorUtil
 
parseDatasetFiles(String, char, String, String, String, Converter<String, T>) - Static method in class org.databene.benerator.csv.CSVGeneratorUtil
 
parseDefaultSource(Element) - Method in class org.databene.benerator.engine.parser.xml.TranscodingTaskParser
 
parseDescriptorFile() - Method in class org.databene.benerator.engine.DescriptorRunner
 
parseFile(String, char, String, Converter<String, T>) - Static method in class org.databene.benerator.csv.CSVGeneratorUtil
 
parseFile(String, char, String, Converter<String, T>, List<WeightedSample<T>>) - Static method in class org.databene.benerator.csv.CSVGeneratorUtil
 
parseGenerate(Element, Statement[], BeneratorParseContext, BeneratorContext, boolean, boolean) - Method in class org.databene.benerator.engine.parser.xml.GenerateOrIterateParser
 
parseIntAttribute(String, Element) - Static method in class org.databene.benerator.engine.parser.xml.DescriptorParserUtil
 
parseIntAttribute(String, Element, int) - Static method in class org.databene.benerator.engine.parser.xml.DescriptorParserUtil
 
parseIntAttribute(String, Element, Expression<Integer>) - Static method in class org.databene.benerator.engine.parser.xml.DescriptorParserUtil
 
parseIntAttribute(Element, String, Context, int) - Static method in class org.databene.benerator.parser.xml.XmlDescriptorParser
 
parseIrrelevantColumns(Element) - Method in class org.databene.benerator.engine.parser.xml.AbstractTranscodeParser
 
parseLongAttribute(String, Element, long) - Static method in class org.databene.benerator.engine.parser.xml.DescriptorParserUtil
 
parseLongAttribute(String, Element, Expression<Long>) - Static method in class org.databene.benerator.engine.parser.xml.DescriptorParserUtil
 
parseLongAttribute(Element, String, Context, long) - Static method in class org.databene.benerator.parser.xml.XmlDescriptorParser
 
parseMetaData() - Method in class org.databene.platform.db.DBSystem
 
parseObject(String, ParsePosition) - Method in class org.databene.domain.address.PhoneNumberFormat
 
parseObject(String) - Method in class org.databene.domain.address.PhoneNumberFormat
 
parseOnErrorAttribute(Element, String) - Method in class org.databene.benerator.engine.parser.xml.AbstractBeneratorDescriptorParser
 
parsePageSize(Element) - Method in class org.databene.benerator.engine.parser.xml.AbstractBeneratorDescriptorParser
 
parsePart(Element, ComplexTypeDescriptor, ComponentDescriptor) - Method in class org.databene.benerator.parser.ModelParser
 
parseScriptableElementText(Element, boolean) - Static method in class org.databene.benerator.engine.parser.xml.DescriptorParserUtil
 
parseScriptableStringArrayAttribute(String, Element) - Static method in class org.databene.benerator.engine.parser.xml.DescriptorParserUtil
 
parseScriptableStringAttribute(String, Element) - Static method in class org.databene.benerator.engine.parser.xml.DescriptorParserUtil
 
parseScriptableStringAttribute(String, Element, boolean) - Static method in class org.databene.benerator.engine.parser.xml.DescriptorParserUtil
 
parseScriptAttribute(String, Element) - Static method in class org.databene.benerator.engine.parser.xml.DescriptorParserUtil
 
parseSimpleType(Element) - Method in class org.databene.benerator.parser.ModelParser
 
parseSimpleType(Element, SimpleTypeDescriptor) - Method in class org.databene.benerator.parser.ModelParser
 
parseSimpleTypeArrayElement(Element, ArrayTypeDescriptor, int) - Method in class org.databene.benerator.parser.ModelParser
 
parseSimpleTypeComponent(Element, ComplexTypeDescriptor, ComponentDescriptor) - Method in class org.databene.benerator.parser.ModelParser
 
parseSource(Element) - Method in class org.databene.benerator.engine.parser.xml.AbstractTranscodeParser
 
parseStringAttribute(Element, String, Context) - Static method in class org.databene.benerator.parser.xml.XmlDescriptorParser
 
parseStringAttribute(Element, String, Context, boolean) - Static method in class org.databene.benerator.parser.xml.XmlDescriptorParser
 
parseStringAttribute(Attr, Context) - Static method in class org.databene.benerator.parser.xml.XmlDescriptorParser
 
parseTarget(Element) - Method in class org.databene.benerator.engine.parser.xml.AbstractTranscodeParser
 
parseText(String) - Method in class org.databene.benerator.script.BeneratorScriptFactory
 
parseValue(Element) - Static method in class org.databene.benerator.engine.parser.xml.SettingParser
 
parseVariable(Element, VariableHolder) - Method in class org.databene.benerator.parser.ModelParser
 
PartDescriptor - Class in org.databene.model.data
Descriptor for attributes

Created: 30.06.2007 07:29:43
PartDescriptor(String, DescriptorProvider) - Constructor for class org.databene.model.data.PartDescriptor
 
PartDescriptor(String, DescriptorProvider, String) - Constructor for class org.databene.model.data.PartDescriptor
 
PartDescriptor(String, DescriptorProvider, TypeDescriptor) - Constructor for class org.databene.model.data.PartDescriptor
 
PartDescriptor(String, DescriptorProvider, TypeDescriptor, Expression<Long>, Expression<Long>) - Constructor for class org.databene.model.data.PartDescriptor
 
PartDescriptor(String, DescriptorProvider, String, TypeDescriptor, Expression<Long>, Expression<Long>) - Constructor for class org.databene.model.data.PartDescriptor
 
partName - Variable in class org.databene.benerator.wrapper.EntityPartSource
 
PathResolver - Interface in org.databene.benerator.anno
Interface for resolving resource paths for test case classes.
PATTERN - Static variable in class org.databene.model.data.TypeDescriptor
 
PerfTrackingConsumer - Class in org.databene.platform.contiperf
Consumer implementation that calls a ContiPerf PerfTrackingConsumer.
PerfTrackingConsumer() - Constructor for class org.databene.platform.contiperf.PerfTrackingConsumer
 
PerfTrackingConsumer(Consumer) - Constructor for class org.databene.platform.contiperf.PerfTrackingConsumer
 
PerfTrackingConsumer(Consumer, String) - Constructor for class org.databene.platform.contiperf.PerfTrackingConsumer
 
PerfTrackingTaskProxy - Class in org.databene.platform.contiperf
Proxies a Task and tracks its execution times.
PerfTrackingTaskProxy(Task) - Constructor for class org.databene.platform.contiperf.PerfTrackingTaskProxy
 
PerfTrackingTaskProxy(Task, PerformanceTracker) - Constructor for class org.databene.platform.contiperf.PerfTrackingTaskProxy
 
PerfTrackingWrapper - Class in org.databene.platform.contiperf
Common parent class for Benerator runners that support performance tracking.
PerfTrackingWrapper() - Constructor for class org.databene.platform.contiperf.PerfTrackingWrapper
 
PerfTrackingWrapper(PerformanceTracker) - Constructor for class org.databene.platform.contiperf.PerfTrackingWrapper
 
persist() - Static method in class org.databene.benerator.primitive.LocalSequenceGenerator
 
persistCities(Country, String) - Static method in class org.databene.domain.address.CityManager
 
Person - Class in org.databene.domain.person
Represents a natural person.
Person(Locale) - Constructor for class org.databene.domain.person.Person
 
PersonFormatter - Class in org.databene.domain.person
Formats Person objects.
PersonFormatter() - Constructor for class org.databene.domain.person.PersonFormatter
 
PersonGenerator - Class in org.databene.domain.person
Generates Person beans.
PersonGenerator() - Constructor for class org.databene.domain.person.PersonGenerator
 
PersonGenerator(String) - Constructor for class org.databene.domain.person.PersonGenerator
 
PersonGenerator(String, Locale) - Constructor for class org.databene.domain.person.PersonGenerator
 
PhoneNumber - Class in org.databene.domain.address
Represents a phone number.
PhoneNumber() - Constructor for class org.databene.domain.address.PhoneNumber
 
PhoneNumber(String, String, String) - Constructor for class org.databene.domain.address.PhoneNumber
 
PhoneNumber(String, String, String, boolean) - Constructor for class org.databene.domain.address.PhoneNumber
 
PhoneNumberFormat - Class in org.databene.domain.address
Formats a phone code.
PhoneNumberFormat(String) - Constructor for class org.databene.domain.address.PhoneNumberFormat
 
PhoneNumberGenerator - Class in org.databene.domain.address
Generates landline or mobile phone numbers in a given Country.
PhoneNumberGenerator(Country) - Constructor for class org.databene.domain.address.PhoneNumberGenerator
 
plainConverter - Variable in class org.databene.benerator.consumer.FormattingConsumer
 
PlainEntityComponentBuilder - Class in org.databene.benerator.composite
Builds a plain (atomic) component that is supposed to have a name.
PlainEntityComponentBuilder(String, Generator<?>, String) - Constructor for class org.databene.benerator.composite.PlainEntityComponentBuilder
 
PlainSequenceGenerator - Class in org.databene.platform.db
Generator implementation which provides sequence values from a database.
PlainSequenceGenerator(String, DBSystem) - Constructor for class org.databene.platform.db.PlainSequenceGenerator
 
PlatformDescriptor - Interface in org.databene.benerator
Descriptor interface to provide informations about Benerator platforms.
PlatformDescriptor - Class in org.databene.platform.xls
XLS platform descriptor.
PlatformDescriptor() - Constructor for class org.databene.platform.xls.PlatformDescriptor
 
poBox - Variable in class org.databene.domain.address.Address
 
POLAND - Static variable in class org.databene.domain.address.Country
 
PORTUGAL - Static variable in class org.databene.domain.address.Country
 
postalCode - Variable in class org.databene.domain.address.Address
 
PostalCode - Annotation Type in org.databene.domain.address
Marker annotation for postal code fields.
PostalCodeValidator - Class in org.databene.domain.address
Validator that verifies postal codes.
PostalCodeValidator() - Constructor for class org.databene.domain.address.PostalCodeValidator
 
PostalCodeValidator(String) - Constructor for class org.databene.domain.address.PostalCodeValidator
 
postInitPrinter(Object) - Method in class org.databene.benerator.consumer.TextFileExporter
This method is called after printer initialization and before writing the first data entry.
postInitPrinter(Object) - Method in class org.databene.platform.csv.CSVEntityExporter
 
postInitPrinter(Object) - Method in class org.databene.platform.db.SQLEntityExporter
 
postInitPrinter(Object) - Method in class org.databene.platform.fixedwidth.FixedWidthEntityExporter
 
postInitPrinter(Object) - Method in class org.databene.platform.script.ScriptedEntityExporter
 
preClosePrinter() - Method in class org.databene.benerator.consumer.TextFileExporter
This method is called after writing the last data entry and before closing the underlying printer.
preClosePrinter() - Method in class org.databene.platform.csv.CSVEntityExporter
 
PredefinedSequenceGenerator<E extends java.lang.Number> - Class in org.databene.benerator.distribution.sequence
Generator class for use by the LiteralSequence.
PredefinedSequenceGenerator(E...) - Constructor for class org.databene.benerator.distribution.sequence.PredefinedSequenceGenerator
 
prefix - Variable in class org.databene.benerator.primitive.LuhnGenerator
 
prependNull(Generator<T>) - Static method in class org.databene.benerator.wrapper.WrapperFactory
 
preventClosing(Generator<T>) - Static method in class org.databene.benerator.wrapper.WrapperFactory
 
PrimitiveDescriptorProvider - Class in org.databene.model.data
Provides benerator's built-in type descriptors.
PrimitiveDescriptorProvider(DataModel) - Constructor for class org.databene.model.data.PrimitiveDescriptorProvider
 
printContent() - Method in class org.databene.platform.memstore.MemStore
 
printer - Variable in class org.databene.benerator.consumer.TextFileExporter
 
println() - Method in class org.databene.benerator.consumer.TextFileExporter
 
printProducts(Generator<?>, int) - Method in class org.databene.benerator.test.GeneratorTest
 
printState() - Method in class org.databene.benerator.distribution.sequence.ExpandGeneratorProxy
 
printState() - Method in class org.databene.benerator.primitive.SeedSentenceGenerator
 
printState() - Method in class org.databene.benerator.primitive.SeedWordGenerator
 
printState() - Method in class org.databene.benerator.sample.SeedGenerator
 
printState(String) - Method in class org.databene.benerator.sample.SeedGenerator
 
printState() - Method in class org.databene.benerator.sample.SeedManager
 
printState(String) - Method in class org.databene.benerator.sample.SeedManager
 
privatePhone - Variable in class org.databene.domain.address.Address
 
processCyclic(Generator<T>, TypeDescriptor) - Static method in class org.databene.benerator.factory.DescriptorUtil
 
processOffset(Generator<T>, TypeDescriptor) - Static method in class org.databene.benerator.factory.DescriptorUtil
 
productName - Variable in class org.databene.benerator.wrapper.EntityPartSource
 
products - Variable in class org.databene.benerator.test.ConsumerMock
 
ProductWrapper<E> - Class in org.databene.benerator.wrapper
Helper class for the Generator class.
ProductWrapper(E) - Constructor for class org.databene.benerator.wrapper.ProductWrapper
 
ProductWrapper() - Constructor for class org.databene.benerator.wrapper.ProductWrapper
 
ProjectBuilder - Class in org.databene.benerator.gui
Creates benerator project archetypes.
ProjectBuilder(Setup, FolderLayout, ProgressMonitor) - Constructor for class org.databene.benerator.gui.ProjectBuilder
 
projectFile(String) - Method in class org.databene.benerator.gui.Setup
 
Property - Annotation Type in org.databene.benerator.anno
Property configration for a @Bean.
PropertyMessage - Class in org.databene.benerator
Delivers a message that refers to a property.
PropertyMessage(String, String) - Constructor for class org.databene.benerator.PropertyMessage
 
provider - Variable in class org.databene.model.data.FeatureDescriptor
 

Q

QATAR - Static variable in class org.databene.domain.address.Country
 
quantize(Number, T, T, Class<T>) - Static method in class org.databene.benerator.primitive.number.NumberQuantizer
 
query(String, boolean, Context) - Method in interface org.databene.benerator.StorageSystem
Creates an Iterable for repetitive iteration through the results of the specified query.
query(String, boolean, Context) - Method in class org.databene.platform.db.DBSystem
 
query(String, boolean, Context) - Method in class org.databene.platform.memstore.MemStore
 
QueryDataSource - Class in org.databene.platform.db
DataSource implementation which is able to resolve script expressions, performs a query and provides the result of a query as a DataIterator of ResultSet objects.
QueryDataSource(Connection, String, int, Context) - Constructor for class org.databene.platform.db.QueryDataSource
 
queryEntities(String, String, Context) - Method in interface org.databene.benerator.StorageSystem
Creates an iterator that provides all entities of given type.
queryEntities(String, String, Context) - Method in class org.databene.platform.db.DBSystem
 
queryEntities(String, String, Context) - Method in class org.databene.platform.memstore.MemStore
 
queryEntityById(String, Object) - Method in class org.databene.platform.db.DBSystem
 
queryEntityIds(String, String, Context) - Method in interface org.databene.benerator.StorageSystem
Queries for entity ids
queryEntityIds(String, String, Context) - Method in class org.databene.platform.db.DBSystem
 
queryEntityIds(String, String, Context) - Method in class org.databene.platform.memstore.MemStore
 
QueryGenerator<E> - Class in org.databene.platform.db
Generates values based on a database query.
QueryGenerator() - Constructor for class org.databene.platform.db.QueryGenerator
 
QueryGenerator(String, StorageSystem, boolean) - Constructor for class org.databene.platform.db.QueryGenerator
 
QueryHiLoGenerator - Class in org.databene.platform.db
* Creates Unique keys efficiently by connecting a database, retrieving a (unique) sequence value and building sub keys of it.
QueryHiLoGenerator(String, StorageSystem) - Constructor for class org.databene.platform.db.QueryHiLoGenerator
 
QueryHiLoGenerator(String, StorageSystem, int) - Constructor for class org.databene.platform.db.QueryHiLoGenerator
 
QueryIterable - Class in org.databene.platform.db
Creates Iterators for stepping through query results.
QueryIterable(Connection, String, int, Context) - Constructor for class org.databene.platform.db.QueryIterable
 
QueryLongGenerator - Class in org.databene.platform.db
Generates Long values based on a database query.
QueryLongGenerator() - Constructor for class org.databene.platform.db.QueryLongGenerator
 
QueryLongGenerator(String, StorageSystem) - Constructor for class org.databene.platform.db.QueryLongGenerator
 

R

RANDOM_SEQUENCE - Static variable in class org.databene.benerator.distribution.SequenceManager
 
RANDOM_WALK_SEQUENCE - Static variable in class org.databene.benerator.distribution.SequenceManager
 
randomAtom() - Method in class org.databene.benerator.sample.SeedManager
 
RandomBigDecimalGenerator - Class in org.databene.benerator.distribution.sequence
Generates random BigDecimals with a uniform distribution.
RandomBigDecimalGenerator() - Constructor for class org.databene.benerator.distribution.sequence.RandomBigDecimalGenerator
 
RandomBigDecimalGenerator(BigDecimal, BigDecimal) - Constructor for class org.databene.benerator.distribution.sequence.RandomBigDecimalGenerator
 
RandomBigDecimalGenerator(BigDecimal, BigDecimal, BigDecimal) - Constructor for class org.databene.benerator.distribution.sequence.RandomBigDecimalGenerator
 
RandomBigIntegerGenerator - Class in org.databene.benerator.distribution.sequence
Generates random BigInteger with a uniform distribution.
RandomBigIntegerGenerator() - Constructor for class org.databene.benerator.distribution.sequence.RandomBigIntegerGenerator
 
RandomBigIntegerGenerator(BigInteger, BigInteger) - Constructor for class org.databene.benerator.distribution.sequence.RandomBigIntegerGenerator
 
RandomBigIntegerGenerator(BigInteger, BigInteger, BigInteger) - Constructor for class org.databene.benerator.distribution.sequence.RandomBigIntegerGenerator
 
randomDataset() - Method in class org.databene.benerator.dataset.AbstractDatasetGenerator
 
randomDate(Date, Date) - Static method in class org.databene.benerator.util.RandomUtil
 
randomDigit(int) - Static method in class org.databene.benerator.util.RandomUtil
 
RandomDomainGenerator - Class in org.databene.domain.net
Creates an Internet domain name from random characters.
RandomDomainGenerator() - Constructor for class org.databene.domain.net.RandomDomainGenerator
 
RandomDoubleGenerator - Class in org.databene.benerator.distribution.sequence
Double Generator that implements a 'random' Double Sequence.
RandomDoubleGenerator() - Constructor for class org.databene.benerator.distribution.sequence.RandomDoubleGenerator
 
RandomDoubleGenerator(double, double) - Constructor for class org.databene.benerator.distribution.sequence.RandomDoubleGenerator
 
RandomDoubleGenerator(double, double, double) - Constructor for class org.databene.benerator.distribution.sequence.RandomDoubleGenerator
 
randomElement(T...) - Static method in class org.databene.benerator.util.RandomUtil
 
randomElement(List<T>) - Static method in class org.databene.benerator.util.RandomUtil
 
randomFromWeightLiteral(String) - Static method in class org.databene.benerator.util.RandomUtil
 
randomIndex(List<?>) - Static method in class org.databene.benerator.util.RandomUtil
 
randomInt(int, int) - Static method in class org.databene.benerator.util.RandomUtil
Generates a random int value in the range from min to max
RandomIntegerGenerator - Class in org.databene.benerator.distribution.sequence
Creates random Integer values with a uniform distribution.
RandomIntegerGenerator() - Constructor for class org.databene.benerator.distribution.sequence.RandomIntegerGenerator
 
RandomIntegerGenerator(int, int) - Constructor for class org.databene.benerator.distribution.sequence.RandomIntegerGenerator
 
RandomIntegerGenerator(int, int, int) - Constructor for class org.databene.benerator.distribution.sequence.RandomIntegerGenerator
 
randomLong(long, long) - Static method in class org.databene.benerator.util.RandomUtil
Generates a random long value in the range from min to max
RandomLongGenerator - Class in org.databene.benerator.distribution.sequence
Long Generator that implements a 'random' Long Sequence.
RandomLongGenerator() - Constructor for class org.databene.benerator.distribution.sequence.RandomLongGenerator
 
RandomLongGenerator(long, Long) - Constructor for class org.databene.benerator.distribution.sequence.RandomLongGenerator
 
RandomLongGenerator(long, Long, long) - Constructor for class org.databene.benerator.distribution.sequence.RandomLongGenerator
 
randomProbability() - Static method in class org.databene.benerator.util.RandomUtil
 
RandomSequence - Class in org.databene.benerator.distribution.sequence
Sequence implementation that creates generators with a random uniform distribution.
RandomSequence() - Constructor for class org.databene.benerator.distribution.sequence.RandomSequence
 
RandomUtil - Class in org.databene.benerator.util
Provides utility functions for generating numbers in an interval.
RandomUtil() - Constructor for class org.databene.benerator.util.RandomUtil
 
RandomVarLengthStringGenerator - Class in org.databene.benerator.primitive
Generates Strings composed of numerical digits.
RandomVarLengthStringGenerator() - Constructor for class org.databene.benerator.primitive.RandomVarLengthStringGenerator
 
RandomVarLengthStringGenerator(String, int) - Constructor for class org.databene.benerator.primitive.RandomVarLengthStringGenerator
 
RandomVarLengthStringGenerator(String, int, int, int) - Constructor for class org.databene.benerator.primitive.RandomVarLengthStringGenerator
 
RandomVarLengthStringGenerator(String, int, int, int, Distribution) - Constructor for class org.databene.benerator.primitive.RandomVarLengthStringGenerator
 
RandomVarLengthStringGenerator(Set<Character>, int, int, int, Distribution) - Constructor for class org.databene.benerator.primitive.RandomVarLengthStringGenerator
 
RandomWalkDoubleGenerator - Class in org.databene.benerator.distribution.sequence
Double Generator that implements a 'randomWalk' Double Sequence.
RandomWalkDoubleGenerator() - Constructor for class org.databene.benerator.distribution.sequence.RandomWalkDoubleGenerator
 
RandomWalkDoubleGenerator(double, double) - Constructor for class org.databene.benerator.distribution.sequence.RandomWalkDoubleGenerator
 
RandomWalkDoubleGenerator(double, double, double, double) - Constructor for class org.databene.benerator.distribution.sequence.RandomWalkDoubleGenerator
 
RandomWalkDoubleGenerator(double, double, double, double, double) - Constructor for class org.databene.benerator.distribution.sequence.RandomWalkDoubleGenerator
 
RandomWalkLongGenerator - Class in org.databene.benerator.distribution.sequence
Long Generator that implements a 'randomWalk' Long Sequence.
RandomWalkLongGenerator() - Constructor for class org.databene.benerator.distribution.sequence.RandomWalkLongGenerator
 
RandomWalkLongGenerator(long, long) - Constructor for class org.databene.benerator.distribution.sequence.RandomWalkLongGenerator
 
RandomWalkLongGenerator(long, long, long, long) - Constructor for class org.databene.benerator.distribution.sequence.RandomWalkLongGenerator
 
RandomWalkLongGenerator(long, long, long, long, long, long) - Constructor for class org.databene.benerator.distribution.sequence.RandomWalkLongGenerator
 
RandomWalkLongGenerator(long, long, long, long, long, long, Distribution) - Constructor for class org.databene.benerator.distribution.sequence.RandomWalkLongGenerator
 
RandomWalkSequence - Class in org.databene.benerator.distribution.sequence
Random Walk Sequence implementation that supports a variable step width.
RandomWalkSequence() - Constructor for class org.databene.benerator.distribution.sequence.RandomWalkSequence
 
RandomWalkSequence(BigDecimal, BigDecimal) - Constructor for class org.databene.benerator.distribution.sequence.RandomWalkSequence
 
RandomWalkSequence(BigDecimal, BigDecimal, BigDecimal) - Constructor for class org.databene.benerator.distribution.sequence.RandomWalkSequence
 
RandomWalkSequence(BigDecimal, BigDecimal, BigDecimal, boolean) - Constructor for class org.databene.benerator.distribution.sequence.RandomWalkSequence
 
readCities(Country) - Static method in class org.databene.domain.address.CityManager
 
readCities(Country, String, Map<String, String>) - Static method in class org.databene.domain.address.CityManager
 
reader - Variable in class org.databene.platform.dbunit.AbstractDbUnitEntityIterator
 
readFile(String) - Method in class org.databene.benerator.script.BeneratorScriptFactory
 
readOnly - Variable in class org.databene.platform.db.DBSystem
 
realStatement - Variable in class org.databene.benerator.engine.statement.StatementProxy
 
realTask - Variable in class org.databene.task.TaskProxy
 
RecurrenceRelationNumberGenerator<E extends java.lang.Number> - Class in org.databene.benerator.primitive.number
Parent class for Number Generators that calculate numbers recursively.
RecurrenceRelationNumberGenerator(Class<E>, int, E, E) - Constructor for class org.databene.benerator.primitive.number.RecurrenceRelationNumberGenerator
 
recursive - Variable in class org.databene.benerator.file.FileContentGenerator
 
ReferenceDescriptor - Class in org.databene.model.data
Describes a reference to an instance of a complex type (see ComplexTypeDescriptor).
ReferenceDescriptor(String, DescriptorProvider, String) - Constructor for class org.databene.model.data.ReferenceDescriptor
 
ReferenceDescriptor(String, DescriptorProvider, String, String, String) - Constructor for class org.databene.model.data.ReferenceDescriptor
 
RegexGeneratorFactory - Class in org.databene.benerator.factory
Creates generators for regular expressions and their sub parts.
RegexGeneratorFactory() - Constructor for class org.databene.benerator.factory.RegexGeneratorFactory
 
RegexStringGenerator - Class in org.databene.benerator.primitive
Generates Strings that comply to a regular expression.
RegexStringGenerator() - Constructor for class org.databene.benerator.primitive.RegexStringGenerator
Initializes the generator to an empty regular expression, a maxQuantity of 30 and the fallback locale
RegexStringGenerator(int) - Constructor for class org.databene.benerator.primitive.RegexStringGenerator
Initializes the generator to an empty regular expression and the fallback locale
RegexStringGenerator(String) - Constructor for class org.databene.benerator.primitive.RegexStringGenerator
Initializes the generator to a maxQuantity of 30 and the fallback locale
RegexStringGenerator(String, int) - Constructor for class org.databene.benerator.primitive.RegexStringGenerator
Initializes the generator to the fallback locale
RegexStringGenerator(String, Integer, boolean) - Constructor for class org.databene.benerator.primitive.RegexStringGenerator
Initializes the generator with the String representation of a regular expression
REGION_NESTING - Static variable in class org.databene.benerator.dataset.DatasetUtil
 
register(String, Sequence) - Static method in class org.databene.benerator.distribution.SequenceManager
 
registerAndInitComponent(T) - Method in class org.databene.domain.person.PersonGenerator
 
registerComponent(T) - Method in class org.databene.benerator.wrapper.CompositeGenerator
 
registerComponent(T) - Method in class org.databene.benerator.wrapper.CompositeGenerator
 
registerComponents(ThreadAware[]) - Method in class org.databene.benerator.wrapper.CompositeGenerator
 
registeredSequences() - Static method in class org.databene.benerator.distribution.SequenceManager
 
RelativePathResolver - Class in org.databene.benerator.anno
PathResolver implementation which is based on a base path and appends the test classes' package name and finally the resource name (or path) itself to construct the resolved path.
RelativePathResolver() - Constructor for class org.databene.benerator.anno.RelativePathResolver
 
RelativePathResolver(String) - Constructor for class org.databene.benerator.anno.RelativePathResolver
 
remove(String) - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
remove(String) - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
remove() - Method in class org.databene.benerator.util.GeneratorIterator
 
remove(String) - Method in class org.databene.model.data.Entity
 
removeComponent(String) - Method in class org.databene.model.data.Entity
 
removeDescriptorProvider(String) - Method in class org.databene.model.data.DataModel
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.databene.benerator.gui.Setup
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.databene.benerator.gui.Setup
 
renderDetails() - Method in class org.databene.model.data.FeatureDescriptor
 
renderDetails(StringBuilder) - Method in class org.databene.model.data.FeatureDescriptor
 
RepeatGeneratorProxy<E> - Class in org.databene.benerator.wrapper
A generator proxy that forwards the output of another generator with a random number of repetitions.
RepeatGeneratorProxy() - Constructor for class org.databene.benerator.wrapper.RepeatGeneratorProxy
 
RepeatGeneratorProxy(Generator<E>, int, int) - Constructor for class org.databene.benerator.wrapper.RepeatGeneratorProxy
 
RepeatGeneratorProxy(Generator<E>, int, int, int, Distribution) - Constructor for class org.databene.benerator.wrapper.RepeatGeneratorProxy
 
RepeatSequence - Class in org.databene.benerator.distribution.sequence
Distribution that repeats consecutive elements or numbers.
RepeatSequence() - Constructor for class org.databene.benerator.distribution.sequence.RepeatSequence
 
RepeatSequence(int, int) - Constructor for class org.databene.benerator.distribution.sequence.RepeatSequence
 
RepeatSequence(int, int, int, Distribution) - Constructor for class org.databene.benerator.distribution.sequence.RepeatSequence
 
requiredCheckDigit(CharSequence) - Static method in class org.databene.benerator.util.LuhnUtil
Calculates the last digit expected for a number that passes the Luhn test, ignoring the last digit.
reset() - Method in class org.databene.benerator.composite.AbstractGeneratorComponent
 
reset() - Method in class org.databene.benerator.composite.ComponentAndVariableSupport
 
reset() - Method in class org.databene.benerator.composite.ComponentBuilderProxy
 
reset() - Method in class org.databene.benerator.composite.MultiComponentBuilder
 
reset() - Method in class org.databene.benerator.composite.SourceAwareGenerator
 
reset() - Method in class org.databene.benerator.distribution.IndexBasedSampleGeneratorProxy
 
reset() - Method in class org.databene.benerator.distribution.sequence.BitReverseLongGenerator
 
reset() - Method in class org.databene.benerator.distribution.sequence.BitReverseNaturalNumberGenerator
 
reset() - Method in class org.databene.benerator.distribution.sequence.ExpandGeneratorProxy
 
reset() - Method in class org.databene.benerator.distribution.sequence.PredefinedSequenceGenerator
 
reset() - Method in class org.databene.benerator.distribution.sequence.RandomWalkDoubleGenerator
 
reset() - Method in class org.databene.benerator.distribution.sequence.RandomWalkLongGenerator
 
reset() - Method in class org.databene.benerator.distribution.sequence.ShuffleDoubleGenerator
 
reset() - Method in class org.databene.benerator.distribution.sequence.ShuffleLongGenerator
 
reset() - Method in class org.databene.benerator.distribution.sequence.StepDoubleGenerator
 
reset() - Method in class org.databene.benerator.distribution.sequence.StepLongGenerator
 
reset() - Method in class org.databene.benerator.distribution.sequence.WedgeDoubleGenerator
 
reset() - Method in class org.databene.benerator.distribution.sequence.WedgeLongGenerator
 
reset() - Method in class org.databene.benerator.engine.BeneratorMonitor
 
reset() - Method in interface org.databene.benerator.engine.BeneratorMonitorMBean
 
reset() - Method in class org.databene.benerator.engine.CurrentProductGeneration
 
reset() - Method in class org.databene.benerator.engine.statement.GenerateAndConsumeTask
 
reset() - Method in class org.databene.benerator.engine.TaskBasedGenerator
 
reset() - Method in class org.databene.benerator.primitive.datetime.DayGenerator
 
reset() - Method in class org.databene.benerator.primitive.DynamicLongGenerator
 
reset() - Method in class org.databene.benerator.primitive.EquivalenceStringGenerator
 
reset() - Method in class org.databene.benerator.primitive.HiLoGenerator
 
reset() - Method in class org.databene.benerator.primitive.IncrementalIntsGenerator
 
reset() - Method in class org.databene.benerator.primitive.IncrementGenerator
 
reset() - Method in class org.databene.benerator.primitive.LocalSequenceGenerator
 
reset() - Method in class org.databene.benerator.primitive.number.RecurrenceRelationNumberGenerator
See Resettable.reset()
reset() - Method in class org.databene.benerator.primitive.StringGenerator
 
reset() - Method in class org.databene.benerator.primitive.UniqueIntsGenerator
 
reset() - Method in class org.databene.benerator.sample.OneShotGenerator
 
reset() - Method in class org.databene.benerator.sample.SampleGenerator
 
reset() - Method in class org.databene.benerator.sample.SequenceGenerator
 
reset() - Method in class org.databene.benerator.sample.StateGenerator
 
reset() - Method in class org.databene.benerator.sample.StateTransitionGenerator
 
reset() - Method in class org.databene.benerator.util.AbstractGenerator
 
reset() - Method in class org.databene.benerator.util.SharedGenerator
 
reset() - Method in class org.databene.benerator.wrapper.CardinalGenerator
 
reset() - Method in class org.databene.benerator.wrapper.DataSourceGenerator
 
reset() - Method in class org.databene.benerator.wrapper.GeneratorChain
 
reset() - Method in class org.databene.benerator.wrapper.GeneratorWrapper
 
reset() - Method in class org.databene.benerator.wrapper.IteratingGenerator
 
reset() - Method in class org.databene.benerator.wrapper.LastProductDetector
 
reset() - Method in class org.databene.benerator.wrapper.MessageGenerator
 
reset() - Method in class org.databene.benerator.wrapper.MultiGeneratorWrapper
 
reset() - Method in class org.databene.benerator.wrapper.NShotGeneratorProxy
 
reset() - Method in class org.databene.benerator.wrapper.NullStartingGenerator
 
reset() - Method in class org.databene.benerator.wrapper.OffsetBasedGenerator
 
reset() - Method in class org.databene.benerator.wrapper.RepeatGeneratorProxy
 
reset() - Method in class org.databene.benerator.wrapper.SimpleMultiSourceArrayGenerator
 
reset() - Method in class org.databene.benerator.wrapper.SkipGeneratorProxy
 
reset() - Method in class org.databene.benerator.wrapper.SynchronizedGeneratorProxy
 
reset() - Method in class org.databene.benerator.wrapper.UniqueMultiSourceArrayGenerator
 
reset() - Method in class org.databene.benerator.wrapper.ValidatingGeneratorProxy
Calls the reset() method on the source generator
reset() - Method in class org.databene.benerator.wrapper.WeightedGeneratorGenerator
 
reset() - Method in class org.databene.domain.math.PadovanLongGenerator
 
reset() - Method in class org.databene.domain.person.EMailAddressGenerator
 
resetAll() - Static method in class org.databene.benerator.primitive.LocalSequenceGenerator
 
resetAll(Resettable[]) - Static method in class org.databene.benerator.util.GeneratorUtil
 
resetIfNeeded() - Method in class org.databene.benerator.engine.AbstractScopedLifeCycleHolder
 
resetIfNeeded() - Method in interface org.databene.benerator.engine.ScopedLifeCycleHolder
 
resetMembers(Long, Long) - Method in class org.databene.benerator.primitive.DynamicCountGenerator
 
resetMembers(Long, Long) - Method in class org.databene.benerator.primitive.DynamicLongGenerator
 
resetMembers() - Method in class org.databene.benerator.primitive.number.RecurrenceRelationNumberGenerator
 
resetMembers() - Method in class org.databene.domain.math.FibonacciLongGenerator
 
resetMembers() - Method in class org.databene.domain.math.PadovanLongGenerator
 
resetMonitor() - Static method in class org.databene.benerator.engine.DescriptorRunner
 
resolveBeanExpression(Element, BeneratorContext) - Static method in class org.databene.benerator.engine.parser.xml.BeanParser
 
resolveReferences(Entity, DBSystem, BeneratorContext) - Method in class org.databene.benerator.engine.statement.CascadeStatement.Reference
 
resolveRelativeUri(String) - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
resolveRelativeUri(String) - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
resolveRelativeUri(String) - Method in interface org.databene.benerator.GeneratorContext
 
resolveScript(String, String, Context) - Static method in class org.databene.benerator.parser.xml.XmlDescriptorParser
 
resolveUri() - Method in class org.databene.model.data.FileBasedEntitySource
 
resolveVariables(File) - Method in class org.databene.benerator.gui.ProjectBuilder
 
ResourceManager - Interface in org.databene.benerator.engine
Parent interface for classes that manage resources.
ResourceManagerSupport - Class in org.databene.benerator.engine
Provides a standard implementation of the ResourceManager interface.
ResourceManagerSupport() - Constructor for class org.databene.benerator.engine.ResourceManagerSupport
 
RESTRICTION - Static variable in class org.databene.platform.xml.XMLSchemaDescriptorProvider
 
ResultSet2EntityConverter - Class in org.databene.platform.db
Converts a SQL ResultSet to a Benerator Entity.
ResultSet2EntityConverter() - Constructor for class org.databene.platform.db.ResultSet2EntityConverter
 
ResultSetEntityIterator - Class in org.databene.platform.db
Iterates a ResultSet returning Entity objects.
ResultSetEntityIterator(DataIterator<ResultSet>, ComplexTypeDescriptor) - Constructor for class org.databene.platform.db.ResultSetEntityIterator
 
ROMANIA - Static variable in class org.databene.domain.address.Country
 
ROW_BASED - Static variable in class org.databene.model.data.TypeDescriptor
 
run() - Method in class org.databene.benerator.engine.BeneratorShutdownHook
 
run() - Method in class org.databene.benerator.engine.DescriptorRunner
 
run() - Method in class org.databene.benerator.gui.ProjectBuilder
 
runFile(String, InfoPrinter) - Static method in class org.databene.benerator.main.Benerator
 
runInRegion(String, Runnable) - Static method in class org.databene.benerator.dataset.DatasetUtil
 
RunnableMain - Class in org.databene.task
Provides invocation of an implementation of java.lang.Runnable from the command line.
RunnableMain() - Constructor for class org.databene.task.RunnableMain
 
RunnableTask - Class in org.databene.task
Wraps a Runnable in a Task.
RunnableTask(Runnable) - Constructor for class org.databene.task.RunnableTask
 
runSubTask(Task, Context, ErrorHandler) - Method in class org.databene.task.SequentialTask
 
RunTaskParser - Class in org.databene.benerator.engine.parser.xml
Parses a run-task descriptor.
RunTaskParser() - Constructor for class org.databene.benerator.engine.parser.xml.RunTaskParser
 
RunTaskStatement - Class in org.databene.benerator.engine.statement
Statement that executes a Task supporting paging and multithreading.
RunTaskStatement(Expression<? extends Task>, Expression<Long>, Expression<Long>, Expression<PageListener>, Expression<Integer>, Expression<Boolean>, Expression<ErrorHandler>, boolean) - Constructor for class org.databene.benerator.engine.statement.RunTaskStatement
 
runWithoutShutdownHook() - Method in class org.databene.benerator.engine.DescriptorRunner
 
RUSSIA - Static variable in class org.databene.domain.address.Country
 

S

salutation(Gender) - Method in class org.databene.domain.person.SalutationProvider
 
SalutationProvider - Class in org.databene.domain.person
Generates salutations.
SalutationProvider() - Constructor for class org.databene.domain.person.SalutationProvider
 
SalutationProvider(Locale) - Constructor for class org.databene.domain.person.SalutationProvider
 
SampleGenerator<E> - Class in org.databene.benerator.sample
Generates values from a non-weighted list of samples, applying an explicitly defined distribution.
SampleGenerator() - Constructor for class org.databene.benerator.sample.SampleGenerator
 
SampleGenerator(Class<E>) - Constructor for class org.databene.benerator.sample.SampleGenerator
Initializes the generator to an empty sample list
SampleGenerator(Class<E>, E...) - Constructor for class org.databene.benerator.sample.SampleGenerator
Initializes the generator to a sample list
SampleGenerator(Class<E>, Distribution, E...) - Constructor for class org.databene.benerator.sample.SampleGenerator
Initializes the generator to a sample list
SampleGenerator(Class<E>, Iterable<E>) - Constructor for class org.databene.benerator.sample.SampleGenerator
Initializes the generator to a sample list
SampleGenerator(Class<E>, Distribution, boolean, Iterable<E>) - Constructor for class org.databene.benerator.sample.SampleGenerator
Initializes the generator to a sample list
SampleGeneratorUtil - Class in org.databene.benerator.sample
Provides utility methods for sample-based generators.
SampleGeneratorUtil() - Constructor for class org.databene.benerator.sample.SampleGeneratorUtil
 
SAN_MARINO - Static variable in class org.databene.domain.address.Country
 
SATURDAY - Static variable in annotation type org.databene.benerator.primitive.datetime.DayOfWeek
 
SAUDI_ARABIA - Static variable in class org.databene.domain.address.Country
 
schemaPathForCurrentVersion() - Static method in class org.databene.benerator.BeneratorFactory
 
SCOPE - Static variable in class org.databene.model.data.TypeDescriptor
 
ScopedLifeCycleHolder - Interface in org.databene.benerator.engine
Common interface of classes with a prepare method.
SCRIPT - Static variable in class org.databene.model.data.TypeDescriptor
 
ScriptableExpression - Class in org.databene.benerator.engine.expression
Evaluates a string which may be a script (indicated by {}).
ScriptableExpression(String, Object) - Constructor for class org.databene.benerator.engine.expression.ScriptableExpression
 
ScriptableLiteral - Class in org.databene.benerator.engine.expression
Expression that evaluates a text as a literal; if it encounters a script expression (like {settings.base}) it evaluates the script and parses its result.
ScriptableLiteral(String) - Constructor for class org.databene.benerator.engine.expression.ScriptableLiteral
 
ScriptedEntityExporter - Class in org.databene.platform.script
Script based entity exporter.
ScriptedEntityExporter() - Constructor for class org.databene.platform.script.ScriptedEntityExporter
 
ScriptedEntityExporter(String, String) - Constructor for class org.databene.platform.script.ScriptedEntityExporter
 
ScriptedEntityExporter(String, String, String, String, String) - Constructor for class org.databene.platform.script.ScriptedEntityExporter
 
ScriptExpression<E> - Class in org.databene.benerator.engine.expression
Expression that evaluates a script.
ScriptExpression(String) - Constructor for class org.databene.benerator.engine.expression.ScriptExpression
 
ScriptExpression(Script) - Constructor for class org.databene.benerator.engine.expression.ScriptExpression
 
ScriptExpression(Script, E) - Constructor for class org.databene.benerator.engine.expression.ScriptExpression
 
ScriptGenerator - Class in org.databene.benerator.primitive
Creates Objects based on a Script.
ScriptGenerator(Script) - Constructor for class org.databene.benerator.primitive.ScriptGenerator
 
sector - Variable in class org.databene.domain.organization.CompanyNameGenerator
 
SectorGenerator - Class in org.databene.domain.organization
Generator implementation which creates names of industry sectors.
SectorGenerator(Locale) - Constructor for class org.databene.domain.organization.SectorGenerator
 
seed - Variable in class org.databene.benerator.primitive.TokenCombiner
 
SeedGenerator<E> - Class in org.databene.benerator.sample
Generates value sequences derived from seed sequences.
SeedGenerator(Class<E>, int) - Constructor for class org.databene.benerator.sample.SeedGenerator
 
SeedManager<E> - Class in org.databene.benerator.sample
Counts frequencies of atoms and provides random atoms with the same frequency.
SeedManager(Class<E>, int) - Constructor for class org.databene.benerator.sample.SeedManager
 
SeedSentenceGenerator - Class in org.databene.benerator.primitive
Generates sentences based on a seed sentence set.
SeedSentenceGenerator(String) - Constructor for class org.databene.benerator.primitive.SeedSentenceGenerator
 
SeedSentenceGenerator(String, int) - Constructor for class org.databene.benerator.primitive.SeedSentenceGenerator
 
SeedWordGenerator - Class in org.databene.benerator.primitive
Generates words based on a word seed.
SeedWordGenerator() - Constructor for class org.databene.benerator.primitive.SeedWordGenerator
 
SeedWordGenerator(Iterator<String>, int) - Constructor for class org.databene.benerator.primitive.SeedWordGenerator
 
SEGMENT - Static variable in class org.databene.model.data.TypeDescriptor
 
selectByPKStatements - Variable in class org.databene.platform.db.ConnectionHolder
 
SELECTOR - Static variable in class org.databene.model.data.TypeDescriptor
 
separator - Variable in class org.databene.benerator.csv.WeightedDatasetCSVGenerator
 
separator - Variable in class org.databene.benerator.primitive.TokenCombiner
 
separator - Variable in class org.databene.benerator.sample.WeightedCSVSampleGenerator
 
SEPARATOR - Static variable in class org.databene.model.data.TypeDescriptor
 
Sequence - Class in org.databene.benerator.distribution
Provides access to specific Sequence number Generators.
Sequence() - Constructor for class org.databene.benerator.distribution.Sequence
 
SEQUENCE - Static variable in class org.databene.platform.xml.XMLSchemaDescriptorProvider
 
SequencedCSVSampleGenerator<E> - Class in org.databene.benerator.sample
Sample Generator for values that are read from a CSV file.
SequencedCSVSampleGenerator() - Constructor for class org.databene.benerator.sample.SequencedCSVSampleGenerator
 
SequencedCSVSampleGenerator(String) - Constructor for class org.databene.benerator.sample.SequencedCSVSampleGenerator
 
SequencedCSVSampleGenerator(Converter<String, E>) - Constructor for class org.databene.benerator.sample.SequencedCSVSampleGenerator
 
SequencedCSVSampleGenerator(String, Converter<String, E>) - Constructor for class org.databene.benerator.sample.SequencedCSVSampleGenerator
 
SequencedDatasetCSVGenerator<E> - Class in org.databene.benerator.csv
Generates values from a dataset based on a Sequence.
SequencedDatasetCSVGenerator(String, char, String, String, Distribution, String, Context) - Constructor for class org.databene.benerator.csv.SequencedDatasetCSVGenerator
 
SequencedDatasetCSVGenerator(String, char, String, String, Distribution, String, Converter<String, E>) - Constructor for class org.databene.benerator.csv.SequencedDatasetCSVGenerator
 
SequenceGenerator<E> - Class in org.databene.benerator.sample
Creates a predefined sequence of objects.
SequenceGenerator(Class<E>, E...) - Constructor for class org.databene.benerator.sample.SequenceGenerator
 
SequenceGenerator(Class<E>, Collection<? extends E>) - Constructor for class org.databene.benerator.sample.SequenceGenerator
 
SequenceManager - Class in org.databene.benerator.distribution
Manages Sequences.
SequenceManager() - Constructor for class org.databene.benerator.distribution.SequenceManager
 
SequenceTableGenerator<E extends java.lang.Number> - Class in org.databene.platform.db
Uses a database table to fetch and increment values like a database sequence.
SequenceTableGenerator() - Constructor for class org.databene.platform.db.SequenceTableGenerator
 
SequenceTableGenerator(String, String, DBSystem) - Constructor for class org.databene.platform.db.SequenceTableGenerator
 
SequenceTableGenerator(String, String, DBSystem, String) - Constructor for class org.databene.platform.db.SequenceTableGenerator
 
SequentialGroupDescriptor - Class in org.databene.model.data
Describes a sequential group of components.
SequentialGroupDescriptor(String, DescriptorProvider) - Constructor for class org.databene.model.data.SequentialGroupDescriptor
 
SequentialStatement - Class in org.databene.benerator.engine.statement
Executes all sub statements sequentially.
SequentialStatement() - Constructor for class org.databene.benerator.engine.statement.SequentialStatement
 
SequentialStatement(List<Statement>) - Constructor for class org.databene.benerator.engine.statement.SequentialStatement
 
SequentialTask - Class in org.databene.task
Task implementation that executes a series of other tasks consecutively.
SequentialTask(Task...) - Constructor for class org.databene.task.SequentialTask
 
SERBIA - Static variable in class org.databene.domain.address.Country
 
Serial - Annotation Type in org.databene.benerator.anno
Annotation which marks a class or method for testing with serial data characteristics.
SerialGeneratorFactory - Class in org.databene.benerator.factory
GeneratorFactory implementation which provides serial value generation and parallel combinations.
SerialGeneratorFactory() - Constructor for class org.databene.benerator.factory.SerialGeneratorFactory
 
set(String, Object) - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
set(String, Object) - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
set(String, Object) - Method in class org.databene.model.data.Entity
 
setAcademicTitle(String) - Method in class org.databene.domain.person.Person
 
setAcceptingFormattedNumbers(boolean) - Method in class org.databene.domain.br.CNPJValidator
 
setAcceptingFormattedNumbers(boolean) - Method in class org.databene.domain.br.CPFValidator
 
setAcceptUnknownColumnTypes(boolean) - Method in class org.databene.platform.db.DBSystem
 
setAcceptUnknownPrimitives(boolean) - Method in class org.databene.model.data.DataModel
 
setAcceptUnknownSimpleTypes(boolean) - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
setAcceptUnknownSimpleTypes(boolean) - Method in interface org.databene.benerator.engine.BeneratorContext
 
setAcceptUnknownSimpleTypes(boolean) - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
setAppend(boolean) - Method in class org.databene.benerator.consumer.TextFileExporter
 
setAppend(boolean) - Method in class org.databene.platform.file.FileJoiner
 
setArchetype(Archetype) - Method in class org.databene.benerator.gui.Setup
 
setAreaCode(String) - Method in class org.databene.domain.address.City
 
setAreaCode(String) - Method in class org.databene.domain.address.PhoneNumber
 
setArtifactId(String) - Method in class org.databene.benerator.gui.MavenDependency
 
setBasePath(String) - Method in class org.databene.benerator.anno.AbstractPathResolver
 
setBasePath(String) - Method in interface org.databene.benerator.anno.PathResolver
 
setBatch(boolean) - Method in class org.databene.platform.db.DBSystem
 
setBeanProperty(Object, String, Object, Context) - Static method in class org.databene.benerator.factory.FactoryUtil
 
setBirthDate(Date) - Method in class org.databene.domain.person.Person
 
setBucketSize(int) - Method in class org.databene.benerator.distribution.sequence.ExpandGeneratorProxy
 
setCached(boolean) - Method in class org.databene.benerator.primitive.LocalSequenceGenerator
 
setCached(boolean) - Method in class org.databene.platform.db.DBSequenceGenerator
 
setCacheSize(int) - Method in class org.databene.benerator.distribution.sequence.ExpandGeneratorProxy
 
setCatalog(String) - Method in class org.databene.platform.db.DBSystem
 
setChars(Set<Character>) - Method in class org.databene.benerator.primitive.RandomVarLengthStringGenerator
 
setCharSet(String) - Method in class org.databene.benerator.primitive.StringGenerator
 
setCity(City) - Method in class org.databene.domain.address.Address
 
setCollectionType(Class<C>) - Method in class org.databene.benerator.wrapper.CollectionGenerator
 
setColumn(String) - Method in class org.databene.platform.db.SequenceTableGenerator
 
setColumns(String[]) - Method in class org.databene.platform.csv.CSVEntityExporter
 
setColumns(String[]) - Method in class org.databene.platform.csv.CSVEntityIterator
 
setColumns(String[]) - Method in class org.databene.platform.csv.CSVEntitySource
 
setColumns(String) - Method in class org.databene.platform.fixedwidth.FixedWidthEntityExporter
 
setColumns(String) - Method in class org.databene.platform.fixedwidth.FixedWidthEntitySource
 
setComponent(ComponentDescriptor) - Method in class org.databene.model.data.ComplexTypeDescriptor
 
setComponent(String, Object) - Method in class org.databene.model.data.Entity
 
setComponent(ComponentDescriptor) - Method in class org.databene.platform.db.LazyTableComplexTypeDescriptor
 
setComponents(Consumer...) - Method in class org.databene.benerator.consumer.ConsumerChain
 
setComponents(OrderedNameMap<Object>) - Method in class org.databene.model.data.Entity
 
setCondition(String) - Method in class org.databene.model.data.TypeDescriptor
 
setConstant(String) - Method in class org.databene.model.data.SimpleTypeDescriptor
 
setConsumer(Expression<Consumer>) - Method in class org.databene.benerator.engine.statement.GenerateAndConsumeTask
 
setContainer(String) - Method in class org.databene.model.data.InstanceDescriptor
 
setContext(Context) - Method in class org.databene.benerator.engine.parser.String2DistributionConverter
 
setContext(Context) - Method in class org.databene.benerator.file.FileGenerator
 
setContext(Context) - Method in class org.databene.benerator.util.GeneratingConverter
 
setContext(Context) - Method in class org.databene.model.data.AbstractEntitySource
 
setContext(ReportContext) - Method in class org.databene.platform.contiperf.PerfTrackingWrapper
 
setContext(Context) - Method in class org.databene.platform.xls.XLSEntityIterator
 
setContext(Context) - Method in class org.databene.platform.xml.XMLSchemaDescriptorProvider
 
setContextUri(String) - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
setContextUri(String) - Method in interface org.databene.benerator.engine.BeneratorContext
 
setContextUri(String) - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
setConverter(String) - Method in class org.databene.model.data.TypeDescriptor
 
setCount(Expression<Long>) - Method in class org.databene.model.data.InstanceDescriptor
 
setCountDistribution(String) - Method in class org.databene.model.data.InstanceDescriptor
 
setCountGranularity(Expression<Long>) - Method in class org.databene.model.data.InstanceDescriptor
 
setCountry(Country) - Method in class org.databene.domain.address.Address
 
setCountry(Country) - Method in class org.databene.domain.address.AddressGenerator
 
setCountry(Country) - Method in class org.databene.domain.address.MobileNumberGenerator
 
setCountry(Country) - Method in class org.databene.domain.address.PhoneNumberGenerator
 
setCountry(Country) - Method in class org.databene.domain.address.State
 
setCountryCode(String) - Method in class org.databene.domain.address.PhoneNumber
 
setCreateScriptFile(File) - Method in class org.databene.benerator.gui.Setup
 
setCurrentProduct(ProductWrapper<?>) - Method in interface org.databene.benerator.engine.BeneratorContext
 
setCurrentProduct(ProductWrapper<?>) - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
setCurrentProduct(ProductWrapper<?>, String) - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
setCurrentProduct(ProductWrapper<?>) - Method in class org.databene.benerator.engine.DefaultBeneratorSubContext
 
setCurrentProduct(ProductWrapper<?>) - Method in interface org.databene.benerator.GeneratorContext
 
setCurrentProduct(Object, String) - Method in class org.databene.benerator.test.GeneratorTest
 
setCyclic(boolean) - Method in class org.databene.model.data.TypeDescriptor
 
setDatabase(DBSystem) - Method in class org.databene.platform.db.AbstractSequenceGenerator
 
setDatabase(DBSystem) - Method in class org.databene.platform.db.DBSeqHiLoGenerator
 
setDatabase(DBSystem) - Method in class org.databene.platform.db.DBSequenceGenerator
 
setDatabase(DBSystem) - Method in class org.databene.platform.db.SequenceTableGenerator
 
setDataModel(DataModel) - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
setDataModel(DataModel) - Method in interface org.databene.benerator.engine.BeneratorContext
 
setDataModel(DataModel) - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
setDataModel(DataModel) - Method in class org.databene.benerator.storage.AbstractStorageSystem
 
setDataModel(DataModel) - Method in class org.databene.model.data.DefaultDescriptorProvider
 
setDataModel(DataModel) - Method in interface org.databene.model.data.DescriptorProvider
 
setDataset(String) - Method in class org.databene.benerator.dataset.AbstractDatasetGenerator
 
setDataset(String) - Method in class org.databene.benerator.gui.Setup
 
setDataset(String) - Method in class org.databene.domain.address.AddressGenerator
 
setDataset(String) - Method in class org.databene.domain.address.StreetNameGenerator
 
setDataset(String) - Method in class org.databene.domain.net.CompanyDomainGenerator
 
setDataset(String) - Method in class org.databene.domain.net.DomainGenerator
 
setDataset(String) - Method in class org.databene.domain.person.EMailAddressBuilder
 
setDataset(String) - Method in class org.databene.domain.person.EMailAddressGenerator
 
setDataset(String) - Method in class org.databene.domain.person.PersonGenerator
 
setDataset(String) - Method in class org.databene.model.data.TypeDescriptor
 
setDatasetName(String) - Method in class org.databene.domain.organization.CompanyName
 
setDateCapitalization(Capitalization) - Method in class org.databene.benerator.consumer.FormattingConsumer
 
setDateDistribution(Distribution) - Method in class org.databene.benerator.primitive.datetime.DateTimeGenerator
 
setDateGranularity(String) - Method in class org.databene.benerator.primitive.datetime.DateTimeGenerator
 
setDatePattern(String) - Method in class org.databene.benerator.consumer.ConsoleExporter
 
setDatePattern(String) - Method in class org.databene.benerator.consumer.FormattingConsumer
 
setDateTimePattern(String) - Method in class org.databene.benerator.consumer.FormattingConsumer
 
setDaysOfWeekAccepted(boolean...) - Method in class org.databene.benerator.primitive.datetime.DayOfWeekValidator
 
setDbDependencies(MavenDependency[]) - Method in class org.databene.benerator.gui.Setup
 
setDbDriver(String) - Method in class org.databene.benerator.gui.Setup
 
setDbPassword(String) - Method in class org.databene.benerator.gui.Setup
 
setDbSchema(String) - Method in class org.databene.benerator.gui.Setup
 
setDbSnapshot(String) - Method in class org.databene.benerator.gui.Setup
 
setDbUrl(String) - Method in class org.databene.benerator.gui.Setup
 
setDbUser(String) - Method in class org.databene.benerator.gui.Setup
 
setDecimalPattern(String) - Method in class org.databene.benerator.consumer.FormattingConsumer
 
setDecimalSeparator(char) - Method in class org.databene.benerator.consumer.FormattingConsumer
 
setDefault(Country) - Static method in class org.databene.domain.address.Country
 
setDefaultComponentConfig(ComponentDescriptor) - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
setDefaultComponentConfig(ComponentDescriptor) - Method in interface org.databene.benerator.engine.BeneratorContext
 
setDefaultComponentConfig(ComponentDescriptor) - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
setDefaultDataset(String) - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
setDefaultDataset(String) - Method in interface org.databene.benerator.engine.BeneratorContext
 
setDefaultDataset(String) - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
setDefaultEncoding(String) - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
setDefaultEncoding(String) - Method in interface org.databene.benerator.engine.BeneratorContext
 
setDefaultEncoding(String) - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
setDefaultErrorHandler(String) - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
setDefaultErrorHandler(String) - Method in interface org.databene.benerator.engine.BeneratorContext
 
setDefaultErrorHandler(String) - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
setDefaultImports(boolean) - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
setDefaultImports(boolean) - Method in interface org.databene.benerator.engine.BeneratorContext
 
setDefaultImports(boolean) - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
setDefaultLanguage(String) - Method in class org.databene.domain.address.State
 
setDefaultLanguageLocale(Locale) - Method in class org.databene.domain.address.State
 
setDefaultLineSeparator(String) - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
setDefaultLineSeparator(String) - Method in interface org.databene.benerator.engine.BeneratorContext
 
setDefaultLineSeparator(String) - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
setDefaultLocale(Locale) - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
setDefaultLocale(Locale) - Method in interface org.databene.benerator.engine.BeneratorContext
 
setDefaultLocale(Locale) - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
setDefaultNull(boolean) - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
setDefaultNull(boolean) - Method in interface org.databene.benerator.engine.BeneratorContext
 
setDefaultNull(boolean) - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
setDefaultOneToOne(boolean) - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
setDefaultOneToOne(boolean) - Method in interface org.databene.benerator.engine.BeneratorContext
 
setDefaultOneToOne(boolean) - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
setDefaultPageSize(long) - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
setDefaultPageSize(long) - Method in interface org.databene.benerator.engine.BeneratorContext
 
setDefaultPageSize(long) - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
setDefaultScript(String) - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
setDefaultScript(String) - Method in interface org.databene.benerator.engine.BeneratorContext
 
setDefaultScript(String) - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
setDefaultSeparator(char) - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
setDefaultSeparator(char) - Method in interface org.databene.benerator.engine.BeneratorContext
 
setDefaultSeparator(char) - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
setDefaultsProvider(DefaultsProvider) - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
setDefaultsProvider(DefaultsProvider) - Method in interface org.databene.benerator.engine.BeneratorContext
 
setDefaultsProvider(DefaultsProvider) - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
setDefaultsProvider(DefaultsProvider) - Method in class org.databene.benerator.factory.GeneratorFactory
 
setDeleteSources(boolean) - Method in class org.databene.platform.file.FileJoiner
 
setDelta(BigDecimal) - Method in class org.databene.benerator.distribution.sequence.StepSequence
 
setDestination(String) - Method in class org.databene.platform.file.FileJoiner
 
setDetailValue(String, Object) - Method in class org.databene.model.data.FeatureDescriptor
 
setDetailValue(String, Object) - Method in class org.databene.model.data.InstanceDescriptor
 
setDialect(String) - Method in class org.databene.platform.db.SQLEntityExporter
 
setDistribution(Distribution) - Method in class org.databene.benerator.distribution.WeightedLongGenerator
 
setDistribution(Distribution) - Method in class org.databene.benerator.primitive.datetime.DateGenerator
Sets the distribution to use
setDistribution(Distribution) - Method in class org.databene.benerator.primitive.datetime.DayGenerator
 
setDistribution(String) - Method in class org.databene.model.data.TypeDescriptor
 
setDriver(String) - Method in class org.databene.platform.db.DBSystem
 
setDropScriptFile(File) - Method in class org.databene.benerator.gui.Setup
 
setDuplicationQuota(float) - Method in class org.databene.benerator.distribution.sequence.ExpandGeneratorProxy
 
setDynamicQuerySupported(boolean) - Method in class org.databene.platform.db.DBSystem
 
setEclipseProject(boolean) - Method in class org.databene.benerator.gui.Setup
 
setElseStatement(Statement) - Method in class org.databene.benerator.engine.statement.IfStatement
 
setEmail(String) - Method in class org.databene.domain.person.Person
 
setEmptyMarker(String) - Method in class org.databene.model.data.TypeDescriptor
 
setEncoding(String) - Method in class org.databene.benerator.consumer.TextFileExporter
 
setEncoding(String) - Method in class org.databene.benerator.gui.Setup
 
setEncoding(String) - Method in class org.databene.benerator.primitive.TokenCombiner
 
setEncoding(String) - Method in class org.databene.benerator.sample.WeightedCSVSampleGenerator
 
setEncoding(String) - Method in class org.databene.model.data.TypeDescriptor
 
setEncoding(String) - Method in class org.databene.platform.csv.CSVEntitySource
 
setEncoding(String) - Method in class org.databene.platform.dbunit.DbUnitEntityExporter
 
setEncoding(String) - Method in class org.databene.platform.fixedwidth.FixedWidthEntitySource
 
setEncoding(String) - Method in class org.databene.platform.xml.XMLEntityExporter
 
setEndOnly(boolean) - Method in class org.databene.benerator.primitive.UnluckyNumberValidator
 
setEndWithNewLine(boolean) - Method in class org.databene.platform.csv.CSVEntityExporter
 
setEntity(String) - Method in class org.databene.platform.fixedwidth.FixedWidthEntitySource
 
setExcludeSeed(boolean) - Method in class org.databene.benerator.primitive.TokenCombiner
 
setExcludeTables(String) - Method in class org.databene.platform.db.DBSystem
 
setExpectingHeader(boolean) - Method in class org.databene.platform.csv.CSVEntityIterator
 
setFactory(String) - Method in class org.databene.platform.jndi.InitialContext
 
setFamilyName(String) - Method in class org.databene.domain.person.Person
 
setFax(PhoneNumber) - Method in class org.databene.domain.address.Address
 
setFeature(String) - Method in class org.databene.benerator.primitive.AddingConsumer
 
setFemale(String) - Method in class org.databene.domain.person.GenderConverter
 
setFemaleQuota(double) - Method in class org.databene.domain.person.GenderGenerator
 
setFemaleQuota(double) - Method in class org.databene.domain.person.PersonGenerator
 
setFetchSize(int) - Method in class org.databene.platform.db.DBSystem
 
setFilenamePattern(String) - Method in class org.databene.benerator.csv.WeightedDatasetCSVGenerator
 
setFiles(boolean) - Method in class org.databene.benerator.file.FileGenerator
 
setFiles(boolean) - Method in class org.databene.benerator.file.FileNameGenerator
 
setFiles(String[]) - Method in class org.databene.platform.file.FileDeleter
 
setFilter(String) - Method in class org.databene.benerator.file.FileContentGenerator
 
setFilter(String) - Method in class org.databene.benerator.file.FileGenerator
 
setFilter(String) - Method in class org.databene.benerator.file.FileNameGenerator
 
setFilter(String) - Method in class org.databene.model.data.TypeDescriptor
 
setFlat(boolean) - Method in class org.databene.benerator.consumer.ConsoleExporter
 
setFolders(boolean) - Method in class org.databene.benerator.file.FileGenerator
 
setFolders(boolean) - Method in class org.databene.benerator.file.FileNameGenerator
 
setFooterScript(String) - Method in class org.databene.platform.script.ScriptedEntityExporter
 
setFormat(Format) - Method in class org.databene.model.data.TypeDescriptor
 
setFormattedByDefault(boolean) - Static method in class org.databene.platform.xls.PlatformDescriptor
 
setGender(Gender) - Method in class org.databene.domain.person.NobilityTitleGenerator
 
setGender(Gender) - Method in class org.databene.domain.person.Person
 
setGenerator(String) - Method in class org.databene.model.data.TypeDescriptor
 
setGeneratorFactory(GeneratorFactory) - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
setGeneratorFactory(GeneratorFactory) - Method in interface org.databene.benerator.engine.BeneratorContext
 
setGeneratorFactory(GeneratorFactory) - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
setGivenName(String) - Method in class org.databene.domain.person.Person
 
setGlobal(String, Object) - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
setGlobal(String, Object) - Method in interface org.databene.benerator.engine.BeneratorContext
 
setGlobal(String, Object) - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
setGranularity(double) - Method in class org.databene.benerator.distribution.sequence.RandomWalkDoubleGenerator
 
setGranularity(Long) - Method in class org.databene.benerator.distribution.sequence.StepLongGenerator
 
setGranularity(String) - Method in class org.databene.benerator.primitive.datetime.DateGenerator
Sets the date granularity in milliseconds
setGranularity(String) - Method in class org.databene.benerator.primitive.datetime.DayGenerator
 
setGranularity(BigDecimal) - Method in class org.databene.benerator.primitive.number.AbstractBigDecimalGenerator
 
setGranularity(E) - Method in class org.databene.benerator.primitive.number.AbstractNonNullNumberGenerator
 
setGranularity(String) - Method in class org.databene.model.data.SimpleTypeDescriptor
 
setGroupId(String) - Method in class org.databene.benerator.gui.MavenDependency
 
setGroupId(String) - Method in class org.databene.benerator.gui.Setup
 
setHeaderScript(String) - Method in class org.databene.platform.script.ScriptedEntityExporter
 
setHeadless(boolean) - Method in class org.databene.platform.csv.CSVEntityExporter
 
setHiGenerator(NonNullGenerator<Long>) - Method in class org.databene.benerator.primitive.HiLoGenerator
 
setHouseNumber(String) - Method in class org.databene.domain.address.Address
 
setId(String) - Method in class org.databene.domain.address.State
 
setId(String) - Method in class org.databene.platform.contiperf.PerfTrackingConsumer
 
setId(String) - Method in class org.databene.platform.db.DBSystem
 
setIncludeTables(String) - Method in class org.databene.platform.db.DBSystem
 
setIncrement(double) - Method in class org.databene.benerator.distribution.sequence.ShuffleDoubleGenerator
 
setIncrement(long) - Method in class org.databene.benerator.distribution.sequence.ShuffleLongGenerator
 
setIncrement(long) - Method in class org.databene.benerator.primitive.IncrementalIdGenerator
 
setIncrement(long) - Method in class org.databene.benerator.primitive.IncrementGenerator
 
setIndent(String) - Method in class org.databene.benerator.consumer.ConsoleExporter
 
setIndex(int) - Method in class org.databene.model.data.ArrayElementDescriptor
 
setInitial(BigDecimal) - Method in class org.databene.benerator.distribution.sequence.RandomWalkSequence
 
setInitial(long) - Method in class org.databene.benerator.primitive.IncrementalIdGenerator
 
setIntegralPattern(String) - Method in class org.databene.benerator.consumer.FormattingConsumer
 
setIterable(TypedIterable<E>) - Method in class org.databene.benerator.wrapper.IteratingGenerator
 
setJdbcDriverType(JDBCDriverInfo) - Method in class org.databene.benerator.gui.Setup
 
setLanguage(Locale) - Method in class org.databene.domain.address.City
 
setLazy(boolean) - Method in class org.databene.platform.db.DBSystem
 
setLegalForm(String) - Method in class org.databene.domain.organization.CompanyName
 
setLengthDistribution(Distribution) - Method in class org.databene.benerator.primitive.StringGenerator
 
setLengthDistribution(Distribution) - Method in class org.databene.benerator.wrapper.LengthGenerator
 
setLengthDistribution(String) - Method in class org.databene.model.data.SimpleTypeDescriptor
 
setLengthGranularity(int) - Method in class org.databene.benerator.primitive.StringGenerator
 
setLengthGranularity(int) - Method in class org.databene.benerator.wrapper.LengthGenerator
 
setLimit(Long) - Method in class org.databene.benerator.consumer.ConsoleExporter
 
setLineFilter(String) - Method in class org.databene.platform.fixedwidth.FixedWidthEntitySource
 
setLineSeparator(String) - Method in class org.databene.benerator.consumer.TextFileExporter
 
setLineSeparator(String) - Method in class org.databene.benerator.gui.Setup
 
setLocale(Locale) - Method in class org.databene.benerator.csv.LocalCSVGenerator
 
setLocale(String) - Method in class org.databene.benerator.gui.Setup
 
setLocale(Locale) - Method in class org.databene.benerator.primitive.CharacterGenerator
Sets the Locale of which letters are taken
setLocale(Locale) - Method in class org.databene.benerator.primitive.RandomVarLengthStringGenerator
 
setLocale(Locale) - Method in class org.databene.benerator.primitive.RegexStringGenerator
 
setLocale(Locale) - Method in class org.databene.benerator.primitive.StringGenerator
 
setLocale(Locale) - Method in class org.databene.domain.organization.DepartmentNameGenerator
 
setLocale(Locale) - Method in class org.databene.domain.person.EMailAddressBuilder
 
setLocale(Locale) - Method in class org.databene.domain.person.EMailAddressGenerator
 
setLocale(Locale) - Method in class org.databene.domain.person.NobilityTitleGenerator
 
setLocale(Locale) - Method in class org.databene.domain.person.PersonGenerator
 
setLocale(Locale) - Method in class org.databene.domain.person.SalutationProvider
 
setLocaleId(String) - Method in class org.databene.model.data.TypeDescriptor
 
setLocalNumber(String) - Method in class org.databene.domain.address.PhoneNumber
 
setLocalType(TypeDescriptor) - Method in class org.databene.model.data.InstanceDescriptor
 
setLocation(String) - Method in class org.databene.domain.organization.CompanyName
 
setLuckyNumberRequired(boolean) - Method in class org.databene.benerator.primitive.UnluckyNumberValidator
 
setLuckyNumbers(String...) - Method in class org.databene.benerator.primitive.UnluckyNumberValidator
 
setMale(String) - Method in class org.databene.domain.person.GenderConverter
 
setMap(String) - Method in class org.databene.model.data.SimpleTypeDescriptor
 
setMappings(String) - Method in class org.databene.benerator.consumer.MappingEntityConsumer
 
setMappings(String) - Method in class org.databene.benerator.primitive.ValueMapper
 
setMappings(String) - Method in class org.databene.model.data.ComponentNameMapper
 
setMax(Long) - Method in class org.databene.benerator.distribution.sequence.BitReverseNaturalNumberGenerator
 
setMax(Date) - Method in class org.databene.benerator.primitive.datetime.DateGenerator
Sets the latest date to generate
setMax(Date) - Method in class org.databene.benerator.primitive.datetime.DayGenerator
 
setMax(long) - Method in class org.databene.benerator.primitive.IncrementGenerator
 
setMax(E) - Method in class org.databene.benerator.primitive.number.AbstractNonNullNumberGenerator
 
setMax(String) - Method in class org.databene.model.data.SimpleTypeDescriptor
 
setMax(int) - Method in class org.databene.platform.contiperf.PerfTrackingWrapper
 
setMaxAgeYears(int) - Method in class org.databene.domain.person.BirthDateGenerator
 
setMaxAgeYears(int) - Method in class org.databene.domain.person.PersonGenerator
 
setMaxAreaCode(int) - Method in class org.databene.domain.us.SSNGenerator
 
setMaxCount(Long) - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
setMaxCount(Long) - Method in interface org.databene.benerator.engine.BeneratorContext
 
setMaxCount(Long) - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
setMaxCount(Expression<Long>) - Method in class org.databene.model.data.InstanceDescriptor
 
setMaxDate(Date) - Method in class org.databene.benerator.primitive.datetime.DateTimeGenerator
 
setMaxHouseNumber(int) - Method in class org.databene.domain.address.Street
 
setMaxInclusive(Boolean) - Method in class org.databene.model.data.SimpleTypeDescriptor
 
setMaxLength(int) - Method in class org.databene.benerator.primitive.LuhnGenerator
 
setMaxLength(int) - Method in class org.databene.benerator.primitive.StringGenerator
 
setMaxLength(int) - Method in class org.databene.benerator.primitive.UniqueScrambledStringGenerator
 
setMaxLength(int) - Method in class org.databene.benerator.wrapper.LengthGenerator
 
setMaxLength(int) - Method in class org.databene.benerator.wrapper.MessageGenerator
 
setMaxLength(Integer) - Method in class org.databene.model.data.SimpleTypeDescriptor
 
setMaxLo(int) - Method in class org.databene.benerator.primitive.HiLoGenerator
 
setMaxNoise(double) - Method in class org.databene.benerator.primitive.number.NoiseInducer
 
setMaxStep(BigDecimal) - Method in class org.databene.benerator.distribution.sequence.RandomWalkSequence
 
setMaxTime(Time) - Method in class org.databene.benerator.primitive.datetime.DateTimeGenerator
 
setMetaDataCache(boolean) - Method in class org.databene.platform.db.DBSystem
 
setMethodName(String) - Method in class org.databene.platform.java.JavaInvoker
 
setMin(Double) - Method in class org.databene.benerator.distribution.sequence.ShuffleDoubleGenerator
 
setMin(Date) - Method in class org.databene.benerator.primitive.datetime.DateGenerator
Sets the earliest date to generate
setMin(Date) - Method in class org.databene.benerator.primitive.datetime.DayGenerator
 
setMin(Long) - Method in class org.databene.benerator.primitive.IncrementGenerator
 
setMin(E) - Method in class org.databene.benerator.primitive.number.AbstractNonNullNumberGenerator
 
setMin(String) - Method in class org.databene.model.data.SimpleTypeDescriptor
 
setMinAgeYears(int) - Method in class org.databene.domain.person.BirthDateGenerator
 
setMinAgeYears(int) - Method in class org.databene.domain.person.PersonGenerator
 
setMinCount(Expression<Long>) - Method in class org.databene.model.data.InstanceDescriptor
 
setMinDate(Date) - Method in class org.databene.benerator.primitive.datetime.DateTimeGenerator
 
setMinInclusive(Boolean) - Method in class org.databene.model.data.SimpleTypeDescriptor
 
setMinInitial(Character) - Method in class org.databene.benerator.primitive.StringGenerator
 
setMinLength(int) - Method in class org.databene.benerator.primitive.LuhnGenerator
 
setMinLength(int) - Method in class org.databene.benerator.primitive.RegexStringGenerator
 
setMinLength(int) - Method in class org.databene.benerator.primitive.StringGenerator
 
setMinLength(int) - Method in class org.databene.benerator.primitive.UniqueScrambledStringGenerator
 
setMinLength(int) - Method in class org.databene.benerator.wrapper.LengthGenerator
 
setMinLength(int) - Method in class org.databene.benerator.wrapper.MessageGenerator
 
setMinLength(Integer) - Method in class org.databene.model.data.SimpleTypeDescriptor
 
setMinNoise(double) - Method in class org.databene.benerator.primitive.number.NoiseInducer
 
setMinStep(BigDecimal) - Method in class org.databene.benerator.distribution.sequence.RandomWalkSequence
 
setMinTime(Time) - Method in class org.databene.benerator.primitive.datetime.DateTimeGenerator
 
setMobile(boolean) - Method in class org.databene.domain.address.PhoneNumber
 
setMobilePhone(PhoneNumber) - Method in class org.databene.domain.address.Address
 
setMode(Mode) - Method in class org.databene.model.data.InstanceDescriptor
 
setName(String) - Method in class org.databene.domain.address.CityId
 
setName(String) - Method in class org.databene.domain.address.State
 
setName(String) - Method in class org.databene.domain.address.Street
 
setName(String) - Method in class org.databene.model.data.FeatureDescriptor
 
setName(String) - Method in class org.databene.platform.db.AbstractSequenceGenerator
 
setName(String) - Method in class org.databene.platform.db.DBSequenceGenerator
 
setNameExtension(String) - Method in class org.databene.domain.address.City
 
setNameExtension(String) - Method in class org.databene.domain.address.CityId
 
setNesting(String) - Method in class org.databene.benerator.dataset.AbstractDatasetGenerator
 
setNesting(String) - Method in class org.databene.model.data.TypeDescriptor
 
setNext(double) - Method in class org.databene.benerator.distribution.sequence.RandomWalkDoubleGenerator
 
setNext(long) - Method in class org.databene.benerator.distribution.sequence.RandomWalkLongGenerator
 
setNobilityTitle(String) - Method in class org.databene.domain.person.Person
 
setNobleQuota(double) - Method in class org.databene.domain.person.NobilityTitleGenerator
 
setNobleQuota(double) - Method in class org.databene.domain.person.PersonGenerator
 
setNoiseDistribution(Distribution) - Method in class org.databene.benerator.primitive.number.NoiseInducer
 
setNoiseGranularity(double) - Method in class org.databene.benerator.primitive.number.NoiseInducer
 
setNullable(Boolean) - Method in class org.databene.model.data.InstanceDescriptor
 
setNullMarker(String) - Method in class org.databene.model.data.TypeDescriptor
 
setNullQuota(Double) - Method in class org.databene.model.data.InstanceDescriptor
 
setNullString(String) - Method in class org.databene.benerator.consumer.FormattingConsumer
 
setOfficePhone(PhoneNumber) - Method in class org.databene.domain.address.Address
 
setOffline(boolean) - Method in class org.databene.benerator.gui.Setup
 
setOffset(Integer) - Method in class org.databene.model.data.TypeDescriptor
 
setOrdered(boolean) - Method in class org.databene.benerator.primitive.RegexStringGenerator
 
setOrdered(boolean) - Method in class org.databene.benerator.primitive.StringGenerator
 
setOrdered(boolean) - Method in class org.databene.domain.product.EAN13Generator
 
setOrdered(boolean) - Method in class org.databene.domain.product.EAN8Generator
 
setOrganization(String) - Method in class org.databene.domain.address.Address
 
setOut(PrintStream) - Method in class org.databene.benerator.consumer.ConsoleExporter
 
setOverwrite(boolean) - Method in class org.databene.benerator.gui.Setup
 
setParent(InstanceDescriptor) - Method in class org.databene.model.data.InstanceDescriptor
 
setParent(TypeDescriptor) - Method in class org.databene.model.data.TypeDescriptor
 
setParentName(String) - Method in class org.databene.model.data.TypeDescriptor
 
setPartScript(String) - Method in class org.databene.platform.script.ScriptedEntityExporter
 
setPassword(String) - Method in class org.databene.platform.db.DBSystem
 
setPassword(String) - Method in class org.databene.platform.jndi.InitialContext
 
setPattern(String) - Method in class org.databene.benerator.primitive.CharacterGenerator
Sets the regular expression to match
setPattern(String) - Method in class org.databene.benerator.primitive.RandomVarLengthStringGenerator
 
setPattern(String) - Method in class org.databene.benerator.primitive.RegexStringGenerator
Returns the String representation of the regular expression
setPattern(String) - Method in class org.databene.benerator.wrapper.MessageGenerator
Sets the pattern property
setPattern(String) - Method in class org.databene.model.data.TypeDescriptor
 
setPercentiles(String) - Method in class org.databene.platform.contiperf.PerfTrackingWrapper
 
setPopulation(int) - Method in class org.databene.domain.address.City
 
setPopulation(int) - Method in class org.databene.domain.address.State
 
setPostalCode(String) - Method in class org.databene.domain.address.Address
 
setPostalCode(String) - Method in class org.databene.domain.address.CityManager.CityHelper
 
setPostalCodes(String[]) - Method in class org.databene.domain.address.City
 
setPrefix(String) - Method in class org.databene.benerator.primitive.LuhnGenerator
 
setPrefix(String) - Method in class org.databene.benerator.primitive.StringGenerator
 
setPrivatePhone(PhoneNumber) - Method in class org.databene.domain.address.Address
 
setProjectFolder(File) - Method in class org.databene.benerator.gui.Setup
 
setProjectName(String) - Method in class org.databene.benerator.gui.Setup
 
setProperties(String) - Method in class org.databene.platform.fixedwidth.FixedWidthEntitySource
Deprecated. use FixedWidthEntitySource.setColumns(String)
setQuoteEmpty(boolean) - Method in class org.databene.platform.csv.CSVEntityExporter
 
setReadOnly(boolean) - Method in class org.databene.platform.db.DBSystem
 
setRealTask(E) - Method in class org.databene.task.TaskProxy
 
setRecursive(boolean) - Method in class org.databene.benerator.file.FileContentGenerator
 
setRecursive(boolean) - Method in class org.databene.benerator.file.FileGenerator
 
setRecursive(boolean) - Method in class org.databene.benerator.file.FileNameGenerator
 
setRelative(boolean) - Method in class org.databene.benerator.primitive.number.NoiseInducer
 
setResetNeeded(boolean) - Method in class org.databene.benerator.engine.AbstractScopedLifeCycleHolder
 
setResetNeeded(boolean) - Method in interface org.databene.benerator.engine.ScopedLifeCycleHolder
 
setRootUri(String) - Method in class org.databene.benerator.file.FileGenerator
 
setRootUri(String) - Method in class org.databene.benerator.file.FileNameGenerator
 
setRowBased(Boolean) - Method in class org.databene.model.data.TypeDescriptor
 
setRowBased(boolean) - Method in class org.databene.platform.csv.CSVEntityIterator
 
setRowBased(boolean) - Method in class org.databene.platform.xls.XLSEntityIterator
 
setSalutation(String) - Method in class org.databene.domain.person.Person
 
setSamples(WeightedSample<? extends E>...) - Method in class org.databene.benerator.sample.AttachedWeightSampleGenerator
Sets the sample list to the specified weighted values
setSamples(Collection<WeightedSample<E>>) - Method in class org.databene.benerator.sample.AttachedWeightSampleGenerator
Adds weighted values to the sample list
setSamples(E...) - Method in class org.databene.benerator.sample.IndividualWeightSampleGenerator
Sets the sample list to the specified weighted values
setSchema(String) - Method in class org.databene.platform.db.DBSystem
 
setSchemaUri(String) - Method in class org.databene.platform.xml.XMLSchemaDescriptorProvider
 
setScope(String) - Method in class org.databene.benerator.engine.AbstractScopedLifeCycleHolder
 
setScope(String) - Method in interface org.databene.benerator.engine.ScopedLifeCycleHolder
 
setScope(String) - Method in class org.databene.model.data.TypeDescriptor
 
setScript(String) - Method in class org.databene.model.data.TypeDescriptor
 
setSecondGivenName(String) - Method in class org.databene.domain.person.Person
 
setSector(String) - Method in class org.databene.domain.organization.CompanyName
 
setSegment(String) - Method in class org.databene.model.data.TypeDescriptor
 
setSelector(String) - Method in class org.databene.model.data.TypeDescriptor
 
setSelector(String) - Method in class org.databene.platform.db.QueryGenerator
 
setSelector(String) - Method in class org.databene.platform.db.SequenceTableGenerator
 
setSeparator(char) - Method in class org.databene.benerator.primitive.TokenCombiner
 
setSeparator(char) - Method in class org.databene.benerator.sample.WeightedCSVSampleGenerator
 
setSeparator(String) - Method in class org.databene.model.data.TypeDescriptor
 
setSeparator(char) - Method in class org.databene.platform.csv.CSVEntityExporter
 
setSeparator(char) - Method in class org.databene.platform.csv.CSVEntitySource
 
setSequenceValue(String, long) - Method in class org.databene.platform.db.DBSystem
 
SetSettingStatement - Class in org.databene.benerator.engine.statement
Sets a global Benerator property.
SetSettingStatement(String, Expression<?>) - Constructor for class org.databene.benerator.engine.statement.SetSettingStatement
 
setSheetName(String) - Method in class org.databene.platform.xls.XLSEntityIterator
 
setShortName(String) - Method in class org.databene.domain.organization.CompanyName
 
setSize(long) - Method in class org.databene.benerator.distribution.sequence.HeadSequence
 
setSource(DataSource<E>) - Method in class org.databene.benerator.wrapper.DataSourceGenerator
 
setSource(Generator<S>) - Method in class org.databene.benerator.wrapper.GeneratorWrapper
Sets the source generator
setSource(Generator<E>) - Method in class org.databene.benerator.wrapper.NonNullGeneratorProxy
Sets the source generator
setSource(NonNullGenerator<S>) - Method in class org.databene.benerator.wrapper.NonNullGeneratorWrapper
Sets the source generator
setSource(String) - Method in class org.databene.model.data.TypeDescriptor
 
setSources(Generator<String>[]) - Method in class org.databene.benerator.wrapper.CompositeStringGenerator
 
setSources(Generator<?>[]) - Method in class org.databene.benerator.wrapper.MessageGenerator
Sets the source generators
setSources(List<Generator<? extends S>>) - Method in class org.databene.benerator.wrapper.MultiGeneratorWrapper
 
setSources(Generator<? extends S>[]) - Method in class org.databene.benerator.wrapper.MultiSourceArrayGenerator
 
setSources(String[]) - Method in class org.databene.platform.file.FileJoiner
 
setSpec(String) - Method in class org.databene.benerator.distribution.sequence.WeightedNumbers
 
setState(State) - Method in class org.databene.domain.address.Address
 
setState(State) - Method in class org.databene.domain.address.City
 
setStatements(List<Statement>) - Method in class org.databene.benerator.engine.statement.GenerateAndConsumeTask
 
setStreet(String) - Method in class org.databene.domain.address.Address
 
setSubSelector(String) - Method in class org.databene.model.data.TypeDescriptor
 
setSubStatements(List<Statement>) - Method in class org.databene.benerator.engine.statement.CompositeStatement
 
setSubStatements(List<Statement>) - Method in class org.databene.benerator.engine.statement.WhileStatement
 
setSuffix(String) - Method in class org.databene.benerator.primitive.StringGenerator
 
setTable(String) - Method in class org.databene.platform.db.SequenceTableGenerator
 
setTableFilter(String) - Method in class org.databene.platform.db.DBSystem
Deprecated. 
setTag(String, String) - Method in class org.databene.benerator.wrapper.ProductWrapper
 
setTarget(Consumer) - Method in class org.databene.benerator.consumer.ConsumerProxy
 
setTarget(Consumer) - Method in class org.databene.platform.contiperf.PerfTrackingConsumer
 
setTarget(StorageSystem) - Method in class org.databene.platform.db.QueryGenerator
 
setTarget(Object) - Method in class org.databene.platform.java.JavaInvoker
 
setTargetComponent(String) - Method in class org.databene.model.data.ReferenceDescriptor
 
setTargetType(String) - Method in class org.databene.model.data.ReferenceDescriptor
 
setTask(GenerateAndConsumeTask) - Method in class org.databene.benerator.engine.statement.GenerateOrIterateStatement
 
setTaskName(String) - Method in class org.databene.task.AbstractTask
 
setThenStatement(Statement) - Method in class org.databene.benerator.engine.statement.IfStatement
 
setTimeDistribution(Distribution) - Method in class org.databene.benerator.primitive.datetime.DateTimeGenerator
 
setTimeGranularity(Time) - Method in class org.databene.benerator.primitive.datetime.DateTimeGenerator
 
setTimePattern(String) - Method in class org.databene.benerator.consumer.FormattingConsumer
 
setTimestampCapitalization(Capitalization) - Method in class org.databene.benerator.consumer.FormattingConsumer
 
setTimestampPattern(String) - Method in class org.databene.benerator.consumer.ConsoleExporter
 
setTimestampPattern(String) - Method in class org.databene.benerator.consumer.FormattingConsumer
 
SettingParser - Class in org.databene.benerator.engine.parser.xml
Parses a <Property> element in a Benerator descriptor file.
SettingParser() - Constructor for class org.databene.benerator.engine.parser.xml.SettingParser
 
SettingParser.SourceExpression<E> - Class in org.databene.benerator.engine.parser.xml
Evaluates a 'source' expression to a Generator.
SettingParser.SourceExpression(Expression<Generator<E>>) - Constructor for class org.databene.benerator.engine.parser.xml.SettingParser.SourceExpression
 
setTitle(String) - Method in class org.databene.domain.person.Person
 
setTotalGenerationCount(long) - Method in class org.databene.benerator.engine.BeneratorMonitor
 
setTransitions(String) - Method in class org.databene.benerator.sample.StateGenerator
 
setTrueQuota(double) - Method in class org.databene.benerator.primitive.BooleanGenerator
Returns the quota of true values to create
setTrueQuota(Double) - Method in class org.databene.model.data.SimpleTypeDescriptor
 
setType(String) - Method in class org.databene.benerator.primitive.AddingConsumer
 
setType(String) - Method in class org.databene.model.data.InstanceDescriptor
 
setTypeName(String) - Method in class org.databene.benerator.engine.statement.MutatingTypeExpression
 
setUnique(boolean) - Method in class org.databene.benerator.file.FileNameGenerator
 
setUnique(boolean) - Method in class org.databene.benerator.primitive.datetime.DayGenerator
 
setUnique(boolean) - Method in class org.databene.benerator.primitive.RegexStringGenerator
 
setUnique(boolean) - Method in class org.databene.benerator.primitive.StringGenerator
 
setUnique(boolean) - Method in class org.databene.benerator.primitive.TokenCombiner
 
setUnique(boolean) - Method in class org.databene.benerator.sample.SampleGenerator
 
setUnique(boolean) - Method in class org.databene.benerator.sample.WeigthedLiteralGenerator
 
setUnique(boolean) - Method in class org.databene.benerator.wrapper.MultiSourceArrayGenerator
 
setUnique(boolean) - Method in class org.databene.domain.product.EANGenerator
 
setUnique(Boolean) - Method in class org.databene.model.data.InstanceDescriptor
 
setUnluckyNumbers(String...) - Method in class org.databene.benerator.primitive.UnluckyNumberValidator
 
setup - Variable in class org.databene.benerator.gui.ProjectBuilder
 
Setup - Class in org.databene.benerator.gui
Assembles all data useful for creating benerator archetypes.
Setup() - Constructor for class org.databene.benerator.gui.Setup
 
setUpContextAndDescriptorProvider() - Method in class org.databene.benerator.test.ModelTest
 
setUpEnvironment() - Method in class org.databene.benerator.test.BeneratorIntegrationTest
 
SetupParser - Class in org.databene.benerator.engine.parser.xml
XMLElementParser implementation for parsing a Benerator descriptor file's root XML element.
SetupParser() - Constructor for class org.databene.benerator.engine.parser.xml.SetupParser
 
setUri(String) - Method in class org.databene.benerator.consumer.TextFileExporter
 
setUri(Expression<String>) - Method in class org.databene.benerator.engine.statement.IncludeStatement
 
setUri(String) - Method in class org.databene.benerator.file.FileContentGenerator
 
setUri(String) - Method in class org.databene.benerator.primitive.TokenCombiner
 
setUri(String) - Method in class org.databene.benerator.sample.SequencedCSVSampleGenerator
 
setUri(String) - Method in class org.databene.benerator.sample.WeightedCSVSampleGenerator
 
setUri(String) - Method in class org.databene.model.data.FileBasedEntitySource
 
setUri(String) - Method in class org.databene.platform.dbunit.DbUnitEntityExporter
 
setUri(String) - Method in class org.databene.platform.xls.XLSEntityExporter
 
setUri(String) - Method in class org.databene.platform.xml.XMLEntityExporter
 
setUrl(String) - Method in class org.databene.platform.db.DBSystem
 
setUrl(String) - Method in class org.databene.platform.jndi.InitialContext
 
setUser(String) - Method in class org.databene.platform.db.DBSystem
 
setUser(String) - Method in class org.databene.platform.jndi.InitialContext
 
setValidate(boolean) - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
setValidate(boolean) - Method in interface org.databene.benerator.engine.BeneratorContext
 
setValidate(boolean) - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
setValidating(boolean) - Static method in class org.databene.benerator.engine.BeneratorOpts
 
setValidator(String) - Method in class org.databene.model.data.TypeDescriptor
 
setValue(E) - Method in class org.databene.benerator.sample.ConstantGenerator
Sets the property 'value'
setValue(Object, Object) - Method in class org.databene.model.data.EntityGraphMutator
 
setValue(E) - Method in class org.databene.model.data.FeatureDetail
 
setValues(Iterable<T>) - Method in class org.databene.benerator.sample.AbstractSampleGenerator
Adds values to the sample list
setValues(T...) - Method in class org.databene.benerator.sample.AbstractSampleGenerator
Sets the sample list to the specified values
setValues(String) - Method in class org.databene.model.data.SimpleTypeDescriptor
 
setValueSpec(String) - Method in class org.databene.benerator.sample.WeigthedLiteralGenerator
 
setVersion(String) - Method in class org.databene.benerator.gui.MavenDependency
 
setVersion(String) - Method in class org.databene.benerator.gui.Setup
 
setVersion(String) - Method in class org.databene.platform.db.SQLEntityExporter
 
setWeekdaysAccepted(boolean) - Method in class org.databene.benerator.primitive.datetime.DayOfWeekValidator
 
setWeekendsAccepted(boolean) - Method in class org.databene.benerator.primitive.datetime.DayOfWeekValidator
 
setWeightFeature(String) - Method in class org.databene.benerator.distribution.FeatureWeight
 
setZipCode(String) - Method in class org.databene.domain.address.Address
Deprecated. 
setZipCodes(String[]) - Method in class org.databene.domain.address.City
Deprecated. use property postalCodes
SharedGenerator<E> - Class in org.databene.benerator.util
Proxy for generators that are used by several clients.
SharedGenerator(Generator<E>) - Constructor for class org.databene.benerator.util.SharedGenerator
 
sharedInstance(String) - Static method in class org.databene.domain.person.FamilyNameGenerator
 
sharedInstance(String, Gender) - Static method in class org.databene.domain.person.GivenNameGenerator
 
shouldNullify() - Method in class org.databene.benerator.wrapper.NullInjectingGeneratorProxy
 
shouldNullifyEachNullable(InstanceDescriptor, BeneratorContext) - Static method in class org.databene.benerator.factory.DescriptorUtil
 
shouldNullifyEachNullable(BeneratorContext) - Method in class org.databene.benerator.factory.TypeGeneratorFactory
 
shuffle(String, String, int) - Static method in class org.databene.benerator.util.LineShuffler
 
shuffle(List<String>) - Static method in class org.databene.benerator.util.LineShuffler
 
SHUFFLE_SEQUENCE - Static variable in class org.databene.benerator.distribution.SequenceManager
 
ShuffleDoubleGenerator - Class in org.databene.benerator.distribution.sequence
Double Generator that implements a 'shuffle' Double Sequence.
ShuffleDoubleGenerator() - Constructor for class org.databene.benerator.distribution.sequence.ShuffleDoubleGenerator
 
ShuffleDoubleGenerator(double, double, double, double) - Constructor for class org.databene.benerator.distribution.sequence.ShuffleDoubleGenerator
 
ShuffleLongGenerator - Class in org.databene.benerator.distribution.sequence
Long Generator that implements a 'shuffle' Long Sequence: It starts with min and produced numbers by continuously incrementing the cursor by a fix increment value; when max is reached, it repeats the procedure starting by min+granularity, later min+2*granularity and so on.
ShuffleLongGenerator() - Constructor for class org.databene.benerator.distribution.sequence.ShuffleLongGenerator
 
ShuffleLongGenerator(long, long) - Constructor for class org.databene.benerator.distribution.sequence.ShuffleLongGenerator
 
ShuffleLongGenerator(long, long, long, long) - Constructor for class org.databene.benerator.distribution.sequence.ShuffleLongGenerator
 
ShuffleSequence - Class in org.databene.benerator.distribution.sequence
Sequence implementation that implements a 'shuffle' behavior, by continuously incrementing a base value by a constant value and, when iterated through the number range, restarts with a value incremented by one.
ShuffleSequence() - Constructor for class org.databene.benerator.distribution.sequence.ShuffleSequence
 
ShuffleSequence(BigDecimal) - Constructor for class org.databene.benerator.distribution.sequence.ShuffleSequence
 
SIMPLE_TYPE - Static variable in class org.databene.platform.xml.XMLSchemaDescriptorProvider
 
SimpleMultiSourceArrayGenerator<S> - Class in org.databene.benerator.wrapper
Keeps an array of generators, of which it combines the products to an array.
SimpleMultiSourceArrayGenerator(Class<S>, Generator<? extends S>...) - Constructor for class org.databene.benerator.wrapper.SimpleMultiSourceArrayGenerator
Initializes the generator to an array of source generators
SimpleTypeDescriptor - Class in org.databene.model.data
Describes a simple type.
SimpleTypeDescriptor(String, DescriptorProvider) - Constructor for class org.databene.model.data.SimpleTypeDescriptor
 
SimpleTypeDescriptor(String, DescriptorProvider, SimpleTypeDescriptor) - Constructor for class org.databene.model.data.SimpleTypeDescriptor
 
SimpleTypeDescriptor(String, DescriptorProvider, String) - Constructor for class org.databene.model.data.SimpleTypeDescriptor
 
SimpleTypeEntityGenerator - Class in org.databene.benerator.composite
Generates Entities that wrap a content of simple type.
SimpleTypeEntityGenerator(Generator<?>, ComplexTypeDescriptor) - Constructor for class org.databene.benerator.composite.SimpleTypeEntityGenerator
 
SimpleTypeGeneratorFactory - Class in org.databene.benerator.factory
Creates generators of simple types.
SimpleTypeGeneratorFactory() - Constructor for class org.databene.benerator.factory.SimpleTypeGeneratorFactory
 
SimplifyingSingleSourceArrayGenerator<S> - Class in org.databene.benerator.composite
Creates a stochastic number of instances of a type.
SimplifyingSingleSourceArrayGenerator(Generator<S>, NonNullGenerator<Integer>) - Constructor for class org.databene.benerator.composite.SimplifyingSingleSourceArrayGenerator
 
SINGAPORE - Static variable in class org.databene.domain.address.Country
 
SINGLE_SEQUENCE - Static variable in class org.databene.benerator.distribution.SequenceManager
 
SingleSourceArrayGenerator<S,P> - Class in org.databene.benerator.wrapper
Assembles the output of a source generator into an array of random length.
SingleSourceArrayGenerator(Generator<S>, Class<S>, int, int, Distribution) - Constructor for class org.databene.benerator.wrapper.SingleSourceArrayGenerator
 
SingleSourceArrayGenerator(Generator<S>, Class<S>, NonNullGenerator<Integer>) - Constructor for class org.databene.benerator.wrapper.SingleSourceArrayGenerator
 
SingleSourceCollectionGenerator<I,C extends java.util.Collection<I>> - Class in org.databene.benerator.wrapper
Generator which takes one or more products from a source generator and wraps them with a Collection.
SingleSourceCollectionGenerator(Generator<I>, Class<C>, NonNullGenerator<Integer>) - Constructor for class org.databene.benerator.wrapper.SingleSourceCollectionGenerator
 
SizeDistribution - Annotation Type in org.databene.benerator.anno
Specifies which length Distribution to use when generating data for the annotated element Created: 02.05.2010 19:01:02
SkipGeneratorProxy<E> - Class in org.databene.benerator.wrapper
This forwards a source generator's products.
SkipGeneratorProxy() - Constructor for class org.databene.benerator.wrapper.SkipGeneratorProxy
 
SkipGeneratorProxy(Generator<E>) - Constructor for class org.databene.benerator.wrapper.SkipGeneratorProxy
Initializes the generator to iterate with increment 1
SkipGeneratorProxy(Integer, Integer) - Constructor for class org.databene.benerator.wrapper.SkipGeneratorProxy
 
SkipGeneratorProxy(Generator<E>, Integer, Integer) - Constructor for class org.databene.benerator.wrapper.SkipGeneratorProxy
Initializes the generator to use a random increment of uniform distribution
SkipGeneratorProxy(Generator<E>, int, int, Distribution, Integer) - Constructor for class org.databene.benerator.wrapper.SkipGeneratorProxy
Initializes the generator to use a random increment of uniform distribution
skipNonStartTags(XMLStreamReader) - Static method in class org.databene.platform.dbunit.DbUnitUtil
 
skipRootElement(XMLStreamReader) - Static method in class org.databene.platform.dbunit.DbUnitUtil
 
SLOVAKIA - Static variable in class org.databene.domain.address.Country
 
SLOVENIA - Static variable in class org.databene.domain.address.Country
 
Source - Annotation Type in org.databene.benerator.anno
Specifies a data source and its characteristics for generating data for the annotated element.
source - Variable in class org.databene.benerator.composite.AbstractGeneratorComponent
 
source - Variable in class org.databene.benerator.composite.ComponentBuilderProxy
 
SOURCE - Static variable in class org.databene.model.data.TypeDescriptor
 
source - Variable in class org.databene.platform.fixedwidth.FixedWidthEntitySource
 
SourceAwareGenerator<E> - Class in org.databene.benerator.composite
Generator proxy that combines a 'source' entity generator with variable support and ComponentBuilders.
SourceAwareGenerator(String, Generator<E>, List<GeneratorComponent<E>>, BeneratorContext) - Constructor for class org.databene.benerator.composite.SourceAwareGenerator
 
SourceFactory - Class in org.databene.benerator.factory
Factory class for source-related Generators.
SourceFactory() - Constructor for class org.databene.benerator.factory.SourceFactory
 
sources - Variable in class org.databene.benerator.wrapper.MultiGeneratorWrapper
 
SOUTH_AFRICA - Static variable in class org.databene.domain.address.Country
 
SPAIN - Static variable in class org.databene.domain.address.Country
 
SQL_FORMAT - Static variable in class org.databene.benerator.main.DBSnapshotTool
 
SQLEntityExporter - Class in org.databene.platform.db
Exports Entities to a SQL file.
SQLEntityExporter() - Constructor for class org.databene.platform.db.SQLEntityExporter
 
SQLEntityExporter(String) - Constructor for class org.databene.platform.db.SQLEntityExporter
 
SQLEntityExporter(String, String) - Constructor for class org.databene.platform.db.SQLEntityExporter
 
SQLEntityExporter(String, String, String, String) - Constructor for class org.databene.platform.db.SQLEntityExporter
 
SSN - Annotation Type in org.databene.domain.us
Marks a field as US Social Security Number (according to JSR 303: BeanValidation).
SSNGenerator - Class in org.databene.domain.us
Generates US Social Security Numbers.
SSNGenerator() - Constructor for class org.databene.domain.us.SSNGenerator
 
SSNGenerator(int) - Constructor for class org.databene.domain.us.SSNGenerator
 
SSNValidator - Class in org.databene.domain.us
Validates US Social Security Numbers.
SSNValidator() - Constructor for class org.databene.domain.us.SSNValidator
 
SSNValidator(int) - Constructor for class org.databene.domain.us.SSNValidator
 
START_CONSUMING - Static variable in class org.databene.benerator.test.ConsumerMock
 
startConsuming(ProductWrapper<?>) - Method in class org.databene.benerator.consumer.AbstractConsumer
 
startConsuming(ProductWrapper<?>) - Method in class org.databene.benerator.consumer.BadDataConsumer
 
startConsuming(ProductWrapper<?>) - Method in class org.databene.benerator.consumer.ConsumerChain
 
startConsuming(ProductWrapper<?>) - Method in class org.databene.benerator.consumer.ConsumerProxy
 
startConsuming(ProductWrapper<?>) - Method in class org.databene.benerator.consumer.MappingEntityConsumer
 
startConsuming(ProductWrapper<?>) - Method in interface org.databene.benerator.Consumer
Starts consumption of an object.
startConsuming(ProductWrapper<?>) - Method in class org.databene.platform.contiperf.PerfTrackingConsumer
 
startConsumingCount - Variable in class org.databene.benerator.test.ConsumerMock
 
startConsumingImpl(Object) - Method in class org.databene.benerator.consumer.TextFileExporter
Writes the data to the output file.
startConsumingImpl(Object) - Method in class org.databene.platform.csv.CSVEntityExporter
 
startConsumingImpl(Object) - Method in class org.databene.platform.db.SQLEntityExporter
 
startConsumingImpl(Object) - Method in class org.databene.platform.fixedwidth.FixedWidthEntityExporter
 
startConsumingImpl(Object) - Method in class org.databene.platform.script.ScriptedEntityExporter
 
startProductConsumption(Object) - Method in class org.databene.benerator.consumer.AbstractConsumer
 
startProductConsumption(Object) - Method in class org.databene.benerator.consumer.ConsoleExporter
 
startProductConsumption(Object) - Method in class org.databene.benerator.consumer.ListConsumer
 
startProductConsumption(Object) - Method in class org.databene.benerator.consumer.LoggingConsumer
 
startProductConsumption(Object) - Method in class org.databene.benerator.consumer.NoConsumer
 
startProductConsumption(Object) - Method in class org.databene.benerator.consumer.TextFileExporter
 
startProductConsumption(Object) - Method in class org.databene.benerator.primitive.AddingConsumer
 
startProductConsumption(Object) - Method in class org.databene.benerator.storage.StorageSystemInserter
 
startProductConsumption(Object) - Method in class org.databene.benerator.storage.StorageSystemUpdater
 
startProductConsumption(Object) - Method in class org.databene.benerator.test.ConsumerMock
 
startProductConsumption(Object) - Method in class org.databene.platform.dbunit.DbUnitEntityExporter
 
startProductConsumption(Object) - Method in class org.databene.platform.java.JavaInvoker
 
startProductConsumption(Object) - Method in class org.databene.platform.xls.XLSEntityExporter
 
startProductConsumption(Object) - Method in class org.databene.platform.xml.XMLEntityExporter
 
state - Variable in class org.databene.benerator.util.AbstractGenerator
 
state - Variable in class org.databene.domain.address.Address
 
State - Class in org.databene.domain.address
Represents a state.
State() - Constructor for class org.databene.domain.address.State
 
State(String) - Constructor for class org.databene.domain.address.State
 
state - Variable in class org.databene.task.StateTrackingTaskProxy
 
STATE_LOGGER - Static variable in interface org.databene.benerator.BeneratorConstants
 
StateGenerator<E> - Class in org.databene.benerator.sample
Generates states as configured by a state machine.
StateGenerator() - Constructor for class org.databene.benerator.sample.StateGenerator
 
StateGenerator(String) - Constructor for class org.databene.benerator.sample.StateGenerator
 
StateGenerator(Class<E>) - Constructor for class org.databene.benerator.sample.StateGenerator
 
Statement - Interface in org.databene.benerator.engine
Parent interface for all statement implementations.
StatementProxy - Class in org.databene.benerator.engine.statement
Proxy for a Statement.
StatementProxy(Statement) - Constructor for class org.databene.benerator.engine.statement.StatementProxy
 
statements - Variable in class org.databene.benerator.engine.statement.GenerateAndConsumeTask
 
StatementUtil - Class in org.databene.benerator.engine
Provides utility methods for Statement processing.
StateTrackingTaskProxy<E extends Task> - Class in org.databene.task
Task proxy that remembers the result of the last execution step and provides it as property available.
StateTrackingTaskProxy(E) - Constructor for class org.databene.task.StateTrackingTaskProxy
 
StateTransitionGenerator<E> - Class in org.databene.benerator.sample
Generates state transitions of a state machine.
StateTransitionGenerator(Class<E>) - Constructor for class org.databene.benerator.sample.StateTransitionGenerator
 
StateTransitionGenerator(Class<E>, String) - Constructor for class org.databene.benerator.sample.StateTransitionGenerator
 
stats - Variable in class org.databene.benerator.engine.statement.RunTaskStatement
 
STEP_SEQUENCE - Static variable in class org.databene.benerator.distribution.SequenceManager
 
StepDoubleGenerator - Class in org.databene.benerator.distribution.sequence
Double Generator that implements a 'step' Double Sequence.
StepDoubleGenerator() - Constructor for class org.databene.benerator.distribution.sequence.StepDoubleGenerator
 
StepDoubleGenerator(double, double) - Constructor for class org.databene.benerator.distribution.sequence.StepDoubleGenerator
 
StepDoubleGenerator(double, double, double) - Constructor for class org.databene.benerator.distribution.sequence.StepDoubleGenerator
 
StepDoubleGenerator(double, Double, double, Double) - Constructor for class org.databene.benerator.distribution.sequence.StepDoubleGenerator
 
StepLongGenerator - Class in org.databene.benerator.distribution.sequence
Long Generator that implements a 'step' Long Sequence.
StepLongGenerator() - Constructor for class org.databene.benerator.distribution.sequence.StepLongGenerator
 
StepLongGenerator(long, long) - Constructor for class org.databene.benerator.distribution.sequence.StepLongGenerator
 
StepLongGenerator(long, long, long) - Constructor for class org.databene.benerator.distribution.sequence.StepLongGenerator
 
StepLongGenerator(long, Long, long, Long) - Constructor for class org.databene.benerator.distribution.sequence.StepLongGenerator
 
StepSequence - Class in org.databene.benerator.distribution.sequence
Creates numbers by continuously incrementing a base value by a constant amount.
StepSequence() - Constructor for class org.databene.benerator.distribution.sequence.StepSequence
 
StepSequence(BigDecimal) - Constructor for class org.databene.benerator.distribution.sequence.StepSequence
 
StepSequence(BigDecimal, BigDecimal) - Constructor for class org.databene.benerator.distribution.sequence.StepSequence
 
StepSequence(BigDecimal, BigDecimal, BigDecimal) - Constructor for class org.databene.benerator.distribution.sequence.StepSequence
 
Stochastic - Annotation Type in org.databene.benerator.anno
Annotation which states that the annotated class or method shall be tested with unlimited volumes or random and non-reproducible data.
StochasticGeneratorFactory - Class in org.databene.benerator.factory
GeneratorFactory implementation that generates docile data in order to avoid functional failures and combines them randomly and repetitively for generating large data volumes.
StochasticGeneratorFactory() - Constructor for class org.databene.benerator.factory.StochasticGeneratorFactory
 
StorageSystem - Interface in org.databene.benerator
Abstract interface characterizing an Entity storage system.
StorageSystemConsumer - Class in org.databene.benerator.storage
Stores an Entity in the associated StorageSystem.
StorageSystemConsumer(StorageSystem) - Constructor for class org.databene.benerator.storage.StorageSystemConsumer
 
StorageSystemInserter - Class in org.databene.benerator.storage
Consumer implementation that inserts entities into database tables.
StorageSystemInserter(StorageSystem) - Constructor for class org.databene.benerator.storage.StorageSystemInserter
 
StorageSystemInserter(StorageSystem, ComplexTypeDescriptor) - Constructor for class org.databene.benerator.storage.StorageSystemInserter
 
StorageSystemUpdater - Class in org.databene.benerator.storage
Consumer implementation that updates database rows.
StorageSystemUpdater(StorageSystem) - Constructor for class org.databene.benerator.storage.StorageSystemUpdater
 
store(Entity) - Method in interface org.databene.benerator.StorageSystem
Persists a new entity.
store(Entity) - Method in class org.databene.platform.db.DBSystem
 
store(Entity) - Method in class org.databene.platform.memstore.MemStore
 
street - Variable in class org.databene.domain.address.Address
 
Street - Class in org.databene.domain.address
Represents a street and serves as generator for house numbers.
Street(City, String) - Constructor for class org.databene.domain.address.Street
 
Street(City, String, int) - Constructor for class org.databene.domain.address.Street
 
StreetNameGenerator - Class in org.databene.domain.address
Generates a street name for a region.
StreetNameGenerator() - Constructor for class org.databene.domain.address.StreetNameGenerator
 
StreetNameGenerator(String) - Constructor for class org.databene.domain.address.StreetNameGenerator
 
String2DistributionConverter - Class in org.databene.benerator.engine.parser
Parses a string and interprets it as a Distribution spec, supporting the predefined sequences, like 'random' and 'cumulated'.
String2DistributionConverter() - Constructor for class org.databene.benerator.engine.parser.String2DistributionConverter
 
StringGenerator - Class in org.databene.benerator.primitive
String Generator which offers a wide range of options for generating strings.
StringGenerator() - Constructor for class org.databene.benerator.primitive.StringGenerator
 
StringGenerator(String, Locale, boolean, boolean, String, Character, String, int, int, int, Distribution) - Constructor for class org.databene.benerator.primitive.StringGenerator
 
StringScriptExpression - Class in org.databene.benerator.engine.expression
Expression that resolves a script as String.
StringScriptExpression(String) - Constructor for class org.databene.benerator.engine.expression.StringScriptExpression
 
StringScriptExpression(String, String) - Constructor for class org.databene.benerator.engine.expression.StringScriptExpression
 
SUB_SELECTOR - Static variable in class org.databene.model.data.TypeDescriptor
 
subDirectory(String) - Method in class org.databene.benerator.gui.Setup
 
subStatements - Variable in class org.databene.benerator.engine.statement.CompositeStatement
 
subTasks - Variable in class org.databene.task.CompositeTask
 
SUNDAY - Static variable in annotation type org.databene.benerator.primitive.datetime.DayOfWeek
 
supportedDatasets - Variable in class org.databene.benerator.dataset.AbstractDatasetGenerator
 
supportedFormats() - Static method in class org.databene.benerator.main.DBSnapshotTool
 
supports(Element, Statement[]) - Method in class org.databene.benerator.engine.parser.xml.EvaluateParser
 
supports(Element, Statement[]) - Method in class org.databene.benerator.engine.parser.xml.GenerateOrIterateParser
 
supports(String, String) - Method in class org.databene.benerator.engine.parser.xml.WhileParser
 
supportsDataset(String) - Method in class org.databene.benerator.dataset.AbstractDatasetGenerator
 
supportsDetail(String) - Method in class org.databene.model.data.FeatureDescriptor
 
SWEDEN - Static variable in class org.databene.domain.address.Country
 
SWITZERLAND - Static variable in class org.databene.domain.address.Country
 
SynchronizedGeneratorProxy<E> - Class in org.databene.benerator.wrapper
Synchronized wrapper class for non-thread-safe Generator implementations.
SynchronizedTask - Class in org.databene.task
TaskProxy implementation that add thread-safety to an unsafe Task by synchronizing the method Task.execute(Context, ErrorHandler).
SynchronizedTask(Task) - Constructor for class org.databene.task.SynchronizedTask
 
system - Variable in class org.databene.benerator.storage.StorageSystemConsumer
 

T

tableExists(String) - Method in class org.databene.platform.db.DBSystem
 
tables - Variable in class org.databene.platform.db.DBSystem
 
TAIWAN - Static variable in class org.databene.domain.address.Country
 
target - Variable in class org.databene.benerator.consumer.ConsumerProxy
 
task - Variable in class org.databene.benerator.engine.statement.GenerateOrIterateStatement
 
task - Variable in class org.databene.benerator.engine.statement.RunTaskStatement
 
Task - Interface in org.databene.task
Interface for the GoF 'Command' pattern.
TaskBasedGenerator - Class in org.databene.benerator.engine
Wraps a GenerateAndConsumeTask with a Generator interface.
TaskBasedGenerator(GenerateAndConsumeTask) - Constructor for class org.databene.benerator.engine.TaskBasedGenerator
 
TaskException - Exception in org.databene.task
Signals failure in the execution of a Task.
TaskException() - Constructor for exception org.databene.task.TaskException
 
TaskException(String) - Constructor for exception org.databene.task.TaskException
 
TaskException(String, Throwable) - Constructor for exception org.databene.task.TaskException
 
TaskException(Throwable) - Constructor for exception org.databene.task.TaskException
 
TaskExecutor - Class in org.databene.task
Single-threaded non-locking Task executor.
TaskInvoker - Class in org.databene.platform.contiperf
Invoker implementation that calls Task.execute(Context, ErrorHandler).
TaskInvoker(Task) - Constructor for class org.databene.platform.contiperf.TaskInvoker
 
taskName - Variable in class org.databene.task.AbstractTask
 
taskProvider - Variable in class org.databene.benerator.engine.statement.RunTaskStatement
 
TaskProxy<E extends Task> - Class in org.databene.task
Wraps a Task and forwards invocations.
TaskProxy(E) - Constructor for class org.databene.task.TaskProxy
 
TaskResult - Enum in org.databene.task
Represents the result of a task execution.
TaskUnavailableException - Exception in org.databene.task
Exception which indicates that a required Task is unavailable.
TaskUnavailableException(Task, long, long) - Constructor for exception org.databene.task.TaskUnavailableException
 
TaskUtil - Class in org.databene.task
Provides utility methods for Tasks.
TaskUtil() - Constructor for class org.databene.task.TaskUtil
 
tearDown() - Method in class org.databene.benerator.test.BeneratorIntegrationTest
 
testDefaultConstructor() - Method in class org.databene.benerator.test.GeneratorClassTest
 
testDefaultGenerationIfValid() - Method in class org.databene.benerator.test.GeneratorClassTest
 
testDescriptorProvider - Variable in class org.databene.benerator.test.ModelTest
 
testToString() - Method in class org.databene.benerator.test.GeneratorClassTest
 
TextFileContentGenerator - Class in org.databene.benerator.file
Provides file contents as Strings.
TextFileContentGenerator() - Constructor for class org.databene.benerator.file.TextFileContentGenerator
 
TextFileExporter - Class in org.databene.benerator.consumer
Parent class for Exporters that export data to a text file.
TextFileExporter() - Constructor for class org.databene.benerator.consumer.TextFileExporter
 
TextFileExporter(String) - Constructor for class org.databene.benerator.consumer.TextFileExporter
 
TextFileExporter(String, String, String) - Constructor for class org.databene.benerator.consumer.TextFileExporter
 
THAILAND - Static variable in class org.databene.domain.address.Country
 
ThreadPoolSize - Annotation Type in org.databene.benerator.anno
Specifies the maximum number of threads to use.
threads - Variable in class org.databene.benerator.engine.statement.RunTaskStatement
 
ThreadSafeGenerator<E> - Class in org.databene.benerator.util
Parent class for Generators which are thread-safe.
ThreadSafeGenerator() - Constructor for class org.databene.benerator.util.ThreadSafeGenerator
 
ThreadSafeNonNullGenerator<E> - Class in org.databene.benerator.util
NonNullGenerator implementation which declares thread safety.
ThreadSafeNonNullGenerator() - Constructor for class org.databene.benerator.util.ThreadSafeNonNullGenerator
 
THURSDAY - Static variable in annotation type org.databene.benerator.primitive.datetime.DayOfWeek
 
TimedGeneratorStatement - Class in org.databene.benerator.engine.statement
{Task} implementation that acts as a proxy to another tasks, forwards calls to it, measures execution times and logs them.
TimedGeneratorStatement(String, Statement, List<String>, boolean) - Constructor for class org.databene.benerator.engine.statement.TimedGeneratorStatement
 
TimedTask<E extends Task> - Class in org.databene.task
Wraps a Task and logs its execution time.
TimedTask(E) - Constructor for class org.databene.task.TimedTask
 
TIN - Annotation Type in org.databene.domain.person
Marks a field as European Tax Identification Number (according to JSR 303: BeanValidation).
TINGenerator - Class in org.databene.domain.person
Generates European Tax Identification Numbers (like the German 'Steueridentifikationsnummer').
TINGenerator() - Constructor for class org.databene.domain.person.TINGenerator
 
TINValidator - Class in org.databene.domain.person
Validates European Tax Identification Numbers.
TINValidator() - Constructor for class org.databene.domain.person.TINValidator
 
TokenCombiner - Class in org.databene.benerator.primitive
Generator implementation which takes cells from a CSV file as input and combines the cells by taking a cell value from a random row for each column and concatenating them to a string.
TokenCombiner(String) - Constructor for class org.databene.benerator.primitive.TokenCombiner
 
TokenCombiner(String, boolean) - Constructor for class org.databene.benerator.primitive.TokenCombiner
 
TokenCombiner(String, boolean, char, String, boolean) - Constructor for class org.databene.benerator.primitive.TokenCombiner
 
TokenCombiner.SimpleTokenCombinator - Class in org.databene.benerator.primitive
 
TopLevelDomainGenerator - Class in org.databene.domain.net
A TopLevelDomainGenerator.
TopLevelDomainGenerator() - Constructor for class org.databene.domain.net.TopLevelDomainGenerator
 
toString() - Method in class org.databene.benerator.anno.DefaultPathResolver
 
toString() - Method in class org.databene.benerator.anno.RelativePathResolver
 
toString() - Method in class org.databene.benerator.archetype.Archetype
 
toString() - Method in class org.databene.benerator.composite.AbstractGeneratorComponent
 
toString() - Method in class org.databene.benerator.composite.ArrayElementTypeConverter
 
toString() - Method in class org.databene.benerator.composite.BlankArrayGenerator
 
toString() - Method in class org.databene.benerator.composite.BlankEntityGenerator
 
toString() - Method in class org.databene.benerator.composite.ComponentAndVariableSupport
 
toString() - Method in class org.databene.benerator.composite.ComponentTypeConverter
 
toString() - Method in class org.databene.benerator.composite.MultiComponentBuilder
 
toString() - Method in class org.databene.benerator.composite.PlainEntityComponentBuilder
 
toString() - Method in class org.databene.benerator.composite.SourceAwareGenerator
 
toString() - Method in class org.databene.benerator.composite.Variable
 
toString() - Method in class org.databene.benerator.consumer.AbstractConsumer
 
toString() - Method in class org.databene.benerator.consumer.ConsumerChain
 
toString() - Method in class org.databene.benerator.consumer.NonClosingConsumerProxy
 
toString() - Method in class org.databene.benerator.consumer.TextFileExporter
 
toString() - Method in class org.databene.benerator.csv.LocalCSVGenerator
 
toString() - Method in class org.databene.benerator.csv.WeightedDatasetCSVGenerator
 
toString() - Method in class org.databene.benerator.dataset.AbstractDatasetGenerator
 
toString() - Method in class org.databene.benerator.dataset.AtomicDatasetGenerator
 
toString() - Method in class org.databene.benerator.dataset.Dataset
 
toString() - Method in class org.databene.benerator.distribution.CumulativeDistributionFunction
 
toString() - Method in class org.databene.benerator.distribution.FeatureWeight
 
toString() - Method in class org.databene.benerator.distribution.function.ConstantFunction
 
toString() - Method in class org.databene.benerator.distribution.function.ExponentialFunction
 
toString() - Method in class org.databene.benerator.distribution.function.GaussianFunction
Creates a String representation of the function
toString() - Method in class org.databene.benerator.distribution.sequence.BitReverseNaturalNumberGenerator
 
toString() - Method in class org.databene.benerator.distribution.sequence.RandomSequence
 
toString() - Method in class org.databene.benerator.distribution.sequence.StepSequence
 
toString() - Method in class org.databene.benerator.distribution.Sequence
 
toString() - Method in class org.databene.benerator.engine.AbstractBeneratorSubContext
 
toString() - Method in class org.databene.benerator.engine.BeneratorRootStatement
 
toString() - Method in class org.databene.benerator.engine.CurrentProductGeneration
 
toString() - Method in class org.databene.benerator.engine.DefaultBeneratorContext
 
toString() - Method in class org.databene.benerator.engine.DescriptorRunner
 
toString() - Method in class org.databene.benerator.engine.expression.ScriptableExpression
 
toString() - Method in class org.databene.benerator.engine.expression.ScriptExpression
 
toString() - Method in class org.databene.benerator.engine.expression.xml.XMLConsumerExpression
 
toString() - Method in class org.databene.benerator.engine.ResourceManagerSupport
 
toString() - Method in class org.databene.benerator.engine.statement.AbstractStatement
 
toString() - Method in class org.databene.benerator.engine.statement.ConsumptionStatement
 
toString() - Method in class org.databene.benerator.engine.statement.GenerateAndConsumeTask
 
toString() - Method in class org.databene.benerator.engine.statement.LazyStatement
 
toString() - Method in class org.databene.benerator.engine.statement.StatementProxy
 
toString() - Method in class org.databene.benerator.engine.TaskBasedGenerator
 
toString() - Method in class org.databene.benerator.file.XMLFileGenerator
 
toString() - Method in class org.databene.benerator.primitive.BooleanGenerator
 
toString() - Method in class org.databene.benerator.primitive.CharacterGenerator
 
toString() - Method in class org.databene.benerator.primitive.datetime.CurrentDateGenerator
 
toString() - Method in class org.databene.benerator.primitive.datetime.CurrentDateTimeGenerator
 
toString() - Method in class org.databene.benerator.primitive.datetime.DateGenerator
 
toString() - Method in class org.databene.benerator.primitive.datetime.DayGenerator
 
toString() - Method in class org.databene.benerator.primitive.HibUUIDGenerator
 
toString() - Method in class org.databene.benerator.primitive.HiLoGenerator
 
toString() - Method in class org.databene.benerator.primitive.IncrementalIdGenerator
 
toString() - Method in class org.databene.benerator.primitive.IncrementGenerator
 
toString() - Method in class org.databene.benerator.primitive.RandomVarLengthStringGenerator
 
toString() - Method in class org.databene.benerator.primitive.RegexStringGenerator
 
toString() - Method in class org.databene.benerator.primitive.ScriptGenerator
 
toString() - Method in class org.databene.benerator.primitive.UniqueFixedLengthStringGenerator
 
toString() - Method in class org.databene.benerator.primitive.UniqueScrambledStringGenerator
 
toString() - Method in class org.databene.benerator.primitive.ValueMapper
 
toString() - Method in class org.databene.benerator.PropertyMessage
 
toString() - Method in class org.databene.benerator.sample.AttachedWeightSampleGenerator
 
toString() - Method in class org.databene.benerator.sample.ConstantGenerator
 
toString() - Method in class org.databene.benerator.sample.IndividualWeightSampleGenerator
 
toString() - Method in class org.databene.benerator.sample.OneShotGenerator
 
toString() - Method in class org.databene.benerator.sample.SampleGenerator
 
toString() - Method in class org.databene.benerator.sample.SeedManager
 
toString() - Method in class org.databene.benerator.sample.SequencedCSVSampleGenerator
 
toString() - Method in class org.databene.benerator.sample.SequenceGenerator
 
toString() - Method in class org.databene.benerator.sample.StateGenerator
 
toString() - Method in class org.databene.benerator.script.BeneratorScript
 
toString() - Method in class org.databene.benerator.storage.StorageSystemConsumer
 
toString() - Method in class org.databene.benerator.test.ConsumerMock
 
toString() - Method in class org.databene.benerator.util.AbstractGenerator
 
toString() - Method in class org.databene.benerator.util.ExpressionBasedGenerator
 
toString() - Method in class org.databene.benerator.util.WrapperProvider
 
toString() - Method in class org.databene.benerator.wrapper.AccessingGenerator
 
toString() - Method in class org.databene.benerator.wrapper.CompositeStringGenerator
 
toString() - Method in class org.databene.benerator.wrapper.ConvertingGenerator
 
toString() - Method in class org.databene.benerator.wrapper.DataSourceGenerator
 
toString() - Method in class org.databene.benerator.wrapper.GeneratorProxy
 
toString() - Method in class org.databene.benerator.wrapper.GeneratorWrapper
 
toString() - Method in class org.databene.benerator.wrapper.IteratingGenerator
 
toString() - Method in class org.databene.benerator.wrapper.MessageGenerator
Returns a String representation of the generator
toString() - Method in class org.databene.benerator.wrapper.MultiGeneratorWrapper
 
toString() - Method in class org.databene.benerator.wrapper.NShotGeneratorProxy
 
toString() - Method in class org.databene.benerator.wrapper.NullInjectingGeneratorProxy
 
toString() - Method in class org.databene.benerator.wrapper.ProductWrapper
 
toString() - Method in class org.databene.benerator.wrapper.ValidatingGeneratorProxy
 
toString() - Method in class org.databene.domain.address.Address
 
toString() - Method in class org.databene.domain.address.AddressGenerator
 
toString() - Method in class org.databene.domain.address.City
 
toString() - Method in class org.databene.domain.address.CityId
 
toString() - Method in class org.databene.domain.address.Country
 
toString() - Method in class org.databene.domain.address.CountryGenerator
 
toString() - Method in class org.databene.domain.address.PhoneNumber
 
toString() - Method in class org.databene.domain.address.State
 
toString() - Method in class org.databene.domain.finance.Bank
 
toString() - Method in class org.databene.domain.finance.BankAccount
 
toString() - Method in class org.databene.domain.finance.BankAccountValidator
 
toString() - Method in class org.databene.domain.lang.Noun
 
toString() - Method in class org.databene.domain.net.TopLevelDomainGenerator
 
toString() - Method in class org.databene.domain.net.WebmailDomainGenerator
 
toString() - Method in class org.databene.domain.organization.CompanyName
 
toString() - Method in class org.databene.domain.person.BirthDateGenerator
 
toString() - Method in class org.databene.domain.person.EMailAddressBuilder
 
toString() - Method in class org.databene.domain.person.EMailAddressGenerator
 
toString() - Method in class org.databene.domain.person.GivenNameGenerator
 
toString() - Method in class org.databene.domain.person.Person
 
toString() - Method in class org.databene.domain.person.PersonGenerator
 
toString() - Method in class org.databene.domain.product.EAN13Generator
 
toString() - Method in class org.databene.domain.product.EAN8Generator
 
toString() - Method in class org.databene.domain.product.EANGenerator
 
toString() - Method in class org.databene.domain.us.SSNGenerator
 
toString() - Method in class org.databene.model.data.ArrayTypeDescriptor
 
toString() - Method in class org.databene.model.data.ComplexTypeDescriptor
 
toString() - Method in class org.databene.model.data.DefaultDescriptorProvider
 
toString() - Method in class org.databene.model.data.Entity
 
toString() - Method in class org.databene.model.data.FeatureDescriptor
 
toString() - Method in class org.databene.model.data.FeatureDetail
 
toString() - Method in class org.databene.model.data.FileBasedEntitySource
 
toString() - Method in class org.databene.model.data.InstanceDescriptor
 
toString() - Method in class org.databene.platform.array.Array2EntityConverter
 
toString() - Method in class org.databene.platform.array.Entity2ArrayConverter
 
toString() - Method in class org.databene.platform.csv.CSVEntityIterator
 
toString() - Method in class org.databene.platform.csv.CSVEntitySource
 
toString() - Method in class org.databene.platform.db.DBSystem
 
toString() - Method in class org.databene.platform.db.EntityResultSetDataSource
 
toString() - Method in class org.databene.platform.db.QueryDataSource
 
toString() - Method in class org.databene.platform.db.QueryGenerator
 
toString() - Method in class org.databene.platform.db.QueryHiLoGenerator
 
toString() - Method in class org.databene.platform.db.QueryIterable
 
toString() - Method in class org.databene.platform.db.SequenceTableGenerator
 
toString() - Method in class org.databene.platform.dbunit.DbUnitEntityExporter
 
toString() - Method in class org.databene.platform.dbunit.DbUnitEntitySource
 
toString() - Method in class org.databene.platform.fixedwidth.FixedWidthEntityExporter
 
toString() - Method in class org.databene.platform.xls.XLSEntityExporter
 
toString() - Method in class org.databene.platform.xls.XLSEntityIterator
 
toString() - Method in class org.databene.platform.xml.XMLEntityExporter
 
toString() - Method in class org.databene.task.AbstractTask
 
toString() - Method in class org.databene.task.StateTrackingTaskProxy
 
toString() - Method in class org.databene.task.TaskExecutor
 
toString() - Method in class org.databene.task.TaskProxy
 
totalWeight - Variable in class org.databene.benerator.dataset.AbstractDatasetGenerator
 
TranscodeParser - Class in org.databene.benerator.engine.parser.xml
Parses a <transcode> element.
TranscodeParser() - Constructor for class org.databene.benerator.engine.parser.xml.TranscodeParser
 
TranscodeStatement - Class in org.databene.benerator.engine.statement
Statement that transcodes a database table.
TranscodeStatement(MutatingTypeExpression, TranscodingTaskStatement, Expression<DBSystem>, Expression<String>, Expression<DBSystem>, Expression<Long>, Expression<ErrorHandler>) - Constructor for class org.databene.benerator.engine.statement.TranscodeStatement
 
TranscodingTaskParser - Class in org.databene.benerator.engine.parser.xml
Parses Benerator's <transcode> XML descriptor element.
TranscodingTaskParser() - Constructor for class org.databene.benerator.engine.parser.xml.TranscodingTaskParser
 
TranscodingTaskStatement - Class in org.databene.benerator.engine.statement
Groups TranscodeStatements and provides common features like IdentityProvider and KeyMapper objects.
TranscodingTaskStatement(Expression<DBSystem>, Expression<DBSystem>, Expression<String>, Expression<Long>, Expression<ErrorHandler>) - Constructor for class org.databene.benerator.engine.statement.TranscodingTaskStatement
 
TRUE_QUOTA - Static variable in class org.databene.model.data.SimpleTypeDescriptor
 
TUESDAY - Static variable in annotation type org.databene.benerator.primitive.datetime.DayOfWeek
 
TURKEY - Static variable in class org.databene.domain.address.Country
 
type() - Method in class org.databene.model.data.Entity
 
TYPE - Static variable in class org.databene.model.data.InstanceDescriptor
 
TypeDescriptor - Class in org.databene.model.data
Describes a type.
TypeDescriptor(String, DescriptorProvider, TypeDescriptor) - Constructor for class org.databene.model.data.TypeDescriptor
 
TypeDescriptor(String, DescriptorProvider, String) - Constructor for class org.databene.model.data.TypeDescriptor
 
TypedScriptExpression<E> - Class in org.databene.benerator.engine.expression
Expression implementation that evaluates a script.
TypedScriptExpression(String) - Constructor for class org.databene.benerator.engine.expression.TypedScriptExpression
 
TypedScriptExpression(Script) - Constructor for class org.databene.benerator.engine.expression.TypedScriptExpression
 
TypedScriptExpression(String, Class<E>) - Constructor for class org.databene.benerator.engine.expression.TypedScriptExpression
 
TypedScriptExpression(Script, Class<E>) - Constructor for class org.databene.benerator.engine.expression.TypedScriptExpression
 
TypedScriptExpression(Script, Class<E>, E) - Constructor for class org.databene.benerator.engine.expression.TypedScriptExpression
 
TypedScriptExpression(Script, Class<E>, Expression<?>) - Constructor for class org.databene.benerator.engine.expression.TypedScriptExpression
 
TypeGeneratorFactory<E extends TypeDescriptor> - Class in org.databene.benerator.factory
Creates generators of type instances.
TypeGeneratorFactory() - Constructor for class org.databene.benerator.factory.TypeGeneratorFactory
 
typeMap - Variable in class org.databene.model.data.DefaultDescriptorProvider
 
TypeMapper - Class in org.databene.model.data
Maps abstract types to concrete types and vice versa.
TypeMapper(Object...) - Constructor for class org.databene.model.data.TypeMapper
 
types - Static variable in class org.databene.benerator.dataset.DatasetUtil
 

U

UKRAINE - Static variable in class org.databene.domain.address.Country
 
UNION - Static variable in class org.databene.platform.xml.XMLSchemaDescriptorProvider
 
UnionSimpleTypeDescriptor - Class in org.databene.model.data
Describes an XML schema style type.
UnionSimpleTypeDescriptor(String, DescriptorProvider) - Constructor for class org.databene.model.data.UnionSimpleTypeDescriptor
 
Unique - Annotation Type in org.databene.benerator.anno
Indicates that unique data shall be generated for the annotated element.
unique - Variable in class org.databene.benerator.primitive.datetime.DayGenerator
 
unique - Variable in class org.databene.benerator.primitive.DynamicLongGenerator
 
unique - Variable in class org.databene.benerator.wrapper.CompositeStringGenerator
 
UNIQUE - Static variable in class org.databene.model.data.InstanceDescriptor
 
UniqueFixedLengthStringGenerator - Class in org.databene.benerator.primitive
Generates unique strings of fixed length.
UniqueFixedLengthStringGenerator() - Constructor for class org.databene.benerator.primitive.UniqueFixedLengthStringGenerator
 
UniqueFixedLengthStringGenerator(Set<Character>, int, boolean) - Constructor for class org.databene.benerator.primitive.UniqueFixedLengthStringGenerator
 
UniqueIntsGenerator - Class in org.databene.benerator.primitive
Creates unique pseudo-random int arrays.
UniqueIntsGenerator(int, int) - Constructor for class org.databene.benerator.primitive.UniqueIntsGenerator
 
UniqueMultiSourceArrayGenerator<S> - Class in org.databene.benerator.wrapper
Creates arrays of unique combinations of the output of other generators.
UniqueMultiSourceArrayGenerator(Class<S>, Generator<? extends S>...) - Constructor for class org.databene.benerator.wrapper.UniqueMultiSourceArrayGenerator
Initializes the generator to an array of source generators
UniqueMultiSourceArrayGenerator(Class<S>, List<Generator<? extends S>>) - Constructor for class org.databene.benerator.wrapper.UniqueMultiSourceArrayGenerator
 
Uniqueness - Enum in org.databene.model.data
Provides enumerations for different uniqueness requirements.
uniqueProxy(Generator<T>, int, int) - Static method in class org.databene.benerator.distribution.sequence.ExpandGeneratorProxy
 
UniqueScrambledStringGenerator - Class in org.databene.benerator.primitive
Generates unique strings of variable length.
UniqueScrambledStringGenerator() - Constructor for class org.databene.benerator.primitive.UniqueScrambledStringGenerator
 
UniqueScrambledStringGenerator(Set<Character>, int, int) - Constructor for class org.databene.benerator.primitive.UniqueScrambledStringGenerator
 
UNITED_ARAB_EMIRATES - Static variable in class org.databene.domain.address.Country
 
UNITED_KINGDOM - Static variable in class org.databene.domain.address.Country
 
UnluckyNumber - Annotation Type in org.databene.benerator.primitive
Annotation to mark a JavaBean field that may not contain an 'unluck number'.
UnluckyNumberValidator - Class in org.databene.benerator.primitive
Checks if a String contains an 'unlucky' number like 13 in western cultures or 4 in east-asian cultures.
UnluckyNumberValidator() - Constructor for class org.databene.benerator.primitive.UnluckyNumberValidator
 
UnluckyNumberValidator(boolean) - Constructor for class org.databene.benerator.primitive.UnluckyNumberValidator
 
UnresolvedTypeDescriptor - Class in org.databene.model.data
Serves as a placeholder for type descriptors of a type that is not yet resolved to simple or complex type.
UnresolvedTypeDescriptor(String, DescriptorProvider) - Constructor for class org.databene.model.data.UnresolvedTypeDescriptor
 
UnresolvedTypeDescriptor(String, DescriptorProvider, String) - Constructor for class org.databene.model.data.UnresolvedTypeDescriptor
 
UnsafeGenerator<E> - Class in org.databene.benerator.util
Abstract parent class for Generators that are neither thread-safe nor parallelizable.
UnsafeGenerator() - Constructor for class org.databene.benerator.util.UnsafeGenerator
 
UnsafeMethodParamsGenerator - Class in org.databene.benerator.util
Parent class for Generator implementations that create method parameters as Object arrays.
UnsafeMethodParamsGenerator() - Constructor for class org.databene.benerator.util.UnsafeMethodParamsGenerator
 
UnsafeNonNullGenerator<E> - Class in org.databene.benerator.util
NonNullGenerator implementation which declares that it is neither thread-safe nor parallelizable.
UnsafeNonNullGenerator() - Constructor for class org.databene.benerator.util.UnsafeNonNullGenerator
 
unwrap(Generator<?>) - Static method in class org.databene.benerator.util.GeneratorUtil
 
unwrap() - Method in class org.databene.benerator.wrapper.ProductWrapper
 
unwrap(ProductWrapper<?>) - Static method in class org.databene.benerator.wrapper.ProductWrapper
 
unwrap(Task, Class<T>) - Static method in class org.databene.task.TaskUtil
 
update(Entity) - Method in interface org.databene.benerator.StorageSystem
Updates an existing entity.
update(Entity) - Method in class org.databene.platform.db.DBSystem
 
update(Entity) - Method in class org.databene.platform.memstore.MemStore
 
updater() - Method in class org.databene.benerator.storage.AbstractStorageSystem
 
updateStatements - Variable in class org.databene.platform.db.ConnectionHolder
 
uri - Variable in class org.databene.benerator.consumer.TextFileExporter
 
uri - Variable in class org.databene.benerator.file.FileContentGenerator
 
uri - Variable in class org.databene.benerator.primitive.TokenCombiner
 
uri - Variable in class org.databene.benerator.sample.WeightedCSVSampleGenerator
The URI to read the samples from
uri - Variable in class org.databene.model.data.FileBasedEntitySource
 
US - Static variable in class org.databene.domain.address.AddressFormat
 
US - Static variable in class org.databene.domain.address.Country
 
USA - Static variable in class org.databene.domain.address.Country
 
UUIDGenerator - Class in org.databene.benerator.primitive
Creates UUIDs using UUID.randomUUID().
UUIDGenerator() - Constructor for class org.databene.benerator.primitive.UUIDGenerator
 

V

valid(BankAccount) - Method in class org.databene.domain.finance.BankAccountValidator
 
valid(String) - Method in class org.databene.domain.us.SSNValidator
 
validate() - Method in class org.databene.model.data.DataModel
 
ValidatingGenerator<P> - Class in org.databene.benerator.util
Provides an abstract implementation of a generator that validates its generated values.
ValidatingGenerator(Validator<P>) - Constructor for class org.databene.benerator.util.ValidatingGenerator
Constructor that takes the validator
ValidatingGeneratorProxy<E> - Class in org.databene.benerator.wrapper
Generator proxy that uses another generator for creating values and filters out invalid ones.
ValidatingGeneratorProxy(Generator<E>, Validator<E>) - Constructor for class org.databene.benerator.wrapper.ValidatingGeneratorProxy
Constructor with the source generator and the validator to use
ValidationStatement - Class in org.databene.benerator.engine.statement
Statement using a Validator to check if the current object is valid.
ValidationStatement(Validator) - Constructor for class org.databene.benerator.engine.statement.ValidationStatement
 
validator - Variable in class org.databene.benerator.util.ValidatingGenerator
The validator used for validation
VALIDATOR - Static variable in class org.databene.model.data.TypeDescriptor
 
value(double) - Method in class org.databene.benerator.distribution.function.ConstantFunction
 
value(double) - Method in class org.databene.benerator.distribution.function.DiscreteFunction
 
value(double) - Method in class org.databene.benerator.distribution.function.ExponentialFunction
 
value(double) - Method in class org.databene.benerator.distribution.function.GaussianFunction
calculates the value
value(double) - Method in interface org.databene.benerator.distribution.WeightFunction
 
VALUE - Static variable in class org.databene.platform.xml.XMLSchemaDescriptorProvider
 
ValueMapper - Class in org.databene.benerator.primitive
Converter implementation that maps input values in a 'Map' style.
ValueMapper() - Constructor for class org.databene.benerator.primitive.ValueMapper
 
ValueMapper(String) - Constructor for class org.databene.benerator.primitive.ValueMapper
 
ValueMapper(String, boolean) - Constructor for class org.databene.benerator.primitive.ValueMapper
 
valueOf(String) - Static method in enum org.databene.benerator.GeneratorState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.databene.domain.person.Gender
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.databene.model.data.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.databene.model.data.Iteration
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.databene.model.data.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.databene.model.data.Uniqueness
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.databene.task.TaskResult
Returns the enum constant of this type with the specified name.
Values - Annotation Type in org.databene.benerator.anno
Specifies the values to use when generating data for the annotated element.
values() - Static method in enum org.databene.benerator.GeneratorState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.databene.domain.person.Gender
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.databene.model.data.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.databene.model.data.Iteration
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.databene.model.data.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in class org.databene.model.data.SimpleTypeDescriptor
 
values() - Static method in enum org.databene.model.data.Uniqueness
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.databene.task.TaskResult
Returns an array containing the constants of this enum type, in the order they are declared.
Variable<E> - Class in org.databene.benerator.composite
Wraps variable name and generator functionality.
Variable(String, Generator<?>, String) - Constructor for class org.databene.benerator.composite.Variable
 
VariableDescriptor - Class in org.databene.model.data
Describes a variable.
VariableDescriptor(String, DescriptorProvider, String) - Constructor for class org.databene.model.data.VariableDescriptor
 
VariableGeneratorFactory - Class in org.databene.benerator.factory
Factory class that creates Generators for <variable>s.
VariableGeneratorFactory() - Constructor for class org.databene.benerator.factory.VariableGeneratorFactory
 
VariableHolder - Interface in org.databene.model.data
Common interface for descriptors that support variables.
VarLengthStringGenerator - Interface in org.databene.benerator.primitive
Common parent class for NonNullGenerators that can generate a String of a requested length.
VIETNAM - Static variable in class org.databene.domain.address.Country
 

W

WaitParser - Class in org.databene.benerator.engine.parser.xml
Parses a 'wait' element.
WaitParser() - Constructor for class org.databene.benerator.engine.parser.xml.WaitParser
 
WaitStatement - Class in org.databene.benerator.engine.statement
Causes the thread to sleep for a certain number of milliseconds.
WaitStatement(NonNullGenerator<Long>) - Constructor for class org.databene.benerator.engine.statement.WaitStatement
 
WARNING_THRESHOLD - Static variable in class org.databene.benerator.util.ValidatingGenerator
The number of invalid consecutive generations that causes a warning
wasAppended - Variable in class org.databene.benerator.consumer.TextFileExporter
 
wasInitialized() - Method in class org.databene.benerator.engine.TaskBasedGenerator
 
wasInitialized() - Method in interface org.databene.benerator.Generator
 
wasInitialized() - Method in class org.databene.benerator.util.AbstractGenerator
 
wasInitialized() - Method in class org.databene.benerator.wrapper.SynchronizedGeneratorProxy
 
wasInitialized() - Method in class org.databene.domain.person.EMailAddressGenerator
 
WebmailDomainGenerator - Class in org.databene.domain.net
A WebmailDomainGenerator.
WebmailDomainGenerator() - Constructor for class org.databene.domain.net.WebmailDomainGenerator
 
WEDGE_SEQUENCE - Static variable in class org.databene.benerator.distribution.SequenceManager
 
WedgeDoubleGenerator - Class in org.databene.benerator.distribution.sequence
Generates 'Double' values for the 'wedge' sequence.
WedgeDoubleGenerator() - Constructor for class org.databene.benerator.distribution.sequence.WedgeDoubleGenerator
 
WedgeDoubleGenerator(double, double) - Constructor for class org.databene.benerator.distribution.sequence.WedgeDoubleGenerator
 
WedgeDoubleGenerator(double, double, double) - Constructor for class org.databene.benerator.distribution.sequence.WedgeDoubleGenerator
 
WedgeLongGenerator - Class in org.databene.benerator.distribution.sequence
Long Generator that implements a 'wedge' Long Sequence.
WedgeLongGenerator() - Constructor for class org.databene.benerator.distribution.sequence.WedgeLongGenerator
 
WedgeLongGenerator(long, long) - Constructor for class org.databene.benerator.distribution.sequence.WedgeLongGenerator
 
WedgeLongGenerator(long, long, long) - Constructor for class org.databene.benerator.distribution.sequence.WedgeLongGenerator
 
WedgeSequence - Class in org.databene.benerator.distribution.sequence
Sequence implementation that creates Number Generator with a wedge distribution.
WedgeSequence() - Constructor for class org.databene.benerator.distribution.sequence.WedgeSequence
 
WEDNESDAY - Static variable in annotation type org.databene.benerator.primitive.datetime.DayOfWeek
 
WeighingGeneratorWrapper<E> - Class in org.databene.benerator.wrapper
Wraps an ordinary Generator with a WeightedGenerator interface requiring an explicit weight setting.
WeighingGeneratorWrapper(Class<E>, double) - Constructor for class org.databene.benerator.wrapper.WeighingGeneratorWrapper
 
WeighingGeneratorWrapper(Generator<E>, double) - Constructor for class org.databene.benerator.wrapper.WeighingGeneratorWrapper
 
weight(WeightedSample<E>) - Method in class org.databene.benerator.distribution.AttachedWeight
 
weight(Object) - Method in class org.databene.benerator.distribution.FeatureWeight
 
weight(E) - Method in class org.databene.benerator.distribution.IndividualWeight
 
Weight - Interface in org.databene.benerator.distribution
Common parent class for all Generators that are based on weights.
WeightedCSVSampleGenerator<E> - Class in org.databene.benerator.sample
Sample Generator for values that are read from a CSV file.
WeightedCSVSampleGenerator(String) - Constructor for class org.databene.benerator.sample.WeightedCSVSampleGenerator
 
WeightedCSVSampleGenerator(String, String) - Constructor for class org.databene.benerator.sample.WeightedCSVSampleGenerator
 
WeightedCSVSampleGenerator(Class<E>, String, String, Converter<String, E>) - Constructor for class org.databene.benerator.sample.WeightedCSVSampleGenerator
 
WeightedDatasetCSVGenerator<E> - Class in org.databene.benerator.csv
Generates data from a csv file set that is organized as Dataset.
WeightedDatasetCSVGenerator(Class<E>, String, String, String, boolean) - Constructor for class org.databene.benerator.csv.WeightedDatasetCSVGenerator
 
WeightedDatasetCSVGenerator(Class<E>, String, char, String, String, boolean, String) - Constructor for class org.databene.benerator.csv.WeightedDatasetCSVGenerator
 
WeightedDatasetCSVGenerator(Class<E>, String, String, String, boolean, String) - Constructor for class org.databene.benerator.csv.WeightedDatasetCSVGenerator
 
WeightedDatasetCSVGenerator(Class<E>, String, char, String, String, boolean, String, Converter<String, E>) - Constructor for class org.databene.benerator.csv.WeightedDatasetCSVGenerator
 
WeightedDatasetGenerator<E> - Interface in org.databene.benerator.dataset
Parent interface for DatasetBasedGenerators that have a weight to be considered when combining Generators.
WeightedDoubleGenerator - Class in org.databene.benerator.distribution
Double Generator that supports a weight function.
WeightedDoubleGenerator() - Constructor for class org.databene.benerator.distribution.WeightedDoubleGenerator
 
WeightedDoubleGenerator(double, double, double, WeightFunction) - Constructor for class org.databene.benerator.distribution.WeightedDoubleGenerator
 
WeightedGenerator<E> - Interface in org.databene.benerator
Parent interface for Generators that have a weight to be considered when combining Generators.
WeightedGeneratorGenerator<E> - Class in org.databene.benerator.wrapper
Generator that wraps several other 'source generators' and assigns a weight to each one.
WeightedGeneratorGenerator() - Constructor for class org.databene.benerator.wrapper.WeightedGeneratorGenerator
 
WeightedLongGenerator - Class in org.databene.benerator.distribution
Long Generator that supports a weight function.
WeightedLongGenerator() - Constructor for class org.databene.benerator.distribution.WeightedLongGenerator
 
WeightedLongGenerator(long, long) - Constructor for class org.databene.benerator.distribution.WeightedLongGenerator
 
WeightedLongGenerator(long, long, long) - Constructor for class org.databene.benerator.distribution.WeightedLongGenerator
 
WeightedLongGenerator(long, long, WeightFunction) - Constructor for class org.databene.benerator.distribution.WeightedLongGenerator
 
WeightedLongGenerator(long, long, long, WeightFunction) - Constructor for class org.databene.benerator.distribution.WeightedLongGenerator
 
WeightedNumbers<E> - Class in org.databene.benerator.distribution.sequence
Generates numbers with weights that are defined using a literal, for example "1^3,2^7" would cause generation of 30% '1' values and 70% '2' values.
WeightedNumbers() - Constructor for class org.databene.benerator.distribution.sequence.WeightedNumbers
 
WeightedNumbers(String) - Constructor for class org.databene.benerator.distribution.sequence.WeightedNumbers
 
WeightFunction - Interface in org.databene.benerator.distribution
Common interface for weight functions.
WeigthedLiteralGenerator<E> - Class in org.databene.benerator.sample
Generates values defined by a weighted or non-weighted value list literal, like "'A'^3,'B'^2", supporting weighted random generation and uniqueness.
WeigthedLiteralGenerator(Class<E>) - Constructor for class org.databene.benerator.sample.WeigthedLiteralGenerator
 
WeigthedLiteralGenerator(Class<E>, String) - Constructor for class org.databene.benerator.sample.WeigthedLiteralGenerator
 
WeigthedLiteralGenerator(Class<E>, String, boolean) - Constructor for class org.databene.benerator.sample.WeigthedLiteralGenerator
 
WESTERN - Static variable in class org.databene.domain.person.PersonFormatter
 
WhileParser - Class in org.databene.benerator.engine.parser.xml
Parses a 'while' element.
WhileParser() - Constructor for class org.databene.benerator.engine.parser.xml.WhileParser
 
WhileStatement - Class in org.databene.benerator.engine.statement
'While' loop statement.
WhileStatement(Expression<Boolean>) - Constructor for class org.databene.benerator.engine.statement.WhileStatement
 
WhileStatement(Expression<Boolean>, List<Statement>) - Constructor for class org.databene.benerator.engine.statement.WhileStatement
 
withCeasedAvailability() - Method in class org.databene.benerator.test.GeneratorTest.Helper
 
withComponent(ComponentDescriptor) - Method in class org.databene.model.data.ComplexTypeDescriptor
 
withComponent(ComponentDescriptor) - Method in class org.databene.platform.db.LazyTableComplexTypeDescriptor
 
withContinuedAvailability() - Method in class org.databene.benerator.test.GeneratorTest.Helper
 
withCount(long) - Method in class org.databene.model.data.InstanceDescriptor
 
withDataset(String) - Method in class org.databene.model.data.SimpleTypeDescriptor
 
withDistribution(String) - Method in class org.databene.model.data.SimpleTypeDescriptor
 
withGenerator(String) - Method in class org.databene.model.data.TypeDescriptor
 
withGranularity(String) - Method in class org.databene.model.data.SimpleTypeDescriptor
 
withLocaleId(String) - Method in class org.databene.model.data.SimpleTypeDescriptor
 
withMax(String) - Method in class org.databene.model.data.SimpleTypeDescriptor
 
withMaxCount(long) - Method in class org.databene.model.data.InstanceDescriptor
 
withMin(String) - Method in class org.databene.model.data.SimpleTypeDescriptor
 
withMinCount(long) - Method in class org.databene.model.data.InstanceDescriptor
 
withNullQuota(double) - Method in class org.databene.model.data.InstanceDescriptor
 
withPattern(String) - Method in class org.databene.model.data.SimpleTypeDescriptor
 
withSeparator(String) - Method in class org.databene.model.data.TypeDescriptor
 
withSource(String) - Method in class org.databene.model.data.TypeDescriptor
 
withTargetComponent(String) - Method in class org.databene.model.data.ReferenceDescriptor
 
withTargetType(String) - Method in class org.databene.model.data.ReferenceDescriptor
 
withTrueQuota(Double) - Method in class org.databene.model.data.SimpleTypeDescriptor
 
withUnique(boolean) - Method in class org.databene.model.data.InstanceDescriptor
 
withUri(String) - Method in class org.databene.model.data.SimpleTypeDescriptor
 
withValues(String) - Method in class org.databene.model.data.SimpleTypeDescriptor
 
wrap(boolean, Generator<?>...) - Static method in class org.databene.benerator.wrapper.CompositeStringGenerator
 
wrap(E) - Method in class org.databene.benerator.wrapper.ProductWrapper
 
wrap(E, boolean) - Method in class org.databene.benerator.wrapper.ProductWrapper
 
WrapperFactory - Class in org.databene.benerator.wrapper
Provides wrappers for number Generators that converts their products to a target Number type.
WrapperFactory() - Constructor for class org.databene.benerator.wrapper.WrapperFactory
 
WrapperProvider<E> - Class in org.databene.benerator.util
Provides a ThreadLocal implementation that wraps a ProductWrapper for reuse.
WrapperProvider() - Constructor for class org.databene.benerator.util.WrapperProvider
 
wrapWithProxy(Generator<T>, TypeDescriptor) - Static method in class org.databene.benerator.factory.DescriptorUtil
 
wrapWithProxy(Generator<T>, TypeDescriptor) - Static method in class org.databene.benerator.factory.VariableGeneratorFactory
 
wrapWithProxy(Generator<T>, boolean) - Static method in class org.databene.benerator.factory.VariableGeneratorFactory
 

X

XLS_FORMAT - Static variable in class org.databene.benerator.main.DBSnapshotTool
 
XLSArraySourceProvider - Class in org.databene.platform.xls
DataSourceProvider implementation which creates XLSSources.
XLSArraySourceProvider(boolean, Converter<?, ?>, String, String, boolean) - Constructor for class org.databene.platform.xls.XLSArraySourceProvider
 
XLSEntityExporter - Class in org.databene.platform.xls
Exports entities to Excel sheets.
XLSEntityExporter() - Constructor for class org.databene.platform.xls.XLSEntityExporter
 
XLSEntityExporter(String) - Constructor for class org.databene.platform.xls.XLSEntityExporter
 
XLSEntityIterator - Class in org.databene.platform.xls
Iterates an Excel sheet and maps its rows to Entity instances.
XLSEntityIterator(String) - Constructor for class org.databene.platform.xls.XLSEntityIterator
 
XLSEntityIterator(String, Converter<String, ?>, ComplexTypeDescriptor, String, boolean) - Constructor for class org.databene.platform.xls.XLSEntityIterator
 
XLSEntitySource - Class in org.databene.platform.xls
Implements an EntitySource that reads Entities from an Excel sheet.
XLSEntitySource(String, Converter<String, ?>, ComplexTypeDescriptor, String, boolean) - Constructor for class org.databene.platform.xls.XLSEntitySource
 
XLSEntitySourceProvider - Class in org.databene.platform.xls
DataSourceProvider implementation which creates XLS entity sources.
XLSEntitySourceProvider(ComplexTypeDescriptor, boolean, Converter<String, ?>) - Constructor for class org.databene.platform.xls.XLSEntitySourceProvider
 
XML_SCHEMA_PATH - Static variable in class org.databene.benerator.BeneratorFactory
 
XMLConsumerExpression - Class in org.databene.benerator.engine.expression.xml
Parses a Consumer specification in an XML element in a descriptor file.
XMLConsumerExpression(Element, boolean, ResourceManager) - Constructor for class org.databene.benerator.engine.expression.xml.XMLConsumerExpression
 
XmlCreator - Class in org.databene.benerator.main
Main class for generating XML files from the command line.
XmlCreator() - Constructor for class org.databene.benerator.main.XmlCreator
 
XmlDescriptorParser - Class in org.databene.benerator.parser.xml
Utility class for parsing benerator descriptors in XML format.
XMLEntityExporter - Class in org.databene.platform.xml
Writes Entities to an XML file.
XMLEntityExporter() - Constructor for class org.databene.platform.xml.XMLEntityExporter
 
XMLEntityExporter(String) - Constructor for class org.databene.platform.xml.XMLEntityExporter
 
XMLEntityExporter(String, String) - Constructor for class org.databene.platform.xml.XMLEntityExporter
 
XMLFileGenerator - Class in org.databene.benerator.file
Generates XML files.
XMLFileGenerator(String, String, String, String...) - Constructor for class org.databene.benerator.file.XMLFileGenerator
 
XMLNameNormalizer - Class in org.databene.benerator.engine
Normalizes XML-valid names to Java-valid camel-case names, e.g. default-script -> defaultScript.
XMLNameNormalizer() - Constructor for class org.databene.benerator.engine.XMLNameNormalizer
 
XMLNativeTypeDescriptorProvider - Class in org.databene.platform.xml
Provides descriptors for the simple types predefined in the XML Schema definition.
XMLNativeTypeDescriptorProvider(String, DataModel) - Constructor for class org.databene.platform.xml.XMLNativeTypeDescriptorProvider
 
XMLSchemaDescriptorProvider - Class in org.databene.platform.xml
Parses an XML schema file into a benerator metadata structure.
XMLSchemaDescriptorProvider(String, BeneratorContext) - Constructor for class org.databene.platform.xml.XMLSchemaDescriptorProvider
 

Y

yearGranularity - Variable in class org.databene.benerator.primitive.datetime.DayGenerator
 

_

__SIMPLE_CONTENT - Static variable in class org.databene.model.data.ComplexTypeDescriptor
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y _

Copyright © 2013. All Rights Reserved.