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

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

Uses of SequentialStatement in org.databene.benerator.engine
 

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

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

Subclasses of SequentialStatement 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 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.