|
Class Summary |
| JDBCAttributeStyleOpProcessor |
A dynamic JDBC connector driven by metadata which specifies all mapping
information for Account, Group and Connection (Endpoint) classes. |
| JDBCConnectionManager |
Simplistic connection manager wrapping a datasource and returning Connections. |
| JDBCExceptionMappingProxy |
Proxy that wraps the provided JDBCMetaConnector to the handle
mapping of DataAccessException hierarchy used by Spring
JDBC into the LdapNamingException hierarchy imposed on connectors
running inside the JCS. |
| JDBCMetaConnector |
A dynamic JDBC connector driven by metadata which specifies all mapping
information for Account, Group and Connection (Endpoint) classes. |
| JDBCMetaConnectorConfig |
Template of settings which can be applied to a connector, which can then
override settings. |
| JDBCMethodStyleOpProcessor |
Delegate that handles invocation of stored procedures, after the
framework has determined that the declared guard conditions match a
particular operation. |
| JDBCScriptStyleOpProcessor |
Executes SQL scripts generated by scripts via
MetaOpBindingsProxyHandler using configured
opbindings. |
| JDBCStoredProcedure |
Class representing stored procedure calls, which allows for changing
of the associated datasource without complete recreation being required. |
| JDBCTimeoutTemplate |
JdbcTemplate with support for timeout per Statement |
| NullValueClassConverter |
Deprecated. Use com.ca.jcs.converter.meta.NullValueClassConverter instead. |
| SQLWhereClauseFromLDAPFilterVisitor |
A filter visitor maps LDAP filter syntax to SQL "WHERE" clause syntax,
for instance
(& (objectClass="do.account") (name="jack*") (happy=*))
maps to ((name LIKE "JACK%") AND (happy NOT NULL)) on the
table "do.account. |