Details
-
Sub-task
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
None
-
None
-
None
Description
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.
Attachments
Issue Links
- duplicates
-
OPENJPA-6 OpenJPA doesn't meaningfully implement JDBC3, JDBC4 methods in its delegates
- Closed