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.
GenerateAndConsumeTask
          Task that creates one data set instance per run() invocation and sends it to the specified consumer.
GenerateOrIterateStatement
          Creates a number of entities in parallel execution and a given page size.
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'.
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.
GenerateAndConsumeTask
          Task that creates one data set instance per run() invocation and sends it to the specified consumer.
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.
MemStoreStatement
          Statement that instantiates a MemStore and registers it in the BeneratorContext.
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.
CascadeParent
          Interface for transcoding classes that can be parents of cascade operations.
CompositeStatement
          Combines other statements to a composite statement.
ConditionStatement
          CompositeStatement that holds a condition expression.
GenerateAndConsumeTask
          Task that creates one data set instance per run() invocation and sends it to the specified consumer.
MutatingTypeExpression
          Expression which changes an Entity's type.
SequentialStatement
          Executes all sub statements sequentially.
StatementProxy
          Proxy for a Statement.
TranscodingTaskStatement
          Groups TranscodeStatements and provides common features like IdentityProvider and KeyMapper objects.
 



Copyright © 2013. All Rights Reserved.