Type of join between this table and the table implied by the join condition
Default Value
No Join Type will be configured
Allowed Values
many-to-one -
one-to-many -
one-to-one -
Multi-valued
No
Required
No
Admin Action Required
None
Advanced Property
No
Read-only
No
outer-join-required
Description
whether we should do an outer join or not
Default Value
true
Allowed Values
true
false
Multi-valued
No
Required
No
Admin Action Required
None
Advanced Property
No
Read-only
No
primary-key-field
Description
primary key field
Default Value
None
Allowed Values
A String
Multi-valued
Yes
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
No
Advanced Properties
db-schema-name
Description
Name of the RDBMS Schema
Default Value
Default db-schema is current user schema. This property need to be configured when we want to access table from different schema.
Allowed Values
A String
Multi-valued
No
Required
No
Admin Action Required
None
Advanced Property
Yes
Read-only
No
db-sequence-name
Description
This configuration parameter specifies the database sequence to generate primary key field value in case if the database does not support identity.
Default Value
None
Allowed Values
A String
Multi-valued
No
Required
No
Admin Action Required
None
Advanced Property
Yes
Read-only
No
primary-key-storability
Description
This configuration parameter decides whether the Primary Key of this table can contain user provided values. If set to "True", values can be inserted into this column by end-users. In case of auto-generated Primary Keys, set this parameter to "false"