Uses of Class
com.echothree.model.jooq.server.records.employee.Employments
Packages that use Employments
Package
Description
-
Uses of Employments in com.echothree.model.jooq.server.keys.employee
Fields in com.echothree.model.jooq.server.keys.employee with type parameters of type EmploymentsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<EmploymentDetails, Employments> EmployeeForeignKeys.EMPLOYMENT_DETAILS_EMPLOYMENT_FKstatic final org.jooq.ForeignKey<Employments, EmploymentDetails> EmployeeForeignKeys.EMPLOYMENTS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<Employments> EmployeeUniqueKeys.EMPLOYMENTS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<Employments, EmploymentDetails> EmployeeForeignKeys.EMPLOYMENTS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<Employments> EmployeeUniqueKeys.EMPLOYMENTS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<Employments> EmployeeUniqueKeys.EMPLOYMENTS_PK -
Uses of Employments in com.echothree.model.jooq.server.tables.employee
Fields in com.echothree.model.jooq.server.tables.employee with type parameters of type EmploymentsModifier and TypeFieldDescriptionfinal org.jooq.TableField<Employments, EmploymentDetailPK> Employments.ACTIVE_DETAILThe columnemployments.empmnt_activedetailid.final org.jooq.TableField<Employments, EmploymentPK> Employments.EMPLOYMENTThe columnemployments.empmnt_employmentid.final org.jooq.TableField<Employments, EmploymentDetailPK> Employments.LAST_DETAILThe columnemployments.empmnt_lastdetailid.Methods in com.echothree.model.jooq.server.tables.employee that return types with arguments of type EmploymentsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<Employments> Employments.getPrimaryKey()Employments.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<Employments, ?>> Employments.getReferences()List<org.jooq.UniqueKey<Employments>> Employments.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.employee with type arguments of type EmploymentsModifierConstructorDescriptionEmployments(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Employments> childPath, org.jooq.InverseForeignKey<O, Employments> parentPath) Employments(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Employments> childPath, org.jooq.InverseForeignKey<O, Employments> parentPath) EmploymentsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Employments> childPath, org.jooq.InverseForeignKey<O, Employments> parentPath) EmploymentsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Employments> childPath, org.jooq.InverseForeignKey<O, Employments> parentPath)