Generated by
JDiff

Class org.springframework.jdbc.support.lob.OracleLobHandler

Documentation changed from old to new.

Changed Methods
void initOracleDriverClasses(Connection) Documentation changed from old to new.
Retrieve the oracle.sql.BLOB and oracle.sql.CLOB classes via reflection, and initialize the values for the DURATION_SESSION, MODE_READWRITE and MODE_READONLY constants defined there.
void setCache(boolean) Documentation changed from old to new.
Set whether to cache the temporary LOB in the buffer cache.
void setNativeJdbcExtractor(NativeJdbcExtractor) Documentation changed from old to new.
Set an appropriate NativeJdbcExtractor to be able to retrieve the underlying native oracle.jdbc.OracleConnection.
void setReleaseResourcesAfterRead(boolean) Documentation changed from old to new.
Set whether to agressively release any resources used by the LOB.