synchronoss / cpo-api

Class Persistence Object (CPO) Application Programming Interface (API).
GNU Lesser General Public License v2.1
3 stars 3 forks source link

Default to setObject and getObject on resultSets, CallableStatements, and PreparedStatements #58

Closed berryware closed 4 years ago

berryware commented 4 years ago

JDBC drivers support java classes outside the standard JDBC types. If the setter or getter of the java bean is a subclass of Object, and it does not have a jdbc mapping, then default to setObject and getObject.