matchOption property
The match type for the foreign key (e.g., SIMPLE
, FULL
, PARTIAL
).
Typically SIMPLE
for most use cases.
Implementation
final String matchOption;
The match type for the foreign key (e.g., SIMPLE
, FULL
, PARTIAL
).
Typically SIMPLE
for most use cases.
final String matchOption;