Public Member Functions | |
| Connection | getNativeConnection (Connection con) throws SQLException |
Static Public Member Functions | |
| static Connection | getRawConnection (Connection con) |
Based on Sloan Seaman's version (http://community.jboss.org/wiki/MappingOracleXmlTypetoDocument), which in turn is based upon Spring Frameworks C3P0NativeJdbcExtractor by Juergen Hoeller.
| Connection alma::hibernate::util::JdbcNativeExtractor::getNativeConnection | ( | Connection | con | ) | throws SQLException [inline] |
Retrieve the Connection via C3P0's rawConnectionOperation API, using the getRawConnection as callback to get access to the raw Connection (which is otherwise not directly supported by C3P0).
Referenced by alma::hibernate::util::HibernateXmlType::nullSafeSet().
| static Connection alma::hibernate::util::JdbcNativeExtractor::getRawConnection | ( | Connection | con | ) | [inline, static] |
1.6.2