Previous Topic: Remove a ConnectorNext Topic: Compound Class for Multitable Support Example


Multitable Support for JDBC Connectors

A compound class is an unmanaged class that you can use as the data type of an attribute.

To provide support for multitable JDBC Connectors, you map an unmanaged class to an endpoint object and use the compound class as a new data type for an account class attribute.

This means that values from multiple columns from a table, rather than from a single column, can populate a single attribute value.

You can map compound classes like normal classes, except that a naming attribute is not required.

Note: For more information about compound types, see the Connector Programming Guide.