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.

Reply via email to