Uses of Interface
org.apache.torque.generator.configuration.source.SourceSaxHandlerFactory
Packages that use SourceSaxHandlerFactory
Package
Description
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 SourceSaxHandlerFactoryModifier and TypeClassDescriptionclassA Factory which creates a SAX handler for file sources.classA Factory which creates a SAX handler for sources from JDBC Metadata.Methods in org.apache.torque.generator.configuration.source that return SourceSaxHandlerFactoryModifier and TypeMethodDescriptionSourceSaxHandlerFactories.getSourceSaxHandlerFactory(String type) Returns the SourceSaxHandlerFactory associated with the given type.Methods in org.apache.torque.generator.configuration.source with parameters of type SourceSaxHandlerFactoryModifier and TypeMethodDescriptionvoidSourceSaxHandlerFactories.register(SourceSaxHandlerFactory sourceSaxHandlerFactory) Registers a new SourcseSaxHandlerFactory.