Uses of Class
com.echothree.model.jooq.server.records.employee.LeaveReasonDescriptions
Packages that use LeaveReasonDescriptions
Package
Description
-
Uses of LeaveReasonDescriptions in com.echothree.model.jooq.server.keys.employee
Fields in com.echothree.model.jooq.server.keys.employee with type parameters of type LeaveReasonDescriptionsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<LeaveReasonDescriptions, Languages> EmployeeForeignKeys.LEAVE_REASON_DESCRIPTIONS_LANGUAGE_FKstatic final org.jooq.UniqueKey<LeaveReasonDescriptions> EmployeeUniqueKeys.LEAVE_REASON_DESCRIPTIONS_LEAVE_REASON_AND_LANGUAGE_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<LeaveReasonDescriptions, LeaveReasons> EmployeeForeignKeys.LEAVE_REASON_DESCRIPTIONS_LEAVE_REASON_FKstatic final org.jooq.UniqueKey<LeaveReasonDescriptions> EmployeeUniqueKeys.LEAVE_REASON_DESCRIPTIONS_PK -
Uses of LeaveReasonDescriptions in com.echothree.model.jooq.server.tables.employee
Fields in com.echothree.model.jooq.server.tables.employee with type parameters of type LeaveReasonDescriptionsModifier and TypeFieldDescriptionfinal org.jooq.TableField<LeaveReasonDescriptions, String> LeaveReasonDescriptions.DESCRIPTIONThe columnleavereasondescriptions.lvrsnd_description.final org.jooq.TableField<LeaveReasonDescriptions, Long> LeaveReasonDescriptions.FROM_TIMEThe columnleavereasondescriptions.lvrsnd_fromtime.final org.jooq.TableField<LeaveReasonDescriptions, LanguagePK> LeaveReasonDescriptions.LANGUAGEThe columnleavereasondescriptions.lvrsnd_lang_languageid.final org.jooq.TableField<LeaveReasonDescriptions, LeaveReasonPK> LeaveReasonDescriptions.LEAVE_REASONThe columnleavereasondescriptions.lvrsnd_lvrsn_leavereasonid.final org.jooq.TableField<LeaveReasonDescriptions, LeaveReasonDescriptionPK> LeaveReasonDescriptions.LEAVE_REASON_DESCRIPTIONThe columnleavereasondescriptions.lvrsnd_leavereasondescriptionid.final org.jooq.TableField<LeaveReasonDescriptions, Long> LeaveReasonDescriptions.THRU_TIMEThe columnleavereasondescriptions.lvrsnd_thrutime.Methods in com.echothree.model.jooq.server.tables.employee that return types with arguments of type LeaveReasonDescriptionsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<LeaveReasonDescriptions> LeaveReasonDescriptions.getPrimaryKey()LeaveReasonDescriptions.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<LeaveReasonDescriptions, ?>> LeaveReasonDescriptions.getReferences()List<org.jooq.UniqueKey<LeaveReasonDescriptions>> LeaveReasonDescriptions.getUniqueKeys()