Uses of Class
org.apache.torque.generator.configuration.source.SourceSaxHandler
-
Packages that use SourceSaxHandler Package Description org.apache.torque.generator.configuration.source This package provides SAXhandlers for reading the source configuration snippets in the control file. -
-
Uses of SourceSaxHandler in org.apache.torque.generator.configuration.source
Subclasses of SourceSaxHandler in org.apache.torque.generator.configuration.source Modifier and Type Class Description class
FileSourceSaxHandler
Reads file source definitions from the controller configuration file.class
JdbcMetadataSourceSaxHandler
Reads jdbc metadata source definitions from the controller configuration file.Methods in org.apache.torque.generator.configuration.source that return SourceSaxHandler Modifier and Type Method Description SourceSaxHandler
FileSourceSaxHandlerFactory. getSourceSaxHandler(ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers)
Returns a FileSourceSaxHandlers for reading the configuration of file sources.SourceSaxHandler
JdbcMetadataSourceSaxHandlerFactory. getSourceSaxHandler(ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers)
Returns a JdbcMetadataSourceSaxHandler for reading the configuration of JDBC metadata sources.SourceSaxHandler
SourceSaxHandlerFactory. getSourceSaxHandler(ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers)
Returns a SourceSaxHandler for reading the configuration of sources.
-