Table Description
Religion Characteristic: This entity defines the religion to be practiced by the client in order for the client to be placed in a compartment.

This entity defines the religion to be practiced by the client in order for the client to be placed in a compartment.

Example

An example if 'Sikihism' is selected only those clients practicing that religion can be placed in the compartment.

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::CPM::Service Layer::Place Management::ReligionCharacteristic::Entity::ReligionCharacteristic
Controlling File: CPM\model\Packages\Service Layer\Place Mangement\Religion Characteristic\ReligionCharacteristic_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (3)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
religionCharacteristicIDkeynoThe unique system generated identifier for the Religion Characteristic record.INTERNAL_ID SVR_INT64
characteristicIDdetailsnoThe unique system generated identifier for the Characteristic record of a compartment.INTERNAL_ID SVR_INT64
religiondetails This attribute is used to define the rules that apply to placements within a compartment with regard to the religion of the client.RELIGIONPlacementReligionSVR_STRING<10>
Foreign Keys (1)
ChildParent
ReligionCharacteristic.characteristicIDPlacementCharacteristic.characteristicID
Indices (1)
Index NameAttributes
ReligionCharacteristicIndex1characteristicID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
readread Reads a row of data from ReligionCharacteristic table.  
modifymodifyOPTIMISTIC_LOCKING: yes
Modifies an existing row on ReligionCharacteristic table.  
insertinsertAUTO_ID: religionCharacteristicID
Creates a new row on ReligionCharacteristic table.  
removeremove Removes an existing row from ReligionCharacteristic table.  
searchReligionByCharacteristicreadmulti Searches for all the Religions for a specific PlacementCharacteristic. 
Related Pages (8)