Uses of Class
com.echothree.model.jooq.server.records.shipping.ShippingMethodCarrierServices
Packages that use ShippingMethodCarrierServices
Package
Description
-
Uses of ShippingMethodCarrierServices in com.echothree.model.jooq.server.keys.shipping
Fields in com.echothree.model.jooq.server.keys.shipping with type parameters of type ShippingMethodCarrierServicesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<ShippingMethodCarrierServices, CarrierServices> ShippingForeignKeys.SHIPPING_METHOD_CARRIER_SERVICES_CARRIER_SERVICE_FKstatic final org.jooq.UniqueKey<ShippingMethodCarrierServices> ShippingUniqueKeys.SHIPPING_METHOD_CARRIER_SERVICES_PKstatic final org.jooq.UniqueKey<ShippingMethodCarrierServices> ShippingUniqueKeys.SHIPPING_METHOD_CARRIER_SERVICES_SHIPPING_METHOD_AND_CARRIER_SERVICE_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<ShippingMethodCarrierServices, ShippingMethods> ShippingForeignKeys.SHIPPING_METHOD_CARRIER_SERVICES_SHIPPING_METHOD_FK -
Uses of ShippingMethodCarrierServices in com.echothree.model.jooq.server.tables.shipping
Fields in com.echothree.model.jooq.server.tables.shipping with type parameters of type ShippingMethodCarrierServicesModifier and TypeFieldDescriptionfinal org.jooq.TableField<ShippingMethodCarrierServices, CarrierServicePK> ShippingMethodCarrierServices.CARRIER_SERVICEThe columnshippingmethodcarrierservices.shmcrrsrv_crrsrv_carrierserviceid.final org.jooq.TableField<ShippingMethodCarrierServices, Long> ShippingMethodCarrierServices.FROM_TIMEThe columnshippingmethodcarrierservices.shmcrrsrv_fromtime.final org.jooq.TableField<ShippingMethodCarrierServices, ShippingMethodPK> ShippingMethodCarrierServices.SHIPPING_METHODThe columnshippingmethodcarrierservices.shmcrrsrv_shm_shippingmethodid.final org.jooq.TableField<ShippingMethodCarrierServices, ShippingMethodCarrierServicePK> ShippingMethodCarrierServices.SHIPPING_METHOD_CARRIER_SERVICEThe columnshippingmethodcarrierservices.shmcrrsrv_shippingmethodcarrierserviceid.final org.jooq.TableField<ShippingMethodCarrierServices, Long> ShippingMethodCarrierServices.THRU_TIMEThe columnshippingmethodcarrierservices.shmcrrsrv_thrutime.Methods in com.echothree.model.jooq.server.tables.shipping that return types with arguments of type ShippingMethodCarrierServicesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<ShippingMethodCarrierServices> ShippingMethodCarrierServices.getPrimaryKey()ShippingMethodCarrierServices.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<ShippingMethodCarrierServices, ?>> ShippingMethodCarrierServices.getReferences()List<org.jooq.UniqueKey<ShippingMethodCarrierServices>> ShippingMethodCarrierServices.getUniqueKeys()