Uses of Class
com.echothree.model.jooq.server.records.carrier.Carriers
Packages that use Carriers
Package
Description
-
Uses of Carriers in com.echothree.model.jooq.server.keys.carrier
Fields in com.echothree.model.jooq.server.keys.carrier with type parameters of type CarriersModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<Carriers> CarrierUniqueKeys.CARRIERS_CARRIER_NAME_AND_THRU_TIME_UKstatic final org.jooq.UniqueKey<Carriers> CarrierUniqueKeys.CARRIERS_CARRIER_TYPE_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<Carriers, CarrierTypes> CarrierForeignKeys.CARRIERS_CARRIER_TYPE_FKCarrierForeignKeys.CARRIERS_GEO_CODE_SELECTOR_FKCarrierForeignKeys.CARRIERS_ITEM_SELECTOR_FKstatic final org.jooq.UniqueKey<Carriers> CarrierUniqueKeys.CARRIERS_PARTY_AND_THRU_TIME_UKCarrierForeignKeys.CARRIERS_PARTY_FKstatic final org.jooq.UniqueKey<Carriers> CarrierUniqueKeys.CARRIERS_PK -
Uses of Carriers in com.echothree.model.jooq.server.tables.carrier
Fields in com.echothree.model.jooq.server.tables.carrier with type parameters of type CarriersModifier and TypeFieldDescriptionCarriers.ACCOUNT_VALIDATION_PATTERNThe columncarriers.crr_accountvalidationpattern.Carriers.CARRIERThe columncarriers.crr_carrierid.Carriers.CARRIER_NAMEThe columncarriers.crr_carriername.final org.jooq.TableField<Carriers, CarrierTypePK> Carriers.CARRIER_TYPEThe columncarriers.crr_crrtyp_carriertypeid.Carriers.FROM_TIMEThe columncarriers.crr_fromtime.final org.jooq.TableField<Carriers, SelectorPK> Carriers.GEO_CODE_SELECTORThe columncarriers.crr_geocodeselectorid.Carriers.IS_DEFAULTThe columncarriers.crr_isdefault.final org.jooq.TableField<Carriers, SelectorPK> Carriers.ITEM_SELECTORThe columncarriers.crr_itemselectorid.Carriers.PARTYThe columncarriers.crr_par_partyid.Carriers.SORT_ORDERThe columncarriers.crr_sortorder.Carriers.THRU_TIMEThe columncarriers.crr_thrutime.Methods in com.echothree.model.jooq.server.tables.carrier that return types with arguments of type CarriersModifier and TypeMethodDescriptionorg.jooq.UniqueKey<Carriers> Carriers.getPrimaryKey()Carriers.getRecordType()The class holding records for this typeCarriers.getReferences()Carriers.getUniqueKeys()