- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi @abhiseks1679239,
cardinality 1-N is created by default always. In order to create 1-1 relation add the following: revCardinality="single"
If you want to create ref. integrity consider this:
integrity (optional): referential integrity of the occurrence of the source table to the occurrence of the target table. Possible values are as follows:
- define : it is possible to delete the source occurrence if it is no longer referenced by a target occurrence,
- normal : deleting the source occurrence initializes the keys of the link to the target occurrence (default mode), this type of integrity initializes all foreign keys,
- own : deleting the source occurrence leads to the deletion of the target occurrence,
- owncopy : the same as own (in case of deletion) or duplicates the occurrences (in case of duplication),
- neutral : does nothing.
Regards,
Milan
Views
Replies
0 Likes
Total Likes