Uses of Class
com.echothree.model.jooq.server.records.employee.EmploymentDetails
Packages that use EmploymentDetails
Package
Description
-
Uses of EmploymentDetails in com.echothree.model.jooq.server.keys.employee
Fields in com.echothree.model.jooq.server.keys.employee with type parameters of type EmploymentDetailsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<EmploymentDetails, Parties> EmployeeForeignKeys.EMPLOYMENT_DETAILS_COMPANY_PARTY_FKstatic final org.jooq.UniqueKey<EmploymentDetails> EmployeeUniqueKeys.EMPLOYMENT_DETAILS_EMPLOYMENT_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<EmploymentDetails, Employments> EmployeeForeignKeys.EMPLOYMENT_DETAILS_EMPLOYMENT_FKstatic final org.jooq.UniqueKey<EmploymentDetails> EmployeeUniqueKeys.EMPLOYMENT_DETAILS_EMPLOYMENT_NAME_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<EmploymentDetails, Parties> EmployeeForeignKeys.EMPLOYMENT_DETAILS_PARTY_FKstatic final org.jooq.UniqueKey<EmploymentDetails> EmployeeUniqueKeys.EMPLOYMENT_DETAILS_PKstatic final org.jooq.ForeignKey<EmploymentDetails, TerminationReasons> EmployeeForeignKeys.EMPLOYMENT_DETAILS_TERMINATION_REASON_FKstatic final org.jooq.ForeignKey<EmploymentDetails, TerminationTypes> EmployeeForeignKeys.EMPLOYMENT_DETAILS_TERMINATION_TYPE_FKstatic final org.jooq.ForeignKey<Employments, EmploymentDetails> EmployeeForeignKeys.EMPLOYMENTS_ACTIVE_DETAIL_FKstatic final org.jooq.ForeignKey<Employments, EmploymentDetails> EmployeeForeignKeys.EMPLOYMENTS_LAST_DETAIL_FK -
Uses of EmploymentDetails in com.echothree.model.jooq.server.tables.employee
Fields in com.echothree.model.jooq.server.tables.employee with type parameters of type EmploymentDetailsModifier and TypeFieldDescriptionfinal org.jooq.TableField<EmploymentDetails, PartyPK> EmploymentDetails.COMPANY_PARTYThe columnemploymentdetails.empmntdt_companypartyid.final org.jooq.TableField<EmploymentDetails, EmploymentPK> EmploymentDetails.EMPLOYMENTThe columnemploymentdetails.empmntdt_empmnt_employmentid.final org.jooq.TableField<EmploymentDetails, EmploymentDetailPK> EmploymentDetails.EMPLOYMENT_DETAILThe columnemploymentdetails.empmntdt_employmentdetailid.final org.jooq.TableField<EmploymentDetails, String> EmploymentDetails.EMPLOYMENT_NAMEThe columnemploymentdetails.empmntdt_employmentname.final org.jooq.TableField<EmploymentDetails, Long> EmploymentDetails.END_TIMEThe columnemploymentdetails.empmntdt_endtime.final org.jooq.TableField<EmploymentDetails, Long> EmploymentDetails.FROM_TIMEThe columnemploymentdetails.empmntdt_fromtime.final org.jooq.TableField<EmploymentDetails, PartyPK> EmploymentDetails.PARTYThe columnemploymentdetails.empmntdt_par_partyid.final org.jooq.TableField<EmploymentDetails, Long> EmploymentDetails.START_TIMEThe columnemploymentdetails.empmntdt_starttime.final org.jooq.TableField<EmploymentDetails, TerminationReasonPK> EmploymentDetails.TERMINATION_REASONThe columnemploymentdetails.empmntdt_trmnrsn_terminationreasonid.final org.jooq.TableField<EmploymentDetails, TerminationTypePK> EmploymentDetails.TERMINATION_TYPEThe columnemploymentdetails.empmntdt_trmntyp_terminationtypeid.final org.jooq.TableField<EmploymentDetails, Long> EmploymentDetails.THRU_TIMEThe columnemploymentdetails.empmntdt_thrutime.Methods in com.echothree.model.jooq.server.tables.employee that return types with arguments of type EmploymentDetailsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<EmploymentDetails> EmploymentDetails.getPrimaryKey()EmploymentDetails.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<EmploymentDetails, ?>> EmploymentDetails.getReferences()List<org.jooq.UniqueKey<EmploymentDetails>> EmploymentDetails.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.employee with type arguments of type EmploymentDetailsModifierConstructorDescriptionEmploymentDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, EmploymentDetails> childPath, org.jooq.InverseForeignKey<O, EmploymentDetails> parentPath) EmploymentDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, EmploymentDetails> childPath, org.jooq.InverseForeignKey<O, EmploymentDetails> parentPath) EmploymentDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, EmploymentDetails> childPath, org.jooq.InverseForeignKey<O, EmploymentDetails> parentPath) EmploymentDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, EmploymentDetails> childPath, org.jooq.InverseForeignKey<O, EmploymentDetails> parentPath)