Package org.apache.torque.generator.configuration.source

This package provides SAXhandlers for reading the source configuration snippets in the control file.

See:
          Description

Interface Summary
SourceSaxHandlerFactory Classes implementing this interface are responsible for creating SourceSaxHandlers for a specific source type.
 

Class Summary
EntityReferences Resolves system Ids for schema files to the schema file content.
EntityReferenceSaxHandler Reads an entity reference from the controller configuration file.
FileSourceSaxHandler Reads file source definitions from the controller configuration file.
FileSourceSaxHandlerFactory A Factory which creates a SAX handler for file sources.
JdbcMetadataSourceSaxHandler Reads jdbc metadata source definitions from the controller configuration file.
JdbcMetadataSourceSaxHandlerFactory A Factory which creates a SAX handler for sources from JDBC Metadata.
SourceConfigurationTags Contains tag and attribute names for the Source configuration.
SourceSaxHandler A base class for reading source definitions from the controller configuration file.
SourceSaxHandlerFactories A registry of SourceSaxHandlerFactories.
SourceTransformerSaxHandler Reads a source transformer from the controller configuration file.
 

Package org.apache.torque.generator.configuration.source Description

This package provides SAXhandlers for reading the source configuration snippets in the control file.



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