RecruitingJobRequisitionsskills
RecruitingJobRequisitionsskills
Columns
| Name | Type | Description |
| RecruitingJobRequisitionsRequisitionId [KEY] | Long | Finds recruiting job requisitions using findByRequisitionNumber and RequisitionNumber |
| SkillId [KEY] | Long | ID of the skill in recruiting job requisitions. |
| MinimumYearsOfExperience | Long | Minimum years of experience of the skill in recruiting job requisitions. |
| Importance | Long | Importance value of the skill in recruiting job requisitions. |
| RequiredFlag | Bool | Indicates whether the skill is required in recruiting job requisitions. |
| Skills | String | Name of the skill in recruiting job requisitions. |
| SectionId | Long | ID of the section which the skill is part of in recruiting job requisitions. |
| SectionName | String | Name of the section which the skill is part of in recruiting job requisitions. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| RequisitionId | Long | RequisitionId |
| RequisitionNumber | String | RequisitionNumber |
| Finder | String | finder |