|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
BeneratorSubContext
interface.ComponentBuilder
s which uses a Mutator
Created: 30.04.2010 09:34:42DatasetBasedGenerator
interface.Entity
.EntitySource
to be used as parent class for custom implementations.Generator
implementation which holds a state and state management methods.PathResolver
interface.Generator
s.Task
tests.WeightFunction
interface.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'.Address
objects.ComponentBuilder
implementation which builds array elements.ArrayTypeDescriptor
.Generator
s.Number
products of another Generator
to BigDecimal
.Number
products of another Generator
to BigInteger
.Number
products of another Generator
to Byte
.Number
products of another Generator
to Float
.Number
products of another Generator
to Integer
.Generator
available as NonNullGenerator
.Number
products of another Generator
to Short
.Generator
and converts its products to String
s.DatasetBasedGenerator
implementation which bases on an atomic dataset.IndividualWeight
implementation that weighs objects individually.Consumer
proxy that forwards data to 'real consumer' and if the real consumer
raises an error, forwards the data to a 'bad data consumer'.BankAccount
s with low validity requirements.BankAccount
.BankAccount
s with low validity requirements.Task
implementation that instantiates a JavaBean.Statement
that emits a beep.ParseContext
implementation for Benerator.Statement
for executing descriptor file based data generation.Script
implementation for BeneratorScript.ScriptFactory
implementation for BeneratorScript.Date
objects for a person's birth day.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.City
objects.Generator.close()
ComponentDescriptor
s.ComponentBuilder
s.ComponentBuilder
.ComplexTypeDescriptor
.DatasetBasedGenerator
implementation which bases on a composite dataset.Generator
implementation that makes use of other ContextAware
objects by which its threading support is influenced.Task
that wrap several other Tasks.Generator
implementation that wraps several String generators
and concatenates their results to a composite String
.ComponentBuilder
which executes only if a condition expression evaluates to 'true'.CompositeStatement
that holds a condition expression.Invoker
implementation which calls the Consumer.startConsuming(ProductWrapper)
method with the provided argument.Consumer
interface to be used for testing.Consumer
s that serve as proxy to other Consumers.Statement
that consumes the current entity of a GeneratorContext
using a Consumer
.Context
.Statement
that uses a Converter
to convert the current product.GeneratorFactory
implementation which creates data sets
that cover the full range of available data and combinations.Source
annotation
and initializes them with a value from the referred source object
Object
arrays.
DataSourceProvider
which creates array Iterable
s for CSV files.Entity
data from CSV files.EntitySource
implementation which creates Iterable
s that iterate through CSV files.Sequence
implementation for an efficient bell-like distribution.Distribution
implementation which uses the inverse of a probability function integral
for efficiently generating numbers with a given probability distribution.CumulativeDistributionFunction
.Generator
to create the currently processed object.Date
objects that represent the current time.Generator
s
which can generate data with and for dedicated sub sets.Dataset
s.Generator
implementation which reads and forwards data from a DataSource
.Iterable
s for iterating through data sources.Date
s by their day of week.Long
values with a HiLo strategy using a database sequence for the Hi values.Long
values from a database sequence.Converter
that quantizes Number
s by a given 'min' value and
'granularity' and converts it into a BigDecimal
.BeneratorContext
.BeneratorFactory
class.BeneratorContext
.DBSystem
class.BeneratorContext
.PathResolver
interface which returns the URI as it is.PlatformDescriptor
interface.DefaultsProvider
to use for testing.Locale
-specific CSV file.Distribution
to use when generating data for the
annotated element.DynamicLongGenerator
,
but generates maxFallback
values, if max
is set to null
.Generator
implementation that generates Long
numbers,
redefining the underlying distribution on each reset()
by
evaluating the min
, max
, granularity
,
distribution
and unique
values.FolderLayout
for Eclipse.Statement
implementation that does not do anything, sometimes useful for testing.ComplexTypeDescriptor
.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
.GeneratorFactory
implementation which creates minimal data sets for
Equivalence Partitioning
and Boundary-value analysis Tests.Generator
which generates String
s by first generating a part and a part count
and the repeating the part the generated number of times.onError
attribute in an XML descriptor element.ErrorStatement
.Statement
implementation that raises a BeneratorError
and provides a result code
for the operating system.GeneratorProxy
implementation that supports distribution of unlimited data volumes
(provided by a source generator) in a unique or non-unique manner.Sequence
implementation that makes use of Benerator's ExpandGeneratorProxy
for distributing data of unlimited volume in a unique or non-unique manner.Expression
on each call to ExpressionBasedGenerator.generate(ProductWrapper)
and returns its results.GeneratorFactory
to use for testing.Sequence
-based implementation of the
Fibonacci SequenceEntitySource
s that import entities from files.File
objects which represent files and/or directories in a parent directory.Iterable
proxy which creates Iterator
s that filter their output with a (boolean) filter expression.Iterator
proxy which filters its source's output with a (boolean) filter expression.FixedWidthEntityExporter
FixedWidthEntitySource
Double
or Float
)
to be min
plus an integral multiple of granularity
.StorageSystem.store(Entity)
d, is send to the target system.
Gender
enumeration value to a configurable String.Gender
objects.ProductWrapper
instance provided as argument.
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.
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
GeneratorComponent
s. - GeneratorComponentFactory() -
Constructor for class org.databene.benerator.factory.GeneratorComponentFactory
-
- GeneratorContext - Interface in org.databene.benerator
- Provides configuration and variable space for
Generator
s. - 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
-
CompositeStatement
that executes it parts
only if a condition is matched.IndividualWeight
distribution to an AbstractWeightFunction
and uses its capabilities
for providing distribution features based on the IndividualWeight
's characteristics.Byte
, Short
, Integer
, Long
)
to be min
plus an integral multiple of granularity
.true
to indicate parallelization support,
but may be overwritten by child classes.
true
to indicate thread-safety and may not be overwritten by child classes.
Iterable
.Consumer
implementation that maps input data to parameters
and invokes a method on a Java object with them.LanguageResourceBundle
class.LanguageResourceBundle
class.Generator
, examines its generated ProductWrapper
s 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.Generator
, finds out which is the last generated object and tags that with "last"="true".Statement
implementation that evaluates an Expression
which returns a Task and executes the returned Task.ComplexTypeDescriptor
that reads its components from a database table.Generator
s that generate objects of a variable length.LifeCycleHolder.init(BeneratorContext)
, Resettable.reset()
and Closeable.close()
.Consumer
implementation that stores all consumed objects in a List
.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)".Generator
that behaves like a database sequence.Consumer
that logs the entities that it receives at info level.Sequence
implementations
that are based on a Long-value generator (Generator<Long>).Generator
s that generate Long values.Consumer
which maps attribute names of the entities.FolderLayout
.DefaultsProvider
implementation which provides mean defaults
for provoking errors in functional testing.Statement
that instantiates a MemStore
and registers it in the BeneratorContext
.MetaGeneratorFactory
implementations.DataModel
.Expression
which changes an Entity
's type.DataIterator
interface.Consumer
implementation which does nothing.Converter
implementation that transforms numbers
inducing relative or absolute numerical noise based on a Distribution
.Consumer
proxy that prevents its delegate from being closed.Generator
proxy that prevents its delegate from being closed.Generator
interface which declares a NonNullGenerator.generate()
method as in Benerator versions before 0.7.GeneratorProxy
implementation which implements the NonNullGenerator
interface and
supports its implementors as source Generator
.GeneratorWrapper
for NonNullGenerator
s.Noun
s of a given Locale
.GeneratorProxy
implementation which injects a given quota of null values in the
original generator's results.null
values to produce when generating data for the annotated element.Generator
implementation which wraps a source Generator
but generates a null value before forwarding the products of the source.Generator
proxy which hides the first products of its source generator.Sequence
-based implementation of the
Padovan SequenceDatabase
and @Bean
annotations attached to a class,
initializes the related objects and puts them into the BeneratorContext
Consumer
implementation that calls a ContiPerf PerfTrackingConsumer
.Task
and tracks its execution times.Person
objects.Person
beans.Country
.Validator
that verifies postal codes.Generator
class for use by the LiteralSequence
.Generator
class.Bean
.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.Long
values based on a database query.BigDecimal
s with a uniform distribution.BigInteger
with a uniform distribution.Integer
values with a uniform distribution.Sequence
implementation that creates generators with a random uniform distribution.String
s composed of numerical digits.Sequence
implementation that supports a variable step width.ComplexTypeDescriptor
).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.Resettable.reset()
ResourceManager
interface.ResultSet
to a Benerator Entity
.Statement
that executes a Task
supporting paging and multithreading.Object
s based on a Script.Generator
implementation which creates names of industry sectors.Sequence
.Sequence
s.GeneratorFactory
implementation which provides
serial value generation and parallel combinations.Locale
of which letters are taken
FixedWidthEntitySource.setColumns(String)
XMLElementParser
implementation for parsing a Benerator descriptor file's root XML element.increment
value; when max
is reached, it
repeats the procedure starting by min+granularity, later min+2*granularity and so on.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.Generator
which takes one or more products from a source generator and wraps them with a Collection
.Distribution
to use when generating data for the annotated element
Created: 02.05.2010 19:01:02Generator
proxy that combines a 'source' entity generator
with variable support and ComponentBuilders.Generator
s.Statement
.Statement
processing.available
.GeneratorFactory
implementation that generates docile data in order to avoid functional failures
and combines them randomly and repetitively for generating large data volumes.StorageSystem
.Consumer
implementation that inserts entities into database tables.Consumer
implementation that updates database rows.Distribution
spec,
supporting the predefined sequences, like 'random' and 'cumulated'.String
Generator
which offers a wide range of options for generating strings.Expression
that resolves a script as String
.Generator
implementations.TaskProxy
implementation that add thread-safety to an unsafe
Task
by synchronizing the method Task.execute(Context, ErrorHandler)
.GenerateAndConsumeTask
with a Generator
interface.Task
executor.Invoker
implementation that calls Task.execute(Context, ErrorHandler)
.Task
s.String
s.NonNullGenerator
implementation which declares thread safety.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.Statement
that transcodes a database table.TranscodeStatement
s and provides common features like
IdentityProvider
and KeyMapper
objects.Expression
implementation that evaluates a script.Generator
s that are neither thread-safe nor parallelizable.Generator
implementations that
create method parameters as Object
arrays.NonNullGenerator
implementation which declares that it is neither thread-safe nor parallelizable.UUID.randomUUID()
.Statement
using a Validator
to check if the current object is valid.Generator
s for <variable>s.NonNullGenerator
s that can
generate a String of a requested length.Sequence
implementation that creates Number Generator
with a wedge distribution.Generator
with a WeightedGenerator
interface
requiring an explicit weight setting.Generator
s that are based on weights.Dataset
.DatasetBasedGenerator
s that have a weight to be considered when combining Generators.Generator
s that have a weight to be considered when combining Generators.Generator
that wraps several other 'source generators' and assigns a weight to each one.Generator
s that converts
their products to a target Number
type.ThreadLocal
implementation that wraps a ProductWrapper
for reuse.DataSourceProvider
implementation which creates XLSSource
s.Entity
instances.EntitySource
that reads Entities from an Excel sheet.DataSourceProvider
implementation which creates XLS entity sources.Consumer
specification in an XML element in a descriptor file.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |