A.3.3. 基盤の Oracle Connection オブジェクトをリトリーブ
例A.9 Oracle Connection オブジェクト
Connection conn = myJBossDatasource.getConnection();
WrappedConnection wrappedConn = (WrappedConnection)conn;
Connection underlyingConn = wrappedConn.getUnderlyingConnection();
OracleConnection oracleConn = (OracleConnection)underlyingConn;