Database products enable you to directly store Java objects as column data in a database.
In such databases, Java classes are treated as datatypes, and you can declare a column with a Java class as its datatype.
SAP jConnect supports storing Java objects in a database by implementing the setObject methods defined in the PreparedStatement interface and the getObject methods defined in the CallableStatement and ResultSet interfaces. This allows you to use SAP jConnect with an application that uses native JDBC classes and methods to directly store and retrieve Java objects as column data.
SAP Adaptive Server version 12.0 and later, and SAP SQL Anywhere version 6.0.x and later can store Java objects in a table, with some limitations. See the SAP jConnect for JDBC Release Bulletin.