|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LifeCycleHolder | |
---|---|
org.databene.benerator.composite | |
org.databene.benerator.engine |
Uses of LifeCycleHolder in org.databene.benerator.composite |
---|
Subinterfaces of LifeCycleHolder in org.databene.benerator.composite | |
---|---|
interface |
ComponentBuilder<E>
Common interface for all component builders. |
interface |
GeneratorComponent<E>
Common parent interface for components that are used in composite data generation. |
Classes in org.databene.benerator.composite that implement LifeCycleHolder | |
---|---|
class |
AbstractComponentBuilder<E>
Helper class for simple definition of custom ComponentBuilder s which uses a Mutator
Created: 30.04.2010 09:34:42 |
class |
AbstractGeneratorComponent<E>
Abstract implementation of the GeneratorComponent interface which manages a source Generator and a Context reference. |
class |
AlternativeComponentBuilder<E>
Creates one component from an arbitrary choice of different available ones. |
class |
ArrayElementBuilder
ComponentBuilder implementation which builds array elements. |
class |
ComponentBuilderProxy<E>
Proxy class for a ComponentBuilder . |
class |
ConditionalComponentBuilder<E>
ComponentBuilder which executes only if a condition expression evaluates to 'true'. |
class |
MultiComponentBuilder<E>
Abstract parent class for all builders that relate to a group of components. |
class |
PlainEntityComponentBuilder
Builds a plain (atomic) component that is supposed to have a name. |
class |
Variable<E>
Wraps variable name and generator functionality. |
Uses of LifeCycleHolder in org.databene.benerator.engine |
---|
Subinterfaces of LifeCycleHolder in org.databene.benerator.engine | |
---|---|
interface |
ScopedLifeCycleHolder
Common interface of classes with a prepare method. |
Classes in org.databene.benerator.engine that implement LifeCycleHolder | |
---|---|
class |
AbstractScopedLifeCycleHolder
Parent class for all generation components that can connect to the life cycle of a different component (thus defining a 'scope'). |
class |
CurrentProductGeneration
Uses a Generator to create the currently processed object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |