Uses of Interface
org.apache.torque.generator.configuration.source.SourceSaxHandlerFactory
-
Packages that use SourceSaxHandlerFactory Package Description 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 Modifier and Type Class Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description void
SourceSaxHandlerFactories. register(SourceSaxHandlerFactory sourceSaxHandlerFactory)
Registers a new SourcseSaxHandlerFactory.
-