Uses of Interface
org.apache.torque.generator.configuration.source.SourceSaxHandlerFactory

Packages that use SourceSaxHandlerFactory
org.apache.torque.generator.configuration.source This package provides SAXhandlers for reading the source configuration snippets in the control file. 
 

Uses of SourceSaxHandlerFactory in org.apache.torque.generator.configuration.source
 

Classes in org.apache.torque.generator.configuration.source that implement SourceSaxHandlerFactory
 class FileSourceSaxHandlerFactory
          A Factory which creates a SAX handler for file sources.
 class JdbcMetadataSourceSaxHandlerFactory
          A Factory which creates a SAX handler for sources from JDBC Metadata.
 

Methods in org.apache.torque.generator.configuration.source that return SourceSaxHandlerFactory
 SourceSaxHandlerFactory SourceSaxHandlerFactories.getSourceSaxHandlerFactory(String type)
          Returns the SourceSaxHandlerFactory associated with the given type.
 

Methods in org.apache.torque.generator.configuration.source with parameters of type SourceSaxHandlerFactory
 void SourceSaxHandlerFactories.register(SourceSaxHandlerFactory sourceSaxHandlerFactory)
          Registers a new SourcseSaxHandlerFactory.
 



Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.