Table Description
Datastore Entity Role: Stores relationships between Datastore Entity records. Used to store parent child relationships between Datastore entities.
Model Details
Location in Model: Logical View::MetaModel::Curam::Datastore::Entity::DatastoreEntityRole::DatastoreEntityRole
Controlling File: Datastore\model\Packages\Entity_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
LAST_UPDATED_FIELDyes
Attributes (3)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
entityRoleIDkeynoUnique identifier for the record.DATASTORE_UID SVR_INT64
roleAdetails Holds the ID of a Datastore Entity record where it is the parent of the entity referenced in the roleB attribute.DATASTORE_UID SVR_INT64
roleBdetails Holds the ID of a Datastore Entity record where it is the child of the entity referenced in the roleA attribute.DATASTORE_UID SVR_INT64
Indices (2)
Index NameAttributes
DatastoreEntityRoleIndex1roleA, roleB
DatastoreEntityRoleIndex2roleB, roleA
Operations (6)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: entityRoleID
AUTO_ID_KEY: DATASTORE
Standard Operation 
readread Standard Operation 
removeremove Standard Operation 
searchRoleAreadmultiORDER_BY: roleA, roleB
  
searchRoleBreadmultiORDER_BY: roleA, roleB
  
searchChildEntitiesnsmulti  SQL
Related Pages (0)