GENERATE_KEY

Handles a scenario in which the JDBCConnector generates a unique key.

Description

This property is used to correctly handle a scenario in which the JDBCConnector generates a unique key. The application specific business object passed to the JDBCConnector must be correctly set up so that the JDBCConnector knows how to generate the key. See the Adapter for JDBC User Guide for more information.
Possible values Usage
false (Default) The key used to create a record in the database is created from the attributes of the triggering business object specified in the configuration property OBJECT_KEY.
true A unique key is generated by the JDBCConnector, updated in the triggering business object, and passed back to the calling collaboration object.

Parent topic: Properties specific to this collaboration template