Changes between Version 4 and Version 5 of S3/S3Model/SuperEntities
- Timestamp:
- 11/01/10 23:35:40 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3Model/SuperEntities
v4 v5 6 6 7 7 Sometimes it is useful to share the same component among multiple resources. To realize this, S3XRC uses link tables - so-called ''Super-Entities''. 8 9 - ''code examples to follow...''10 8 11 9 [[Image(superentity.png)]] … … 19 17 Disadvantage of the link table method is that the link table needs to be updated whenever a primary resource record is created, updated or deleted. Thus, it is recommended to not use super-entities for resources where the extra load on write can give a serious performance problem (e.g. messages), or at least to keep the super-entity table lean and free of extra references. 20 18 19 - ''code examples to follow...'' 21 20 == API == 22 21