Uses of Class
com.echothree.model.jooq.server.records.party.People
Packages that use People
Package
Description
-
Uses of People in com.echothree.model.jooq.server.keys.party
Fields in com.echothree.model.jooq.server.keys.party with type parameters of type PeopleModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<People, NameSuffixes> PartyForeignKeys.PEOPLE_NAME_SUFFIX_FKstatic final org.jooq.UniqueKey<People> PartyUniqueKeys.PEOPLE_PARTY_AND_THRU_TIME_UKPartyForeignKeys.PEOPLE_PARTY_FKstatic final org.jooq.ForeignKey<People, PersonalTitles> PartyForeignKeys.PEOPLE_PERSONAL_TITLE_FKstatic final org.jooq.UniqueKey<People> PartyUniqueKeys.PEOPLE_PK -
Uses of People in com.echothree.model.jooq.server.tables.party
Fields in com.echothree.model.jooq.server.tables.party with type parameters of type PeopleModifier and TypeFieldDescriptionPeople.FIRST_NAMEThe columnpeople.peop_firstname.People.FIRST_NAME_SDXThe columnpeople.peop_firstnamesdx.People.FROM_TIMEThe columnpeople.peop_fromtime.People.LAST_NAMEThe columnpeople.peop_lastname.People.LAST_NAME_SDXThe columnpeople.peop_lastnamesdx.People.MIDDLE_NAMEThe columnpeople.peop_middlename.People.MIDDLE_NAME_SDXThe columnpeople.peop_middlenamesdx.final org.jooq.TableField<People, NameSuffixPK> People.NAME_SUFFIXThe columnpeople.peop_nsfx_namesuffixid.People.PARTYThe columnpeople.peop_par_partyid.People.PERSONThe columnpeople.peop_personid.final org.jooq.TableField<People, PersonalTitlePK> People.PERSONAL_TITLEThe columnpeople.peop_pert_personaltitleid.People.THRU_TIMEThe columnpeople.peop_thrutime.Methods in com.echothree.model.jooq.server.tables.party that return types with arguments of type PeopleModifier and TypeMethodDescriptionorg.jooq.UniqueKey<People> People.getPrimaryKey()People.getRecordType()The class holding records for this typePeople.getReferences()People.getUniqueKeys()