Package | Description |
---|---|
org.apache.torque.generator.configuration.source |
This package provides SAXhandlers for reading the source configuration
snippets in the control file.
|
Modifier and Type | Class and Description |
---|---|
class |
FileSourceSaxHandler
Reads file source definitions from the controller configuration file.
|
class |
JdbcMetadataSourceSaxHandler
Reads jdbc metadata source definitions from the controller configuration
file.
|
Modifier and Type | Method and 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.
|
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.