Name | Meta_Notify |
---|---|
Entity Type | External |
Description | Inter-Entity dependencies are described via the Meta_Notify table. |
Submodel | Meta |
Entity Scope | Meta |
Primary Key | Entity , Handle |
Natural Key | Entity , Handle |
Generalizations | |
Specializations |
Name | Value Domain | Property / Storage Unit | Description | Required / Default | Type |
---|---|---|---|---|---|
Entity | Meta_Entity |
|
Foreign Key to Meta_Entity | Yes |
VARCHAR2(25) |
Handle |
|
Tag used to identify the type of notification | Yes |
VARCHAR2(30) | |
Inverse |
|
Use this Inverse relationship from above types. | No |
VARCHAR2(30) | |
Link |
|
Alternatively uses this forward relationship from current Entity type. | No |
VARCHAR2(30) | |
Target |
|
Comma-separated list of other Attributes in this entity. Which types of entities should be notified? | No |
VARCHAR2(512) |
Link | To Entity | Description | Implementation Technique | Required |
---|---|---|---|---|
Entity | Meta_Entity | Foreign Key to Meta_Entity | Restrict | Yes |