Uses of Interface
org.databene.benerator.engine.ResourceManager

Packages that use ResourceManager
org.databene.benerator The root package for the databene-generator library. 
org.databene.benerator.engine   
org.databene.benerator.engine.expression.xml   
org.databene.benerator.engine.parser.xml   
org.databene.benerator.engine.statement   
org.databene.platform.xml   
 

Uses of ResourceManager in org.databene.benerator
 

Methods in org.databene.benerator with parameters of type ResourceManager
abstract  BeneratorParseContext BeneratorFactory.createParseContext(ResourceManager resourceManager)
           
 

Uses of ResourceManager in org.databene.benerator.engine
 

Classes in org.databene.benerator.engine that implement ResourceManager
 class DescriptorRunner
          Parses and executes a benerator descriptor file.
 class ResourceManagerSupport
          Provides a standard implementation of the ResourceManager interface.
 

Methods in org.databene.benerator.engine with parameters of type ResourceManager
 BeneratorParseContext DefaultBeneratorFactory.createParseContext(ResourceManager resourceManager)
           
 

Constructors in org.databene.benerator.engine with parameters of type ResourceManager
BeneratorShutdownHook(ResourceManager resourceManager)
           
 

Uses of ResourceManager in org.databene.benerator.engine.expression.xml
 

Constructors in org.databene.benerator.engine.expression.xml with parameters of type ResourceManager
XMLConsumerExpression(org.w3c.dom.Element entityElement, boolean consumersExpected, ResourceManager resourceManager)
           
 

Uses of ResourceManager in org.databene.benerator.engine.parser.xml
 

Methods in org.databene.benerator.engine.parser.xml that return ResourceManager
 ResourceManager BeneratorParseContext.getResourceManager()
           
 

Methods in org.databene.benerator.engine.parser.xml with parameters of type ResourceManager
 BeneratorParseContext BeneratorParseContext.createSubContext(ResourceManager resourceManager)
           
 

Constructors in org.databene.benerator.engine.parser.xml with parameters of type ResourceManager
BeneratorParseContext(ResourceManager resourceManager)
           
 

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

Classes in org.databene.benerator.engine.statement that implement ResourceManager
 class GenerateAndConsumeTask
          Task that creates one data set instance per run() invocation and sends it to the specified consumer.
 

Methods in org.databene.benerator.engine.statement that return ResourceManager
 ResourceManager GenerateAndConsumeTask.getResourceManager()
           
 

Constructors in org.databene.benerator.engine.statement with parameters of type ResourceManager
BeanStatement(java.lang.String id, org.databene.script.Expression<?> constructionExpression, ResourceManager resourceManager)
           
DefineDatabaseStatement(org.databene.script.Expression<java.lang.String> id, org.databene.script.Expression<java.lang.String> environment, org.databene.script.Expression<java.lang.String> url, org.databene.script.Expression<java.lang.String> driver, org.databene.script.Expression<java.lang.String> user, org.databene.script.Expression<java.lang.String> password, org.databene.script.Expression<java.lang.String> catalog, org.databene.script.Expression<java.lang.String> schema, org.databene.script.Expression<java.lang.Boolean> metaCache, org.databene.script.Expression<java.lang.String> tableFilter, org.databene.script.Expression<java.lang.String> includeTables, org.databene.script.Expression<java.lang.String> excludeTables, org.databene.script.Expression<java.lang.Boolean> batch, org.databene.script.Expression<java.lang.Integer> fetchSize, org.databene.script.Expression<java.lang.Boolean> readOnly, org.databene.script.Expression<java.lang.Boolean> lazy, org.databene.script.Expression<java.lang.Boolean> acceptUnknownColumnTypes, ResourceManager resourceManager)
           
MemStoreStatement(java.lang.String id, ResourceManager resourceManager)
           
 

Uses of ResourceManager in org.databene.platform.xml
 

Classes in org.databene.platform.xml that implement ResourceManager
 class XMLSchemaDescriptorProvider
          Parses an XML schema file into a benerator metadata structure.
 



Copyright © 2013. All Rights Reserved.