Uses of Class
com.echothree.model.jooq.server.records.carrier.PartyCarrierAccounts
Packages that use PartyCarrierAccounts
Package
Description
-
Uses of PartyCarrierAccounts in com.echothree.model.jooq.server.keys.carrier
Fields in com.echothree.model.jooq.server.keys.carrier with type parameters of type PartyCarrierAccountsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<PartyCarrierAccountDetails, PartyCarrierAccounts> CarrierForeignKeys.PARTY_CARRIER_ACCOUNT_DETAILS_PARTY_CARRIER_ACCOUNT_FKstatic final org.jooq.ForeignKey<PartyCarrierAccounts, PartyCarrierAccountDetails> CarrierForeignKeys.PARTY_CARRIER_ACCOUNTS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<PartyCarrierAccounts> CarrierUniqueKeys.PARTY_CARRIER_ACCOUNTS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<PartyCarrierAccounts, PartyCarrierAccountDetails> CarrierForeignKeys.PARTY_CARRIER_ACCOUNTS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<PartyCarrierAccounts> CarrierUniqueKeys.PARTY_CARRIER_ACCOUNTS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<PartyCarrierAccounts> CarrierUniqueKeys.PARTY_CARRIER_ACCOUNTS_PK -
Uses of PartyCarrierAccounts in com.echothree.model.jooq.server.tables.carrier
Fields in com.echothree.model.jooq.server.tables.carrier with type parameters of type PartyCarrierAccountsModifier and TypeFieldDescriptionfinal org.jooq.TableField<PartyCarrierAccounts, PartyCarrierAccountDetailPK> PartyCarrierAccounts.ACTIVE_DETAILThe columnpartycarrieraccounts.pcrract_activedetailid.final org.jooq.TableField<PartyCarrierAccounts, PartyCarrierAccountDetailPK> PartyCarrierAccounts.LAST_DETAILThe columnpartycarrieraccounts.pcrract_lastdetailid.final org.jooq.TableField<PartyCarrierAccounts, PartyCarrierAccountPK> PartyCarrierAccounts.PARTY_CARRIER_ACCOUNTThe columnpartycarrieraccounts.pcrract_partycarrieraccountid.Methods in com.echothree.model.jooq.server.tables.carrier that return types with arguments of type PartyCarrierAccountsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<PartyCarrierAccounts> PartyCarrierAccounts.getPrimaryKey()PartyCarrierAccounts.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<PartyCarrierAccounts, ?>> PartyCarrierAccounts.getReferences()List<org.jooq.UniqueKey<PartyCarrierAccounts>> PartyCarrierAccounts.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.carrier with type arguments of type PartyCarrierAccountsModifierConstructorDescriptionPartyCarrierAccounts(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PartyCarrierAccounts> childPath, org.jooq.InverseForeignKey<O, PartyCarrierAccounts> parentPath) PartyCarrierAccounts(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PartyCarrierAccounts> childPath, org.jooq.InverseForeignKey<O, PartyCarrierAccounts> parentPath) PartyCarrierAccountsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PartyCarrierAccounts> childPath, org.jooq.InverseForeignKey<O, PartyCarrierAccounts> parentPath) PartyCarrierAccountsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PartyCarrierAccounts> childPath, org.jooq.InverseForeignKey<O, PartyCarrierAccounts> parentPath)