|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 TranscodeStatement s and provides common features like
IdentityProvider and KeyMapper objects. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |