Uses of Class
org.databene.benerator.engine.statement.AbstractStatement

Packages that use AbstractStatement
org.databene.benerator.engine   
org.databene.benerator.engine.statement   
 

Uses of AbstractStatement in org.databene.benerator.engine
 

Subclasses of AbstractStatement in org.databene.benerator.engine
 class BeneratorRootStatement
          The root Statement for executing descriptor file based data generation.
 

Uses of AbstractStatement in org.databene.benerator.engine.statement
 

Subclasses of AbstractStatement in org.databene.benerator.engine.statement
 class BeanStatement
          Task implementation that instantiates a JavaBean.
 class CascadeStatement
          Cascades the 'transcode' operation to all entities configured to be related to the currently transcoded entity.
 class CompositeStatement
          Combines other statements to a composite statement.
 class GenerateOrIterateStatement
          Creates a number of entities in parallel execution and a given page size.
 class RunTaskStatement
          Statement that executes a Task supporting paging and multithreading.
 class SequentialStatement
          Executes all sub statements sequentially.
 class TranscodeStatement
          Statement that transcodes a database table.
 class TranscodingTaskStatement
          Groups TranscodeStatements and provides common features like IdentityProvider and KeyMapper objects.
 



Copyright © 2013. All Rights Reserved.