issues
search
synchronoss
/
cpo-api
Class Persistence Object (CPO) Application Programming Interface (API).
GNU Lesser General Public License v2.1
3
stars
3
forks
source link
Updated CPO to be compliant with JDBC 4.3
#40
Closed
berryware
closed
4 years ago
berryware
commented
4 years ago
Added new JDBC Types
Added Java Types that JDBC will convert using setObject(index) and getObject(index, Class
)
Modified the ResultSet getters, PreparedStatementSetters and CallStatement getters and setters to use the new setObject and getObject facilities
Added a new method mapper type for the setObject and getObject facilities
Changed the exporter code to use the javaClass and not the dataClass as they can be different now.
Added a test to test the setObject and getObject