Uses of Class
com.echothree.model.jooq.server.records.shipment.ShipmentStatuses
Packages that use ShipmentStatuses
Package
Description
-
Uses of ShipmentStatuses in com.echothree.model.jooq.server.keys.shipment
Fields in com.echothree.model.jooq.server.keys.shipment with type parameters of type ShipmentStatusesModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<ShipmentStatuses> ShipmentUniqueKeys.SHIPMENT_STATUSES_PKstatic final org.jooq.ForeignKey<ShipmentStatuses, Shipments> ShipmentForeignKeys.SHIPMENT_STATUSES_SHIPMENT_FKstatic final org.jooq.UniqueKey<ShipmentStatuses> ShipmentUniqueKeys.SHIPMENT_STATUSES_SHIPMENT_UK -
Uses of ShipmentStatuses in com.echothree.model.jooq.server.tables.shipment
Fields in com.echothree.model.jooq.server.tables.shipment with type parameters of type ShipmentStatusesModifier and TypeFieldDescriptionfinal org.jooq.TableField<ShipmentStatuses, ShipmentPK> ShipmentStatuses.SHIPMENTThe columnshipmentstatuses.shpst_shp_shipmentid.final org.jooq.TableField<ShipmentStatuses, Integer> ShipmentStatuses.SHIPMENT_LINE_SEQUENCEThe columnshipmentstatuses.shpst_shipmentlinesequence.final org.jooq.TableField<ShipmentStatuses, ShipmentStatusPK> ShipmentStatuses.SHIPMENT_STATUSThe columnshipmentstatuses.shpst_shipmentstatusid.Methods in com.echothree.model.jooq.server.tables.shipment that return types with arguments of type ShipmentStatusesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<ShipmentStatuses> ShipmentStatuses.getPrimaryKey()ShipmentStatuses.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<ShipmentStatuses, ?>> ShipmentStatuses.getReferences()List<org.jooq.UniqueKey<ShipmentStatuses>> ShipmentStatuses.getUniqueKeys()