Uses of Class
com.echothree.model.jooq.server.records.party.PersonalTitles
Packages that use PersonalTitles
Package
Description
-
Uses of PersonalTitles in com.echothree.model.jooq.server.keys.contact
Fields in com.echothree.model.jooq.server.keys.contact with type parameters of type PersonalTitlesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<ContactPostalAddresses, PersonalTitles> ContactForeignKeys.CONTACT_POSTAL_ADDRESSES_PERSONAL_TITLE_FK -
Uses of PersonalTitles in com.echothree.model.jooq.server.keys.party
Fields in com.echothree.model.jooq.server.keys.party with type parameters of type PersonalTitlesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<People, PersonalTitles> PartyForeignKeys.PEOPLE_PERSONAL_TITLE_FKstatic final org.jooq.ForeignKey<PersonalTitleDetails, PersonalTitles> PartyForeignKeys.PERSONAL_TITLE_DETAILS_PERSONAL_TITLE_FKstatic final org.jooq.ForeignKey<PersonalTitles, PersonalTitleDetails> PartyForeignKeys.PERSONAL_TITLES_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<PersonalTitles> PartyUniqueKeys.PERSONAL_TITLES_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<PersonalTitles, PersonalTitleDetails> PartyForeignKeys.PERSONAL_TITLES_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<PersonalTitles> PartyUniqueKeys.PERSONAL_TITLES_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<PersonalTitles> PartyUniqueKeys.PERSONAL_TITLES_PK -
Uses of PersonalTitles in com.echothree.model.jooq.server.keys.payment
Fields in com.echothree.model.jooq.server.keys.payment with type parameters of type PersonalTitlesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<PartyPaymentMethodCreditCards, PersonalTitles> PaymentForeignKeys.PARTY_PAYMENT_METHOD_CREDIT_CARDS_PERSONAL_TITLE_FK -
Uses of PersonalTitles in com.echothree.model.jooq.server.tables.party
Fields in com.echothree.model.jooq.server.tables.party with type parameters of type PersonalTitlesModifier and TypeFieldDescriptionfinal org.jooq.TableField<PersonalTitles, PersonalTitleDetailPK> PersonalTitles.ACTIVE_DETAILThe columnpersonaltitles.pert_activedetailid.final org.jooq.TableField<PersonalTitles, PersonalTitleDetailPK> PersonalTitles.LAST_DETAILThe columnpersonaltitles.pert_lastdetailid.final org.jooq.TableField<PersonalTitles, PersonalTitlePK> PersonalTitles.PERSONAL_TITLEThe columnpersonaltitles.pert_personaltitleid.Methods in com.echothree.model.jooq.server.tables.party that return types with arguments of type PersonalTitlesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<PersonalTitles> PersonalTitles.getPrimaryKey()PersonalTitles.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<PersonalTitles, ?>> PersonalTitles.getReferences()List<org.jooq.UniqueKey<PersonalTitles>> PersonalTitles.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.party with type arguments of type PersonalTitlesModifierConstructorDescriptionPersonalTitles(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PersonalTitles> childPath, org.jooq.InverseForeignKey<O, PersonalTitles> parentPath) PersonalTitles(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PersonalTitles> childPath, org.jooq.InverseForeignKey<O, PersonalTitles> parentPath) PersonalTitlesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PersonalTitles> childPath, org.jooq.InverseForeignKey<O, PersonalTitles> parentPath) PersonalTitlesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PersonalTitles> childPath, org.jooq.InverseForeignKey<O, PersonalTitles> parentPath)