Removed OC4J support (including documentation references)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2012 the original author or authors.
|
||||
* Copyright 2002-2013 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -38,22 +38,14 @@ package org.springframework.jdbc.support.nativejdbc;
|
||||
* <p>SimpleNativeJdbcExtractor is a common choice for use with OracleLobHandler,
|
||||
* which just needs Connection unwrapping via the
|
||||
* {@link #getNativeConnectionFromStatement} method. This usage will work
|
||||
* with almost any connection pool. Known to work are, for example:
|
||||
* <ul>
|
||||
* <li>Caucho Resin 2.1.x, 3.0.x
|
||||
* <li>Sun Java System Application Server 8
|
||||
* <li>Oracle OC4J 9.0.3, 9.0.4
|
||||
* <li>C3P0 0.8.x
|
||||
* <li>Jakarta Commons DBCP 1.0, 1.1, 1.2 (used in Tomcat 4.1.x, 5.0.x)
|
||||
* <li>JBoss 3.2.x
|
||||
* </ul>
|
||||
* with almost any connection pool.
|
||||
*
|
||||
* <p>For full usage with JdbcTemplate, i.e. to also provide Statement unwrapping:
|
||||
* <ul>
|
||||
* <li>Use a default SimpleNativeJdbcExtractor for Resin and SJSAS (no JDBC
|
||||
* Statement objects are wrapped, therefore no special unwrapping is necessary).
|
||||
* <li>Use a SimpleNativeJdbcExtractor with all "nativeConnectionNecessaryForXxx"
|
||||
* flags set to "true" for OC4J and C3P0 (all JDBC Statement objects are wrapped,
|
||||
* flags set to "true" for C3P0 (all JDBC Statement objects are wrapped,
|
||||
* but none of the wrappers allow for unwrapping).
|
||||
* <li>Use a CommonsDbcpNativeJdbcExtractor for Jakarta Commons DBCP respectively
|
||||
* a JBossNativeJdbcExtractor for JBoss (all JDBC Statement objects are wrapped,
|
||||
|
||||
Reference in New Issue
Block a user