Uses of Class
com.echothree.model.jooq.server.records.shipment.ShipmentTimes
Packages that use ShipmentTimes
Package
Description
-
Uses of ShipmentTimes in com.echothree.model.jooq.server.keys.shipment
Fields in com.echothree.model.jooq.server.keys.shipment with type parameters of type ShipmentTimesModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<ShipmentTimes> ShipmentUniqueKeys.SHIPMENT_TIMES_PKstatic final org.jooq.UniqueKey<ShipmentTimes> ShipmentUniqueKeys.SHIPMENT_TIMES_SHIPMENT_AND_SHIPMENT_TIME_TYPE_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<ShipmentTimes, Shipments> ShipmentForeignKeys.SHIPMENT_TIMES_SHIPMENT_FKstatic final org.jooq.ForeignKey<ShipmentTimes, ShipmentTimeTypes> ShipmentForeignKeys.SHIPMENT_TIMES_SHIPMENT_TIME_TYPE_FK -
Uses of ShipmentTimes in com.echothree.model.jooq.server.tables.shipment
Fields in com.echothree.model.jooq.server.tables.shipment with type parameters of type ShipmentTimesModifier and TypeFieldDescriptionfinal org.jooq.TableField<ShipmentTimes, Long> ShipmentTimes.FROM_TIMEThe columnshipmenttimes.shptim_fromtime.final org.jooq.TableField<ShipmentTimes, ShipmentPK> ShipmentTimes.SHIPMENTThe columnshipmenttimes.shptim_shp_shipmentid.final org.jooq.TableField<ShipmentTimes, ShipmentTimePK> ShipmentTimes.SHIPMENT_TIMEThe columnshipmenttimes.shptim_shipmenttimeid.final org.jooq.TableField<ShipmentTimes, ShipmentTimeTypePK> ShipmentTimes.SHIPMENT_TIME_TYPEThe columnshipmenttimes.shptim_shptimtyp_shipmenttimetypeid.final org.jooq.TableField<ShipmentTimes, Long> ShipmentTimes.THRU_TIMEThe columnshipmenttimes.shptim_thrutime.final org.jooq.TableField<ShipmentTimes, Long> ShipmentTimes.TIMEThe columnshipmenttimes.shptim_time.Methods in com.echothree.model.jooq.server.tables.shipment that return types with arguments of type ShipmentTimesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<ShipmentTimes> ShipmentTimes.getPrimaryKey()ShipmentTimes.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<ShipmentTimes, ?>> ShipmentTimes.getReferences()List<org.jooq.UniqueKey<ShipmentTimes>> ShipmentTimes.getUniqueKeys()