Uses of Class
com.echothree.model.jooq.server.records.carrier.PartyCarriers
Packages that use PartyCarriers
Package
Description
-
Uses of PartyCarriers in com.echothree.model.jooq.server.keys.carrier
Fields in com.echothree.model.jooq.server.keys.carrier with type parameters of type PartyCarriersModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<PartyCarriers, Parties> CarrierForeignKeys.PARTY_CARRIERS_CARRIER_PARTY_FKstatic final org.jooq.UniqueKey<PartyCarriers> CarrierUniqueKeys.PARTY_CARRIERS_PARTY_AND_CARRIER_PARTY_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<PartyCarriers, Parties> CarrierForeignKeys.PARTY_CARRIERS_PARTY_FKstatic final org.jooq.UniqueKey<PartyCarriers> CarrierUniqueKeys.PARTY_CARRIERS_PK -
Uses of PartyCarriers in com.echothree.model.jooq.server.tables.carrier
Fields in com.echothree.model.jooq.server.tables.carrier with type parameters of type PartyCarriersModifier and TypeFieldDescriptionfinal org.jooq.TableField<PartyCarriers, PartyPK> PartyCarriers.CARRIER_PARTYThe columnpartycarriers.pcrr_carrierpartyid.final org.jooq.TableField<PartyCarriers, Long> PartyCarriers.FROM_TIMEThe columnpartycarriers.pcrr_fromtime.final org.jooq.TableField<PartyCarriers, PartyPK> PartyCarriers.PARTYThe columnpartycarriers.pcrr_par_partyid.final org.jooq.TableField<PartyCarriers, PartyCarrierPK> PartyCarriers.PARTY_CARRIERThe columnpartycarriers.pcrr_partycarrierid.final org.jooq.TableField<PartyCarriers, Long> PartyCarriers.THRU_TIMEThe columnpartycarriers.pcrr_thrutime.Methods in com.echothree.model.jooq.server.tables.carrier that return types with arguments of type PartyCarriersModifier and TypeMethodDescriptionorg.jooq.UniqueKey<PartyCarriers> PartyCarriers.getPrimaryKey()PartyCarriers.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<PartyCarriers, ?>> PartyCarriers.getReferences()List<org.jooq.UniqueKey<PartyCarriers>> PartyCarriers.getUniqueKeys()