Uses of Class
com.echothree.model.jooq.server.records.shipment.Shipments
Packages that use Shipments
Package
Description
-
Uses of Shipments in com.echothree.model.jooq.server.keys.shipment
Fields in com.echothree.model.jooq.server.keys.shipment with type parameters of type ShipmentsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<ShipmentAliases, Shipments> ShipmentForeignKeys.SHIPMENT_ALIASES_SHIPMENT_FKstatic final org.jooq.ForeignKey<ShipmentDetails, Shipments> ShipmentForeignKeys.SHIPMENT_DETAILS_SHIPMENT_FKstatic final org.jooq.ForeignKey<ShipmentLineDetails, Shipments> ShipmentForeignKeys.SHIPMENT_LINE_DETAILS_SHIPMENT_FKstatic final org.jooq.ForeignKey<ShipmentPackageDetails, Shipments> ShipmentForeignKeys.SHIPMENT_PACKAGE_DETAILS_SHIPMENT_FKstatic final org.jooq.ForeignKey<ShipmentStatuses, Shipments> ShipmentForeignKeys.SHIPMENT_STATUSES_SHIPMENT_FKstatic final org.jooq.ForeignKey<ShipmentTimes, Shipments> ShipmentForeignKeys.SHIPMENT_TIMES_SHIPMENT_FKstatic final org.jooq.ForeignKey<Shipments, ShipmentDetails> ShipmentForeignKeys.SHIPMENTS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<Shipments> ShipmentUniqueKeys.SHIPMENTS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<Shipments, ShipmentDetails> ShipmentForeignKeys.SHIPMENTS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<Shipments> ShipmentUniqueKeys.SHIPMENTS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<Shipments> ShipmentUniqueKeys.SHIPMENTS_PK -
Uses of Shipments in com.echothree.model.jooq.server.tables.shipment
Fields in com.echothree.model.jooq.server.tables.shipment with type parameters of type ShipmentsModifier and TypeFieldDescriptionfinal org.jooq.TableField<Shipments, ShipmentDetailPK> Shipments.ACTIVE_DETAILThe columnshipments.shp_activedetailid.final org.jooq.TableField<Shipments, ShipmentDetailPK> Shipments.LAST_DETAILThe columnshipments.shp_lastdetailid.final org.jooq.TableField<Shipments, ShipmentPK> Shipments.SHIPMENTThe columnshipments.shp_shipmentid.Methods in com.echothree.model.jooq.server.tables.shipment that return types with arguments of type ShipmentsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<Shipments> Shipments.getPrimaryKey()Shipments.getRecordType()The class holding records for this typeShipments.getReferences()Shipments.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.shipment with type arguments of type ShipmentsModifierConstructorDescriptionShipments(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Shipments> childPath, org.jooq.InverseForeignKey<O, Shipments> parentPath) Shipments(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Shipments> childPath, org.jooq.InverseForeignKey<O, Shipments> parentPath) ShipmentsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Shipments> childPath, org.jooq.InverseForeignKey<O, Shipments> parentPath) ShipmentsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Shipments> childPath, org.jooq.InverseForeignKey<O, Shipments> parentPath)