/**
*
* This package contains Spring's support for the Common Client Interface (CCI),
* as defined by the J2EE Connector Architecture. It is conceptually similar
* to the <code>org.springframework.jdbc</code> package, providing the same
* levels of data access abstraction.
*
*/
package org.springframework.jca.cci;
|