Interface | Description |
---|---|
DataSourceConsumer |
Interface for entities that use data sources
|
Class | Description |
---|---|
AbstractDataSourceManager |
Abstract component to handle data source
|
AbstractDataSourceManager.DataSourceDefinition |
This class represents the definition of a data source
|
AbstractMyBatisDAO |
Interface to be implemented by any object that wishes to have
access to one or multiple SqlMapClient.
|
ConnectionHelper |
Helper component used to retrieve java.sql.Connection from pools
|
DataSourceClientInteraction |
Component gathering manipulation methods for SQL and LDAP data sources
|
DataSourceConsumerExtensionPoint |
This class is in charge to load and initialize the various
DataSourceConsumer |
LDAPDataSourceManager |
This component handles SQL data sources.
|
SQLDatabaseTypeValidator |
This validator validates that a type of SQL data sources is an authorized database type
|
SQLDataSourceManager |
This component handles SQL data sources.
|
Enum | Description |
---|---|
DataSourceClientInteraction.DataSourceType |
Enum for data source types
|
Exception | Description |
---|---|
UnknownDataSourceException |
Exception representing the absence of a data source
|