You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Milosz Tylenda (JIRA)" <ji...@apache.org> on 2010/06/21 16:28:22 UTC

[jira] Created: (OPENJPA-1703) Add JDBC 4 methods to JDBC delegates

Add JDBC 4 methods to JDBC delegates
------------------------------------

                 Key: OPENJPA-1703
                 URL: https://issues.apache.org/jira/browse/OPENJPA-1703
             Project: OpenJPA
          Issue Type: Sub-task
          Components: jdbc
            Reporter: Milosz Tylenda
            Assignee: Milosz Tylenda
            Priority: Minor


Adding JDBC 4 methods to classes like DelegatingPreparedStatement and DelegatingConnection will allow OpenJPA using JDBC 4 features. Also, users who obtain a connection from OpenJPA will not be required to get "the innermost delegate" to call JDBC 4 methods on the connection.

Two other related tasks to be addressed here:
- Make some JDBC 3 calls real delegates instead of throwing UnsupportedOperationException.
- Replace reflected JDBC 3 calls with direct ones.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (OPENJPA-1703) Add JDBC 4 methods to JDBC delegates

Posted by "Milosz Tylenda (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-1703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Milosz Tylenda resolved OPENJPA-1703.
-------------------------------------

    Resolution: Duplicate

> Add JDBC 4 methods to JDBC delegates
> ------------------------------------
>
>                 Key: OPENJPA-1703
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1703
>             Project: OpenJPA
>          Issue Type: Sub-task
>          Components: jdbc
>            Reporter: Milosz Tylenda
>            Assignee: Milosz Tylenda
>            Priority: Minor
>
> Adding JDBC 4 methods to classes like DelegatingPreparedStatement and DelegatingConnection will allow OpenJPA using JDBC 4 features. Also, users who obtain a connection from OpenJPA will not be required to get "the innermost delegate" to call JDBC 4 methods on the connection.
> Two other related tasks to be addressed here:
> - Make some JDBC 3 calls real delegates instead of throwing UnsupportedOperationException.
> - Replace reflected JDBC 3 calls with direct ones.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.