Uses of Interface
org.databene.benerator.engine.ScopedLifeCycleHolder

Packages that use ScopedLifeCycleHolder
org.databene.benerator.composite   
org.databene.benerator.engine   
 

Uses of ScopedLifeCycleHolder in org.databene.benerator.composite
 

Subinterfaces of ScopedLifeCycleHolder 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 ScopedLifeCycleHolder
 class AbstractComponentBuilder<E>
          Helper class for simple definition of custom ComponentBuilders 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 ScopedLifeCycleHolder in org.databene.benerator.engine
 

Classes in org.databene.benerator.engine that implement ScopedLifeCycleHolder
 class AbstractScopedLifeCycleHolder
          Parent class for all generation components that can connect to the life cycle of a different component (thus defining a 'scope').
 



Copyright © 2013. All Rights Reserved.