Changes between Version 4 and Version 5 of S3/S3Model/SuperEntities


Ignore:
Timestamp:
11/01/10 23:35:40 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3Model/SuperEntities

    v4 v5  
    66
    77Sometimes 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...''
    108
    119[[Image(superentity.png)]]
     
    1917Disadvantage 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.
    2018
     19  - ''code examples to follow...''
    2120== API ==
    2221