Table Description
Advice Context Key: Holds the advice context key. The advice context key makes up part of the context associated to an advice configuration.

Example

Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Model Details
Location in Model: Logical View::MetaModel::Curam::Advisor::Entity::AdviceContextKey::AdviceContextKey
Controlling File: Advisor\model\Packages\Entity\AdviceContextKey\AdviceContextKey.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (7)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
adviceContextKeyIDkeyno INTERNAL_ID SVR_INT64
namedetails  ADVICE_CONTEXT_KEY_NAME SVR_STRING<100>
adviceContextConfigurationIDdetailsno INTERNAL_ID SVR_INT64
typedetails  ADVICE_CONTEXT_KEY_TYPEAdviceContextKeyTypeSVR_STRING<10>
createdBydetailsyes USER_NAME SVR_STRING<64>
startDatedetails  CURAM_DATE SVR_DATE
endDatedetails  CURAM_DATE SVR_DATE
Foreign Keys (3)
ChildParent
AdviceContextKey.adviceContextConfigurationIDAdviceContextConfiguration.adviceContextConfigurationID
AdviceContextKey.createdByUsers.userName
ConfigurationParameter.adviceContextKeyIDAdviceContextKey.adviceContextKeyID
Indices (3)
Index NameAttributes
IdxAdviceContextKeyConfigadviceContextConfigurationID
IdxAdviceContextKeyNamename
IND_175237960createdBy
Operations (8)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: adviceContextKeyID
AUTO_ID_KEY: ADVCTXKEY
Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
readread Standard Operation 
removeremove Standard Operation 
searchByAdviceContextConfigurationreadmulti   
readByAdviceContextKeyNamensread   
insertAdviceContextKeynsinsert Inserts record to AdviceContextKey entity. This method expects AdviceContextKeyID to be set by the caller. If not set it delegates the call to insert() which is modeled to auto generate primary key field AdviceContextKeyID. It is preferred to call insertAdviceContextKey() only in a scenario where caller wants to set the value of primary key by itself.  
searchByNamereadmulti   
Related Pages (24)