Uses of Class
com.echothree.model.jooq.server.records.employee.PartySkills
Packages that use PartySkills
Package
Description
-
Uses of PartySkills in com.echothree.model.jooq.server.keys.employee
Fields in com.echothree.model.jooq.server.keys.employee with type parameters of type PartySkillsModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<PartySkills> EmployeeUniqueKeys.PARTY_SKILLS_PARTY_AND_SKILL_TYPE_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<PartySkills, Parties> EmployeeForeignKeys.PARTY_SKILLS_PARTY_FKstatic final org.jooq.UniqueKey<PartySkills> EmployeeUniqueKeys.PARTY_SKILLS_PKstatic final org.jooq.ForeignKey<PartySkills, SkillTypes> EmployeeForeignKeys.PARTY_SKILLS_SKILL_TYPE_FK -
Uses of PartySkills in com.echothree.model.jooq.server.tables.employee
Fields in com.echothree.model.jooq.server.tables.employee with type parameters of type PartySkillsModifier and TypeFieldDescriptionfinal org.jooq.TableField<PartySkills, Long> PartySkills.FROM_TIMEThe columnpartyskills.parskl_fromtime.final org.jooq.TableField<PartySkills, PartyPK> PartySkills.PARTYThe columnpartyskills.parskl_par_partyid.final org.jooq.TableField<PartySkills, PartySkillPK> PartySkills.PARTY_SKILLThe columnpartyskills.parskl_partyskillid.final org.jooq.TableField<PartySkills, SkillTypePK> PartySkills.SKILL_TYPEThe columnpartyskills.parskl_skltyp_skilltypeid.final org.jooq.TableField<PartySkills, Long> PartySkills.THRU_TIMEThe columnpartyskills.parskl_thrutime.Methods in com.echothree.model.jooq.server.tables.employee that return types with arguments of type PartySkillsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<PartySkills> PartySkills.getPrimaryKey()PartySkills.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<PartySkills, ?>> PartySkills.getReferences()List<org.jooq.UniqueKey<PartySkills>> PartySkills.getUniqueKeys()