Uses of Class
com.echothree.model.jooq.server.records.party.NameSuffixes
Packages that use NameSuffixes
Package
Description
-
Uses of NameSuffixes in com.echothree.model.jooq.server.keys.contact
Fields in com.echothree.model.jooq.server.keys.contact with type parameters of type NameSuffixesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<ContactPostalAddresses, NameSuffixes> ContactForeignKeys.CONTACT_POSTAL_ADDRESSES_NAME_SUFFIX_FK -
Uses of NameSuffixes in com.echothree.model.jooq.server.keys.party
Fields in com.echothree.model.jooq.server.keys.party with type parameters of type NameSuffixesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<NameSuffixDetails, NameSuffixes> PartyForeignKeys.NAME_SUFFIX_DETAILS_NAME_SUFFIX_FKstatic final org.jooq.ForeignKey<NameSuffixes, NameSuffixDetails> PartyForeignKeys.NAME_SUFFIXES_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<NameSuffixes> PartyUniqueKeys.NAME_SUFFIXES_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<NameSuffixes, NameSuffixDetails> PartyForeignKeys.NAME_SUFFIXES_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<NameSuffixes> PartyUniqueKeys.NAME_SUFFIXES_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<NameSuffixes> PartyUniqueKeys.NAME_SUFFIXES_PKstatic final org.jooq.ForeignKey<People, NameSuffixes> PartyForeignKeys.PEOPLE_NAME_SUFFIX_FK -
Uses of NameSuffixes in com.echothree.model.jooq.server.keys.payment
Fields in com.echothree.model.jooq.server.keys.payment with type parameters of type NameSuffixesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<PartyPaymentMethodCreditCards, NameSuffixes> PaymentForeignKeys.PARTY_PAYMENT_METHOD_CREDIT_CARDS_NAME_SUFFIX_FK -
Uses of NameSuffixes in com.echothree.model.jooq.server.tables.party
Fields in com.echothree.model.jooq.server.tables.party with type parameters of type NameSuffixesModifier and TypeFieldDescriptionfinal org.jooq.TableField<NameSuffixes, NameSuffixDetailPK> NameSuffixes.ACTIVE_DETAILThe columnnamesuffixes.nsfx_activedetailid.final org.jooq.TableField<NameSuffixes, NameSuffixDetailPK> NameSuffixes.LAST_DETAILThe columnnamesuffixes.nsfx_lastdetailid.final org.jooq.TableField<NameSuffixes, NameSuffixPK> NameSuffixes.NAME_SUFFIXThe columnnamesuffixes.nsfx_namesuffixid.Methods in com.echothree.model.jooq.server.tables.party that return types with arguments of type NameSuffixesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<NameSuffixes> NameSuffixes.getPrimaryKey()NameSuffixes.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<NameSuffixes, ?>> NameSuffixes.getReferences()List<org.jooq.UniqueKey<NameSuffixes>> NameSuffixes.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.party with type arguments of type NameSuffixesModifierConstructorDescriptionNameSuffixes(org.jooq.Table<O> path, org.jooq.ForeignKey<O, NameSuffixes> childPath, org.jooq.InverseForeignKey<O, NameSuffixes> parentPath) NameSuffixes(org.jooq.Table<O> path, org.jooq.ForeignKey<O, NameSuffixes> childPath, org.jooq.InverseForeignKey<O, NameSuffixes> parentPath) NameSuffixesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, NameSuffixes> childPath, org.jooq.InverseForeignKey<O, NameSuffixes> parentPath) NameSuffixesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, NameSuffixes> childPath, org.jooq.InverseForeignKey<O, NameSuffixes> parentPath)