Uses of Class
com.echothree.model.jooq.server.records.employee.PartyEmployees
Packages that use PartyEmployees
Package
Description
-
Uses of PartyEmployees in com.echothree.model.jooq.server.keys.employee
Fields in com.echothree.model.jooq.server.keys.employee with type parameters of type PartyEmployeesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<PartyEmployees, EmployeeTypes> EmployeeForeignKeys.PARTY_EMPLOYEES_EMPLOYEE_TYPE_FKstatic final org.jooq.UniqueKey<PartyEmployees> EmployeeUniqueKeys.PARTY_EMPLOYEES_PARTY_AND_THRU_TIME_UKstatic final org.jooq.UniqueKey<PartyEmployees> EmployeeUniqueKeys.PARTY_EMPLOYEES_PARTY_EMPLOYEE_NAME_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<PartyEmployees, Parties> EmployeeForeignKeys.PARTY_EMPLOYEES_PARTY_FKstatic final org.jooq.UniqueKey<PartyEmployees> EmployeeUniqueKeys.PARTY_EMPLOYEES_PK -
Uses of PartyEmployees in com.echothree.model.jooq.server.tables.employee
Fields in com.echothree.model.jooq.server.tables.employee with type parameters of type PartyEmployeesModifier and TypeFieldDescriptionfinal org.jooq.TableField<PartyEmployees, EmployeeTypePK> PartyEmployees.EMPLOYEE_TYPEThe columnpartyemployees.pemp_empty_employeetypeid.final org.jooq.TableField<PartyEmployees, Long> PartyEmployees.FROM_TIMEThe columnpartyemployees.pemp_fromtime.final org.jooq.TableField<PartyEmployees, PartyPK> PartyEmployees.PARTYThe columnpartyemployees.pemp_par_partyid.final org.jooq.TableField<PartyEmployees, PartyEmployeePK> PartyEmployees.PARTY_EMPLOYEEThe columnpartyemployees.pemp_partyemployeeid.final org.jooq.TableField<PartyEmployees, String> PartyEmployees.PARTY_EMPLOYEE_NAMEThe columnpartyemployees.pemp_partyemployeename.final org.jooq.TableField<PartyEmployees, Long> PartyEmployees.THRU_TIMEThe columnpartyemployees.pemp_thrutime.Methods in com.echothree.model.jooq.server.tables.employee that return types with arguments of type PartyEmployeesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<PartyEmployees> PartyEmployees.getPrimaryKey()PartyEmployees.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<PartyEmployees, ?>> PartyEmployees.getReferences()List<org.jooq.UniqueKey<PartyEmployees>> PartyEmployees.getUniqueKeys()