Uses of Class
com.echothree.model.jooq.server.records.employee.LeaveDetails
Packages that use LeaveDetails
Package
Description
-
Uses of LeaveDetails in com.echothree.model.jooq.server.keys.employee
Fields in com.echothree.model.jooq.server.keys.employee with type parameters of type LeaveDetailsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<LeaveDetails, Parties> EmployeeForeignKeys.LEAVE_DETAILS_COMPANY_PARTY_FKstatic final org.jooq.UniqueKey<LeaveDetails> EmployeeUniqueKeys.LEAVE_DETAILS_LEAVE_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<LeaveDetails, Leaves> EmployeeForeignKeys.LEAVE_DETAILS_LEAVE_FKstatic final org.jooq.UniqueKey<LeaveDetails> EmployeeUniqueKeys.LEAVE_DETAILS_LEAVE_NAME_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<LeaveDetails, LeaveReasons> EmployeeForeignKeys.LEAVE_DETAILS_LEAVE_REASON_FKstatic final org.jooq.ForeignKey<LeaveDetails, LeaveTypes> EmployeeForeignKeys.LEAVE_DETAILS_LEAVE_TYPE_FKstatic final org.jooq.ForeignKey<LeaveDetails, Parties> EmployeeForeignKeys.LEAVE_DETAILS_PARTY_FKstatic final org.jooq.UniqueKey<LeaveDetails> EmployeeUniqueKeys.LEAVE_DETAILS_PKstatic final org.jooq.ForeignKey<Leaves, LeaveDetails> EmployeeForeignKeys.LEAVES_ACTIVE_DETAIL_FKstatic final org.jooq.ForeignKey<Leaves, LeaveDetails> EmployeeForeignKeys.LEAVES_LAST_DETAIL_FK -
Uses of LeaveDetails in com.echothree.model.jooq.server.tables.employee
Fields in com.echothree.model.jooq.server.tables.employee with type parameters of type LeaveDetailsModifier and TypeFieldDescriptionfinal org.jooq.TableField<LeaveDetails, PartyPK> LeaveDetails.COMPANY_PARTYThe columnleavedetails.lvdt_companypartyid.final org.jooq.TableField<LeaveDetails, Long> LeaveDetails.END_TIMEThe columnleavedetails.lvdt_endtime.final org.jooq.TableField<LeaveDetails, Long> LeaveDetails.FROM_TIMEThe columnleavedetails.lvdt_fromtime.final org.jooq.TableField<LeaveDetails, LeavePK> LeaveDetails.LEAVEThe columnleavedetails.lvdt_lv_leaveid.final org.jooq.TableField<LeaveDetails, LeaveDetailPK> LeaveDetails.LEAVE_DETAILThe columnleavedetails.lvdt_leavedetailid.final org.jooq.TableField<LeaveDetails, String> LeaveDetails.LEAVE_NAMEThe columnleavedetails.lvdt_leavename.final org.jooq.TableField<LeaveDetails, LeaveReasonPK> LeaveDetails.LEAVE_REASONThe columnleavedetails.lvdt_lvrsn_leavereasonid.final org.jooq.TableField<LeaveDetails, LeaveTypePK> LeaveDetails.LEAVE_TYPEThe columnleavedetails.lvdt_lvtyp_leavetypeid.final org.jooq.TableField<LeaveDetails, PartyPK> LeaveDetails.PARTYThe columnleavedetails.lvdt_par_partyid.final org.jooq.TableField<LeaveDetails, Long> LeaveDetails.START_TIMEThe columnleavedetails.lvdt_starttime.final org.jooq.TableField<LeaveDetails, Long> LeaveDetails.THRU_TIMEThe columnleavedetails.lvdt_thrutime.final org.jooq.TableField<LeaveDetails, Long> LeaveDetails.TOTAL_TIMEThe columnleavedetails.lvdt_totaltime.Methods in com.echothree.model.jooq.server.tables.employee that return types with arguments of type LeaveDetailsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<LeaveDetails> LeaveDetails.getPrimaryKey()LeaveDetails.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<LeaveDetails, ?>> LeaveDetails.getReferences()List<org.jooq.UniqueKey<LeaveDetails>> LeaveDetails.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.employee with type arguments of type LeaveDetailsModifierConstructorDescriptionLeaveDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, LeaveDetails> childPath, org.jooq.InverseForeignKey<O, LeaveDetails> parentPath) LeaveDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, LeaveDetails> childPath, org.jooq.InverseForeignKey<O, LeaveDetails> parentPath) LeaveDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, LeaveDetails> childPath, org.jooq.InverseForeignKey<O, LeaveDetails> parentPath) LeaveDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, LeaveDetails> childPath, org.jooq.InverseForeignKey<O, LeaveDetails> parentPath)