org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter An adapter for a target ConnectionFacory, applying the given ConnectionSpec to every standard <code>getConnection()</code> call, that is, implicitly invoking <code>getConnection(ConnectionSpec)</code> on the target. All other methods simply delegate to the corresponding met ...