Uses of Package
org.databene.benerator.engine.statement

Packages that use org.databene.benerator.engine.statement
org.databene.benerator.engine   
org.databene.benerator.engine.parser.xml   
org.databene.benerator.engine.statement   
 

Classes in org.databene.benerator.engine.statement used by org.databene.benerator.engine
AbstractStatement
          Abstract implementation of the Statement interface.
CompositeStatement
          Combines other statements to a composite statement.
GeneratorStatement
          Parent interface for Statements that make use of a GeneratorTask.
SequentialStatement
          Executes all sub statements sequentially.
 

Classes in org.databene.benerator.engine.statement used by org.databene.benerator.engine.parser.xml
BeanStatement
          Task implementation that instantiates a JavaBean.
BeepStatement
          Statement that emits a beep.
CommentStatement
          Parses a comment and logs its content to the category 'org.databene.COMMENT'.
DBSanityStatement
          Statement implementation that performs DB Sanity checks and raises an error in case of check violations.
DefineDatabaseStatement
          Executes a <database/> from an XML descriptor.
EchoStatement
          Prints out a message to the console.
ErrorStatement
          Statement implementation that raises a BeneratorError and provides a result code for the operating system.
EvaluateStatement
          Executes an <evaluate/> from an XML descriptor.
GenerateOrIterateStatement
          Creates a number of entities in parallel execution and a given page size.
ImportStatement
          Imports classes by package, class, domain and platform definition(s).
IncludeStatement
          Executes an <include/> from an XML descriptor file.
RunTaskStatement
          Statement that executes a Task supporting paging and multithreading.
 

Classes in org.databene.benerator.engine.statement used by org.databene.benerator.engine.statement
AbstractStatement
          Abstract implementation of the Statement interface.
CompositeStatement
          Combines other statements to a composite statement.
ConditionStatement
          CompositeStatement that holds a condition expression.
GeneratorStatement
          Parent interface for Statements that make use of a GeneratorTask.
SequentialStatement
          Executes all sub statements sequentially.
StatementProxy
          Proxy for a Statement.
TranscodingTaskStatement
          Groups TranscodeStatements and provides common features like IdentityProvider and KeyMapper objects.
 



Copyright © 2011. All Rights Reserved.